Pork Belly
#f8e0e7
Pork Belly, represented by the hex value #f8e0e7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f8e0e7 | |
|---|---|---|
| RGB | rgb(248, 224, 231) | |
| HSL | hsl(343, 63%, 93%) | |
| CMYK | cmyk(0%, 10%, 7%, 3%) | |
| LAB | lab(91, 9, 0) | |
| OKLCH | oklch(0.93 0.028 358) |
Color harmonies
Tints & shades
Code snippets
color: #f8e0e7;
background-color: #f8e0e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8E0E7)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.88, blue: 0.91, alpha: 1.0)