Vinaceous Cinnamon
#f48b8b
Looking for the precise values behind Vinaceous Cinnamon (#f48b8b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f48b8b | |
|---|---|---|
| RGB | rgb(244, 139, 139) | |
| HSL | hsl(0, 83%, 75%) | |
| CMYK | cmyk(0%, 43%, 43%, 4%) | |
| LAB | lab(70, 41, 18) | |
| OKLCH | oklch(0.75 0.128 21) |
Color harmonies
Tints & shades
Code snippets
color: #f48b8b;
background-color: #f48b8b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF48B8B)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.55, blue: 0.55, alpha: 1.0)