Stereotypical Duck
#fff5cf
Looking for the precise values behind Stereotypical Duck (#fff5cf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff5cf | |
|---|---|---|
| RGB | rgb(255, 245, 207) | |
| HSL | hsl(48, 100%, 91%) | |
| CMYK | cmyk(0%, 4%, 19%, 0%) | |
| LAB | lab(97, -1, 20) | |
| OKLCH | oklch(0.97 0.05 95) |
Color harmonies
Tints & shades
Code snippets
color: #fff5cf;
background-color: #fff5cf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF5CF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.81, alpha: 1.0)