Ballet White
#f2e7d8
Looking for the precise values behind Ballet White (#f2e7d8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2e7d8 | |
|---|---|---|
| RGB | rgb(242, 231, 216) | |
| HSL | hsl(35, 50%, 90%) | |
| CMYK | cmyk(0%, 5%, 11%, 5%) | |
| LAB | lab(92, 2, 9) | |
| OKLCH | oklch(0.93 0.023 76) |
Color harmonies
Tints & shades
Code snippets
color: #f2e7d8;
background-color: #f2e7d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2E7D8)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.91, blue: 0.85, alpha: 1.0)