#F0E2DB
A very light, moderate orange closely aligning with Linen.
About #F0E2DB
Visually, #F0E2DB is defined as a moderate orange. It is closely associated with the named CSS color Linen. Its digital footprint relies on 240 parts red, 226 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 6% Magenta, 9% Yellow, and 6% Black. With a hue angle of 20.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0E2DB
RGB240, 226, 219
HSL20.0°, 41.2%, 90.0%
CMYK0%, 6%, 9%, 6%
HSV20.0°, 8.8%, 94.1%
LAB90.8, 3.6, 5.1
XYZ75.9, 78.0, 78.1
Decimal15786715
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.61:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E2DB;
}
.text-color {
color: #F0E2DB;
}
.border-color {
border: 2px solid #F0E2DB;
}