What is the HEX code for pale?
The CSS color pale in HEX format is #fff9d0. Use this value directly in CSS, SVG, and most design tools.
How do I use pale in CSS?
To apply pale in CSS:
- Text color: color: #fff9d0;
- Background: background-color: #fff9d0;
- Border: border-color: #fff9d0;
What are all the color format values for pale?
| Format | Value |
|---|---|
| HEX | #fff9d0 |
| RGB | rgb(255, 249, 208) |
| HSL | hsl(52.3, 100%, 90.8%) |
| CMYK | cmyk(0%, 2.4%, 18.4%, 0%) |
How do I convert pale to HEX?
Select pale from the color name list in our color converter. The HEX value — #fff9d0 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale belong to?
pale belongs to the near-white color family. It is a light, vivid color with HSL values: hue 52.3°, saturation 100%, lightness 90.8%.
How do I create lighter and darker shades of pale?
Lighter variant (lightness 95%): #fffce5. Darker variant (lightness 75.8%): #ffef84. 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.