Watermelon Mousse
#fbe0e8
Looking for the precise values behind Watermelon Mousse (#fbe0e8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbe0e8 | |
|---|---|---|
| RGB | rgb(251, 224, 232) | |
| HSL | hsl(342, 77%, 93%) | |
| CMYK | cmyk(0%, 11%, 8%, 2%) | |
| LAB | lab(92, 11, 0) | |
| OKLCH | oklch(0.93 0.031 358) |
Color harmonies
Tints & shades
Code snippets
color: #fbe0e8;
background-color: #fbe0e8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBE0E8)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.88, blue: 0.91, alpha: 1.0)