CSS named color
Snow
#FFFAFA
HEX
#fffafaRGB
rgb(255, 250, 250)HSL
hsl(0, 100%, 99%)OKLCH
oklch(98.89% 0.0053 17.25)NAME
snowPalette
Complementary
180° on the color wheelComplement
#FAFFFF
Analogous
±30° around the base hueLeft
#FFFAFC
Right
#FFFCFA
Triadic
±120° for harmonic contrastTriad 1
#FAFFFA
Triad 2
#FAFAFF
Shades
Lighter and darker variantsCSS usage
By name
color: snow;
background-color: snow;By HEX
color: #fffafa;
background-color: #fffafa;By RGB
color: rgb(255, 250, 250);
background-color: rgb(255, 250, 250);By HSL
color: hsl(0, 100%, 99%);
background-color: hsl(0, 100%, 99%);WCAG contrast vs white
Aa
1.03:1
Below minimum
WCAG contrast vs black
Aa
20.31:1
AAA
Related colors
FAQ — Snow
What is the HEX code for Snow?
The HEX code for Snow is #FFFAFA. It's one of the 148 named CSS colors and can be used directly in CSS as color: snow; or color: #fffafa;
What is Snow in RGB?
Snow in RGB is rgb(255, 250, 250) — red 255, green 250, blue 250.
What is Snow in HSL?
Snow in HSL is hsl(0, 100%, 99%) — hue 0°, saturation 100%, lightness 99%.
What is the complementary color of Snow?
The complementary color (directly opposite Snow on the color wheel) is #FAFFFF. The two together produce maximum contrast.
Is white text readable on Snow?
The WCAG contrast ratio against white (#FFFFFF) is 1.03:1, and against black (#000000) it's 20.31:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.