What is the HSL code for faded pink?
The CSS color faded pink in HSL format is hsl(346.2, 49.6%, 74.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use faded pink in CSS?
To apply faded pink in CSS:
- Text color: color: hsl(346.2, 49.6%, 74.3%);
- Background: background-color: hsl(346.2, 49.6%, 74.3%);
- Border: border-color: hsl(346.2, 49.6%, 74.3%);
What are all the color format values for faded pink?
| Format | Value |
|---|---|
| HEX | #de9dac |
| RGB | rgb(222, 157, 172) |
| HSL | hsl(346.2, 49.6%, 74.3%) |
| CMYK | cmyk(0%, 29.3%, 22.5%, 12.9%) |
How do I convert faded pink to HSL?
Select faded pink from the color name list in our color converter. The HSL value — hsl(346.2, 49.6%, 74.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded pink belong to?
faded pink belongs to the red color family. It is a light, moderately saturated color with HSL values: hue 346.2°, saturation 49.6%, lightness 74.3%.
How do I create lighter and darker shades of faded pink?
Lighter variant (lightness 89.3%): #f1d6dc. Darker variant (lightness 59.3%): #cb647b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.