Peach Puff Hex Code — #FFDAB9
RGB, HSL, and CMYK values for Peach Puff.
Peach Puff Color Values
| Format | Value |
|---|---|
| HEX | #FFDAB9 |
| RGB | rgb(255, 218, 185) |
| HSL | hsl(28, 100%, 86%) |
| CMYK | cmyk(0%, 15%, 27%, 0%) |
Want to explore more shades? Use our Color Converter
About Peach Puff
Color psychology: Warmth, softness.
Peach Puff (#FFDAB9) is a light shade of orange. It's commonly used in web design, graphic design, and branding where warmth, softness are desired associations.
How to Use Peach Puff in CSS
/* Using HEX */ color: #FFDAB9; background-color: #FFDAB9; /* Using RGB */ color: rgb(255, 218, 185); /* Using HSL */ color: hsl(28, 100%, 86%);