Vanilla Ice
#fdf2d1
Vanilla Ice, represented by the hex value #fdf2d1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdf2d1 | |
|---|---|---|
| RGB | rgb(253, 242, 209) | |
| HSL | hsl(45, 92%, 91%) | |
| CMYK | cmyk(0%, 4%, 17%, 1%) | |
| LAB | lab(96, 0, 17) | |
| OKLCH | oklch(0.96 0.045 92) |
Color harmonies
Tints & shades
Code snippets
color: #fdf2d1;
background-color: #fdf2d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDF2D1)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.95, blue: 0.82, alpha: 1.0)