#FFFAF0
A very light, vivid neutral closely aligning with Floralwhite.
About #FFFAF0
The precise color #FFFAF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Floralwhite. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 250, and 240.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 2% Magenta, 6% Yellow, and 0% Black. With a hue angle of 40.0 degrees, it sits comfortably in the neutral spectrum.
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#FFFAF0
RGB255, 250, 240
HSL40.0°, 100.0%, 97.1%
CMYK0%, 2%, 6%, 0%
HSV40.0°, 5.9%, 100.0%
LAB98.4, -0.0, 5.4
XYZ91.2, 95.9, 96.1
Decimal16775920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.04:1
Text on #FFFFFF
FAIL
20.18:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
17.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFAF0;
}
.text-color {
color: #FFFAF0;
}
.border-color {
border: 2px solid #FFFAF0;
}