Glamour White
#fffcec
Glamour White, represented by the hex value #fffcec, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fffcec | |
|---|---|---|
| RGB | rgb(255, 252, 236) | |
| HSL | hsl(51, 100%, 96%) | |
| CMYK | cmyk(0%, 1%, 7%, 0%) | |
| LAB | lab(99, -1, 8) | |
| OKLCH | oklch(0.99 0.021 98) |
Color harmonies
Tints & shades
Code snippets
color: #fffcec;
background-color: #fffcec;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFCEC)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.99, blue: 0.93, alpha: 1.0)