CSS named color

Snow

#FFFAFA
HEX#fffafa
RGBrgb(255, 250, 250)
HSLhsl(0, 100%, 99%)
OKLCHoklch(98.89% 0.0053 17.25)
NAMEsnow

Palette

Complementary

180° on the color wheel
Complement
#FAFFFF

Analogous

±30° around the base hue
Left
#FFFAFC
Right
#FFFCFA

Triadic

±120° for harmonic contrast
Triad 1
#FAFFFA
Triad 2
#FAFAFF

Shades

Lighter and darker variants
Lightest
#FFF5F5
Lighter
#FFE5E5
Base
#FFFAFA
Snow
Darker
#FF9494
Darkest
#FF4747

CSS 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.

← All colors & converter