Vanilla Blush
#fcede4
Vanilla Blush, represented by the hex value #fcede4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fcede4 | |
|---|---|---|
| RGB | rgb(252, 237, 228) | |
| HSL | hsl(22, 80%, 94%) | |
| CMYK | cmyk(0%, 6%, 10%, 1%) | |
| LAB | lab(95, 4, 6) | |
| OKLCH | oklch(0.96 0.02 53) |
Color harmonies
Tints & shades
Code snippets
color: #fcede4;
background-color: #fcede4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCEDE4)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.93, blue: 0.89, alpha: 1.0)