Peach Bud
#fdb2ab
Peach Bud, represented by the hex value #fdb2ab, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdb2ab | |
|---|---|---|
| RGB | rgb(253, 178, 171) | |
| HSL | hsl(5, 95%, 83%) | |
| CMYK | cmyk(0%, 30%, 32%, 1%) | |
| LAB | lab(80, 27, 15) | |
| OKLCH | oklch(0.83 0.089 25) |
Color harmonies
Tints & shades
Code snippets
color: #fdb2ab;
background-color: #fdb2ab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFDB2AB)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.70, blue: 0.67, alpha: 1.0)