What is the HEX code for egg shell?
The CSS color egg shell in HEX format is #fffcc4. Use this value directly in CSS, SVG, and most design tools.
How do I use egg shell in CSS?
To apply egg shell in CSS:
- Text color: color: #fffcc4;
- Background: background-color: #fffcc4;
- Border: border-color: #fffcc4;
What are all the color format values for egg shell?
| Format | Value |
|---|---|
| HEX | #fffcc4 |
| RGB | rgb(255, 252, 196) |
| HSL | hsl(56.9, 100%, 88.4%) |
| CMYK | cmyk(0%, 1.2%, 23.1%, 0%) |
How do I convert egg shell to HEX?
Select egg shell from the color name list in our color converter. The HEX value — #fffcc4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does egg shell belong to?
egg shell belongs to the yellow color family. It is a light, vivid color with HSL values: hue 56.9°, saturation 100%, lightness 88.4%.
How do I create lighter and darker shades of egg shell?
Lighter variant (lightness 95%): #fffee5. Darker variant (lightness 73.4%): #fff877. 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.