Ballet
#f7d5d4
Looking for the precise values behind Ballet (#f7d5d4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7d5d4 | |
|---|---|---|
| RGB | rgb(247, 213, 212) | |
| HSL | hsl(2, 69%, 90%) | |
| CMYK | cmyk(0%, 14%, 14%, 3%) | |
| LAB | lab(88, 12, 5) | |
| OKLCH | oklch(0.9 0.038 20) |
Color harmonies
Tints & shades
Code snippets
color: #f7d5d4;
background-color: #f7d5d4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7D5D4)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.84, blue: 0.83, alpha: 1.0)