Ibis
#f4b3c2
Looking for the precise values behind Ibis (#f4b3c2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4b3c2 | |
|---|---|---|
| RGB | rgb(244, 179, 194) | |
| HSL | hsl(346, 75%, 83%) | |
| CMYK | cmyk(0%, 27%, 20%, 4%) | |
| LAB | lab(79, 26, 2) | |
| OKLCH | oklch(0.83 0.078 4) |
Color harmonies
Tints & shades
Code snippets
color: #f4b3c2;
background-color: #f4b3c2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF4B3C2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.70, blue: 0.76, alpha: 1.0)