Milk Foam
#f6ffe8
Milk Foam, represented by the hex value #f6ffe8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6ffe8 | |
|---|---|---|
| RGB | rgb(246, 255, 232) | |
| HSL | hsl(83, 100%, 95%) | |
| CMYK | cmyk(4%, 0%, 9%, 0%) | |
| LAB | lab(99, -6, 10) | |
| OKLCH | oklch(0.99 0.032 124) |
Color harmonies
Tints & shades
Code snippets
color: #f6ffe8;
background-color: #f6ffe8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6FFE8)
/* Swift / UIKit */
UIColor(red: 0.96, green: 1.00, blue: 0.91, alpha: 1.0)