Snow Hex Code — #FFFAFA
RGB, HSL, and CMYK values for Snow.
Snow Color Values
| Format | Value |
|---|---|
| HEX | #FFFAFA |
| RGB | rgb(255, 250, 250) |
| HSL | hsl(0, 100%, 99%) |
| CMYK | cmyk(0%, 2%, 2%, 0%) |
Want to explore more shades? Use our Color Converter
About Snow
Color psychology: Purity, freshness.
Snow (#FFFAFA) is a light shade of white. It's commonly used in web design, graphic design, and branding where purity, freshness are desired associations.
How to Use Snow in CSS
/* Using HEX */ color: #FFFAFA; background-color: #FFFAFA; /* Using RGB */ color: rgb(255, 250, 250); /* Using HSL */ color: hsl(0, 100%, 99%);