#F0E2D3
A very light, moderate orange closely aligning with Antiquewhite.
About #F0E2D3
When working with digital screens, the color #F0E2D3 is rendered by mixing light. Designers often compare it to the standard color Antiquewhite. This translates to an RGB value of rgb(240, 226, 211).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 6% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0E2D3
RGB240, 226, 211
HSL31.0°, 49.2%, 88.4%
CMYK0%, 6%, 12%, 6%
HSV31.0°, 12.1%, 94.1%
LAB90.6, 2.3, 9.0
XYZ74.9, 77.6, 72.7
Decimal15786707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.52:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E2D3;
}
.text-color {
color: #F0E2D3;
}
.border-color {
border: 2px solid #F0E2D3;
}