Parma Ham
#f89882
Parma Ham, represented by the hex value #f89882, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f89882 | |
|---|---|---|
| RGB | rgb(248, 152, 130) | |
| HSL | hsl(11, 89%, 74%) | |
| CMYK | cmyk(0%, 39%, 48%, 3%) | |
| LAB | lab(73, 35, 28) | |
| OKLCH | oklch(0.77 0.12 34) |
Color harmonies
Tints & shades
Code snippets
color: #f89882;
background-color: #f89882;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF89882)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.60, blue: 0.51, alpha: 1.0)