Yours Truly
#fbd9cd
Looking for the precise values behind Yours Truly (#fbd9cd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbd9cd | |
|---|---|---|
| RGB | rgb(251, 217, 205) | |
| HSL | hsl(16, 85%, 89%) | |
| CMYK | cmyk(0%, 14%, 18%, 2%) | |
| LAB | lab(89, 11, 11) | |
| OKLCH | oklch(0.91 0.041 40) |
Color harmonies
Tints & shades
Code snippets
color: #fbd9cd;
background-color: #fbd9cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBD9CD)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.85, blue: 0.80, alpha: 1.0)