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