Snow
#fffafa
Looking for the precise values behind Snow (#fffafa)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fffafa | |
|---|---|---|
| RGB | rgb(255, 250, 250) | |
| HSL | hsl(0, 100%, 99%) | |
| CMYK | cmyk(0%, 2%, 2%, 0%) | |
| LAB | lab(99, 2, 1) | |
| OKLCH | oklch(0.99 0.005 17) |
Color harmonies
Tints & shades
Code snippets
color: #fffafa;
background-color: #fffafa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFAFA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.98, blue: 0.98, alpha: 1.0)