#FFE2D3
A very light, vivid neutral closely aligning with Antiquewhite.
About #FFE2D3
At its core, #FFE2D3 is a very light and vivid hue. Designers often compare it to the standard color Antiquewhite. In the RGB color space, it consists of 255 red, 226 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 11% magenta, 17% yellow, and 0% black. The HSL representation is 20.5° hue, 100.0% saturation, and 91.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFE2D3
RGB255, 226, 211
HSL20.5°, 100.0%, 91.4%
CMYK0%, 11%, 17%, 0%
HSV20.5°, 17.3%, 100.0%
LAB91.8, 7.6, 11.0
XYZ80.2, 80.4, 72.9
Decimal16769747
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.07:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE2D3;
}
.text-color {
color: #FFE2D3;
}
.border-color {
border: 2px solid #FFE2D3;
}