Rock’n’Rose
#fc8aaa
Looking for the precise values behind Rock’n’Rose (#fc8aaa)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fc8aaa | |
|---|---|---|
| RGB | rgb(252, 138, 170) | |
| HSL | hsl(343, 95%, 76%) | |
| CMYK | cmyk(0%, 45%, 33%, 1%) | |
| LAB | lab(71, 47, 4) | |
| OKLCH | oklch(0.77 0.142 3) |
Color harmonies
Tints & shades
Code snippets
color: #fc8aaa;
background-color: #fc8aaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFC8AAA)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.54, blue: 0.67, alpha: 1.0)