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