Moon Dance
#faefbe
Moon Dance, represented by the hex value #faefbe, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #faefbe | |
|---|---|---|
| RGB | rgb(250, 239, 190) | |
| HSL | hsl(49, 86%, 86%) | |
| CMYK | cmyk(0%, 4%, 24%, 2%) | |
| LAB | lab(94, -2, 25) | |
| OKLCH | oklch(0.95 0.064 97) |
Color harmonies
Tints & shades
Code snippets
color: #faefbe;
background-color: #faefbe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAEFBE)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.94, blue: 0.75, alpha: 1.0)