Cream and Butter
#feeea5
Cream and Butter, represented by the hex value #feeea5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #feeea5 | |
|---|---|---|
| RGB | rgb(254, 238, 165) | |
| HSL | hsl(49, 98%, 82%) | |
| CMYK | cmyk(0%, 6%, 35%, 0%) | |
| LAB | lab(94, -2, 37) | |
| OKLCH | oklch(0.95 0.093 97) |
Color harmonies
Tints & shades
Code snippets
color: #feeea5;
background-color: #feeea5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEEEA5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.65, alpha: 1.0)