Yellowish
#faee66
Yellowish, represented by the hex value #faee66, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #faee66 | |
|---|---|---|
| RGB | rgb(250, 238, 102) | |
| HSL | hsl(55, 94%, 69%) | |
| CMYK | cmyk(0%, 5%, 59%, 2%) | |
| LAB | lab(93, -8, 65) | |
| OKLCH | oklch(0.93 0.155 104) |
Color harmonies
Tints & shades
Code snippets
color: #faee66;
background-color: #faee66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAEE66)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.93, blue: 0.40, alpha: 1.0)