Bellini
#f4c9b1
Bellini, represented by the hex value #f4c9b1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f4c9b1 | |
|---|---|---|
| RGB | rgb(244, 201, 177) | |
| HSL | hsl(21, 75%, 83%) | |
| CMYK | cmyk(0%, 18%, 27%, 4%) | |
| LAB | lab(84, 13, 18) | |
| OKLCH | oklch(0.87 0.059 51) |
Color harmonies
Tints & shades
Code snippets
color: #f4c9b1;
background-color: #f4c9b1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4C9B1)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.79, blue: 0.69, alpha: 1.0)