Angelic Wings
#f4efee
Angelic Wings, represented by the hex value #f4efee, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f4efee | |
|---|---|---|
| RGB | rgb(244, 239, 238) | |
| HSL | hsl(10, 21%, 95%) | |
| CMYK | cmyk(0%, 2%, 2%, 4%) | |
| LAB | lab(95, 2, 1) | |
| OKLCH | oklch(0.96 0.006 31) |
Color harmonies
Tints & shades
Code snippets
color: #f4efee;
background-color: #f4efee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4EFEE)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.94, blue: 0.93, alpha: 1.0)