Puff of Pink
#ffcbee
Puff of Pink, represented by the hex value #ffcbee, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffcbee | |
|---|---|---|
| RGB | rgb(255, 203, 238) | |
| HSL | hsl(320, 100%, 90%) | |
| CMYK | cmyk(0%, 20%, 7%, 0%) | |
| LAB | lab(87, 23, -10) | |
| OKLCH | oklch(0.9 0.074 339) |
Color harmonies
Tints & shades
Code snippets
color: #ffcbee;
background-color: #ffcbee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCBEE)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.93, alpha: 1.0)