What is the HEX code for light peach?
The CSS color light peach in HEX format is #ffd8b1. Use this value directly in CSS, SVG, and most design tools.
How do I use light peach in CSS?
To apply light peach in CSS:
- Text color: color: #ffd8b1;
- Background: background-color: #ffd8b1;
- Border: border-color: #ffd8b1;
What are all the color format values for light peach?
| Format | Value |
|---|---|
| HEX | #ffd8b1 |
| RGB | rgb(255, 216, 177) |
| HSL | hsl(30, 100%, 84.7%) |
| CMYK | cmyk(0%, 15.3%, 30.6%, 0%) |
How do I convert light peach to HEX?
Select light peach from the color name list in our color converter. The HEX value — #ffd8b1 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light peach belong to?
light peach belongs to the orange color family. It is a light, vivid color with HSL values: hue 30°, saturation 100%, lightness 84.7%.
How do I create lighter and darker shades of light peach?
Lighter variant (lightness 95%): #fff2e5. Darker variant (lightness 69.7%): #ffb264. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.