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