Blossom
#fee9d8
Blossom, represented by the hex value #fee9d8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fee9d8 | |
|---|---|---|
| RGB | rgb(254, 233, 216) | |
| HSL | hsl(27, 95%, 92%) | |
| CMYK | cmyk(0%, 8%, 15%, 0%) | |
| LAB | lab(94, 5, 11) | |
| OKLCH | oklch(0.95 0.032 61) |
Color harmonies
Tints & shades
Code snippets
color: #fee9d8;
background-color: #fee9d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEE9D8)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.91, blue: 0.85, alpha: 1.0)