Banana Mania
#fbe7b2
Looking for the precise values behind Banana Mania (#fbe7b2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbe7b2 | |
|---|---|---|
| RGB | rgb(251, 231, 178) | |
| HSL | hsl(44, 90%, 84%) | |
| CMYK | cmyk(0%, 8%, 29%, 2%) | |
| LAB | lab(92, 1, 29) | |
| OKLCH | oklch(0.93 0.071 90) |
Color harmonies
Tints & shades
Code snippets
color: #fbe7b2;
background-color: #fbe7b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBE7B2)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.91, blue: 0.70, alpha: 1.0)