Eggnog
#fdea9f
Eggnog, represented by the hex value #fdea9f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdea9f | |
|---|---|---|
| RGB | rgb(253, 234, 159) | |
| HSL | hsl(48, 96%, 81%) | |
| CMYK | cmyk(0%, 8%, 37%, 1%) | |
| LAB | lab(93, -1, 39) | |
| OKLCH | oklch(0.94 0.096 96) |
Color harmonies
Tints & shades
Code snippets
color: #fdea9f;
background-color: #fdea9f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDEA9F)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.92, blue: 0.62, alpha: 1.0)