What is the RGB code for peachpuff?
The CSS color peachpuff in RGB format is rgb(255, 218, 185). Use this value directly in CSS, SVG, and most design tools.
How do I use peachpuff in CSS?
To apply peachpuff in CSS:
- Text color: color: rgb(255, 218, 185);
- Background: background-color: rgb(255, 218, 185);
- Border: border-color: rgb(255, 218, 185);
What are all the color format values for peachpuff?
| Format | Value |
|---|---|
| HEX | #ffdab9 |
| RGB | rgb(255, 218, 185) |
| HSL | hsl(28.3, 100%, 86.3%) |
| CMYK | cmyk(0%, 14.5%, 27.5%, 0%) |
How do I convert peachpuff to RGB?
Select peachpuff from the color name list in our color converter. The RGB value — rgb(255, 218, 185) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does peachpuff belong to?
peachpuff belongs to the orange color family. It is a light, vivid color with HSL values: hue 28.3°, saturation 100%, lightness 86.3%.
How do I create lighter and darker shades of peachpuff?
Lighter variant (lightness 95%): #fff2e5. Darker variant (lightness 71.3%): #ffb26d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.