Bianca
#f4efe0
Looking for the precise values behind Bianca (#f4efe0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4efe0 | |
|---|---|---|
| RGB | rgb(244, 239, 224) | |
| HSL | hsl(45, 48%, 92%) | |
| CMYK | cmyk(0%, 2%, 8%, 4%) | |
| LAB | lab(95, 0, 8) | |
| OKLCH | oklch(0.95 0.021 92) |
Color harmonies
Tints & shades
Code snippets
color: #f4efe0;
background-color: #f4efe0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4EFE0)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.94, blue: 0.88, alpha: 1.0)