What is the HEX code for pale grey?
The CSS color pale grey in HEX format is #fdfdfe. Use this value directly in CSS, SVG, and most design tools.
How do I use pale grey in CSS?
To apply pale grey in CSS:
- Text color: color: #fdfdfe;
- Background: background-color: #fdfdfe;
- Border: border-color: #fdfdfe;
What are all the color format values for pale grey?
| Format | Value |
|---|---|
| HEX | #fdfdfe |
| RGB | rgb(253, 253, 254) |
| HSL | hsl(240, 33.3%, 99.4%) |
| CMYK | cmyk(0.4%, 0.4%, 0%, 0.4%) |
How do I convert pale grey to HEX?
Select pale grey from the color name list in our color converter. The HEX value — #fdfdfe — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale grey belong to?
pale grey belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 240°, saturation 33.3%, lightness 99.4%.
How do I create lighter and darker shades of pale grey?
Lighter variant (lightness 95%): #eeeef6. Darker variant (lightness 84.4%): #cacae4. 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.