Pita
#f5e7d2
Pita, represented by the hex value #f5e7d2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f5e7d2 | |
|---|---|---|
| RGB | rgb(245, 231, 210) | |
| HSL | hsl(36, 64%, 89%) | |
| CMYK | cmyk(0%, 6%, 14%, 4%) | |
| LAB | lab(92, 2, 12) | |
| OKLCH | oklch(0.93 0.032 78) |
Color harmonies
Tints & shades
Code snippets
color: #f5e7d2;
background-color: #f5e7d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5E7D2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.91, blue: 0.82, alpha: 1.0)