Vinaceous
#f59994
Looking for the precise values behind Vinaceous (#f59994)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f59994 | |
|---|---|---|
| RGB | rgb(245, 153, 148) | |
| HSL | hsl(3, 83%, 77%) | |
| CMYK | cmyk(0%, 38%, 40%, 4%) | |
| LAB | lab(73, 35, 18) | |
| OKLCH | oklch(0.78 0.111 23) |
Color harmonies
Tints & shades
Code snippets
color: #f59994;
background-color: #f59994;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF59994)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.60, blue: 0.58, alpha: 1.0)