#F0E9E2
A very light, moderate neutral closely aligning with Linen.
About #F0E9E2
At its core, #F0E9E2 is a very light and moderate hue. It is closely associated with the named CSS color Linen. This translates to an RGB value of rgb(240, 233, 226).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 3% Magenta, 6% Yellow, and 6% Black. With a hue angle of 30.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0E9E2
RGB240, 233, 226
HSL30.0°, 31.8%, 91.4%
CMYK0%, 3%, 6%, 6%
HSV30.0°, 5.8%, 94.1%
LAB92.7, 1.2, 4.2
XYZ78.8, 82.3, 83.7
Decimal15788514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.46:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E9E2;
}
.text-color {
color: #F0E9E2;
}
.border-color {
border: 2px solid #F0E9E2;
}