Piggy Bank
#ffccbb
Here's everything about the color Piggy Bank (#ffccbb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffccbb | |
|---|---|---|
| RGB | rgb(255, 204, 187) | |
| HSL | hsl(15, 100%, 87%) | |
| CMYK | cmyk(0%, 20%, 27%, 0%) | |
| LAB | lab(86, 17, 16) | |
| OKLCH | oklch(0.89 0.063 39) |
Color harmonies
Tints & shades
Code snippets
color: #ffccbb;
background-color: #ffccbb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCCBB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.73, alpha: 1.0)