Persicus
#ffb49b
Persicus, represented by the hex value #ffb49b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffb49b | |
|---|---|---|
| RGB | rgb(255, 180, 155) | |
| HSL | hsl(15, 100%, 80%) | |
| CMYK | cmyk(0%, 29%, 39%, 0%) | |
| LAB | lab(80, 26, 24) | |
| OKLCH | oklch(0.83 0.095 39) |
Color harmonies
Tints & shades
Code snippets
color: #ffb49b;
background-color: #ffb49b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB49B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.71, blue: 0.61, alpha: 1.0)