What is the HEX code for very light purple?
The CSS color very light purple in HEX format is #f6cefc. Use this value directly in CSS, SVG, and most design tools.
How do I use very light purple in CSS?
To apply very light purple in CSS:
- Text color: color: #f6cefc;
- Background: background-color: #f6cefc;
- Border: border-color: #f6cefc;
What are all the color format values for very light purple?
| Format | Value |
|---|---|
| HEX | #f6cefc |
| RGB | rgb(246, 206, 252) |
| HSL | hsl(292.2, 88.5%, 89.8%) |
| CMYK | cmyk(2.4%, 18.3%, 0%, 1.2%) |
How do I convert very light purple to HEX?
Select very light purple from the color name list in our color converter. The HEX value — #f6cefc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very light purple belong to?
very light purple belongs to the pink color family. It is a light, vivid color with HSL values: hue 292.2°, saturation 88.5%, lightness 89.8%.
How do I create lighter and darker shades of very light purple?
Lighter variant (lightness 95%): #fbe7fe. Darker variant (lightness 74.8%): #e986f8. 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.