#FFFFF0
A very light, vivid neutral closely aligning with Ivory.
About #FFFFF0
The hex code #FFFFF0 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Ivory. In the RGB color space, it consists of 255 red, 255 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 0% magenta, 6% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
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#FFFFF0
RGB255, 255, 240
HSL60.0°, 100.0%, 97.1%
CMYK0%, 0%, 6%, 0%
HSV60.0°, 5.9%, 100.0%
LAB99.6, -2.5, 7.2
XYZ92.7, 99.1, 96.7
Decimal16777200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.01:1
Text on #FFFFFF
FAIL
20.81:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
17.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFFF0;
}
.text-color {
color: #FFFFF0;
}
.border-color {
border: 2px solid #FFFFF0;
}