Hint of Yellow
#faf1cd
Hint of Yellow, represented by the hex value #faf1cd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #faf1cd | |
|---|---|---|
| RGB | rgb(250, 241, 205) | |
| HSL | hsl(48, 82%, 89%) | |
| CMYK | cmyk(0%, 4%, 18%, 2%) | |
| LAB | lab(95, -1, 19) | |
| OKLCH | oklch(0.96 0.048 96) |
Color harmonies
Tints & shades
Code snippets
color: #faf1cd;
background-color: #faf1cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAF1CD)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.95, blue: 0.80, alpha: 1.0)