What is the HEX code for soft pink?
The CSS color soft pink in HEX format is #fdb0c0. Use this value directly in CSS, SVG, and most design tools.
How do I use soft pink in CSS?
To apply soft pink in CSS:
- Text color: color: #fdb0c0;
- Background: background-color: #fdb0c0;
- Border: border-color: #fdb0c0;
What are all the color format values for soft pink?
| Format | Value |
|---|---|
| HEX | #fdb0c0 |
| RGB | rgb(253, 176, 192) |
| HSL | hsl(347.5, 95.1%, 84.1%) |
| CMYK | cmyk(0%, 30.4%, 24.1%, 0.8%) |
How do I convert soft pink to HEX?
Select soft pink from the color name list in our color converter. The HEX value — #fdb0c0 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does soft pink belong to?
soft pink belongs to the red color family. It is a light, vivid color with HSL values: hue 347.5°, saturation 95.1%, lightness 84.1%.
How do I create lighter and darker shades of soft pink?
Lighter variant (lightness 95%): #fee6eb. Darker variant (lightness 69.1%): #fb6584. 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.