Good Morning
#fcfcda
Good Morning, represented by the hex value #fcfcda, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fcfcda | |
|---|---|---|
| RGB | rgb(252, 252, 218) | |
| HSL | hsl(60, 85%, 92%) | |
| CMYK | cmyk(0%, 0%, 13%, 1%) | |
| LAB | lab(98, -4, 16) | |
| OKLCH | oklch(0.98 0.044 107) |
Color harmonies
Tints & shades
Code snippets
color: #fcfcda;
background-color: #fcfcda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCFCDA)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.85, alpha: 1.0)