Butterfly Kisses
#f0dedc
Looking for the precise values behind Butterfly Kisses (#f0dedc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0dedc | |
|---|---|---|
| RGB | rgb(240, 222, 220) | |
| HSL | hsl(6, 40%, 90%) | |
| CMYK | cmyk(0%, 7%, 8%, 6%) | |
| LAB | lab(90, 6, 3) | |
| OKLCH | oklch(0.91 0.02 25) |
Color harmonies
Tints & shades
Code snippets
color: #f0dedc;
background-color: #f0dedc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0DEDC)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.87, blue: 0.86, alpha: 1.0)