#FFFFE2
A very light, vivid neutral closely aligning with Lightyellow.
About #FFFFE2
The hex code #FFFFE2 represents a beautifully specific shade of neutral. Designers often compare it to the standard color Lightyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 255, and 226.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 0% magenta, 11% yellow, and 0% black. The HSL representation is 60.0° hue, 100.0% saturation, and 94.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#FFFFE2
RGB255, 255, 226
HSL60.0°, 100.0%, 94.3%
CMYK0%, 0%, 11%, 0%
HSV60.0°, 11.4%, 100.0%
LAB99.3, -4.8, 13.9
XYZ90.7, 98.3, 86.1
Decimal16777186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.02:1
Text on #FFFFFF
FAIL
20.65:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
17.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFFE2;
}
.text-color {
color: #FFFFE2;
}
.border-color {
border: 2px solid #FFFFE2;
}