Frothy Milk
#faede6
Frothy Milk, represented by the hex value #faede6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #faede6 | |
|---|---|---|
| RGB | rgb(250, 237, 230) | |
| HSL | hsl(21, 67%, 94%) | |
| CMYK | cmyk(0%, 5%, 8%, 2%) | |
| LAB | lab(95, 4, 5) | |
| OKLCH | oklch(0.95 0.017 50) |
Color harmonies
Tints & shades
Code snippets
color: #faede6;
background-color: #faede6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAEDE6)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.93, blue: 0.90, alpha: 1.0)