#FFF0CC
A very light, vivid orange closely aligning with Blanchedalmond.
About #FFF0CC
Visually, #FFF0CC is defined as a vivid orange. Its closest recognized web color is Blanchedalmond. This translates to an RGB value of rgb(255, 240, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 6% Magenta, 20% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF0CC
RGB255, 240, 204
HSL42.4°, 100.0%, 90.0%
CMYK0%, 6%, 20%, 0%
HSV42.4°, 20.0%, 100.0%
LAB95.1, -0.5, 19.2
XYZ83.3, 87.9, 69.7
Decimal16773324
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.59:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF0CC;
}
.text-color {
color: #FFF0CC;
}
.border-color {
border: 2px solid #FFF0CC;
}