Strawberry Frappé
#ffa2aa
Strawberry Frappé is a color with the hex code #ffa2aa. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffa2aa | |
|---|---|---|
| RGB | rgb(255, 162, 170) | |
| HSL | hsl(355, 100%, 82%) | |
| CMYK | cmyk(0%, 36%, 33%, 0%) | |
| LAB | lab(76, 36, 11) | |
| OKLCH | oklch(0.81 0.111 14) |
Color harmonies
Tints & shades
Code snippets
color: #ffa2aa;
background-color: #ffa2aa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFA2AA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.64, blue: 0.67, alpha: 1.0)