Tutu
#f8e4e3
Tutu, represented by the hex value #f8e4e3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f8e4e3 | |
|---|---|---|
| RGB | rgb(248, 228, 227) | |
| HSL | hsl(3, 60%, 93%) | |
| CMYK | cmyk(0%, 8%, 8%, 3%) | |
| LAB | lab(92, 7, 3) | |
| OKLCH | oklch(0.93 0.022 21) |
Color harmonies
Tints & shades
Code snippets
color: #f8e4e3;
background-color: #f8e4e3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8E4E3)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.89, blue: 0.89, alpha: 1.0)