What is the CMYK code for soft pink?
The CSS color soft pink in CMYK format is cmyk(0%, 30.4%, 24.1%, 0.8%). 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: cmyk(0%, 30.4%, 24.1%, 0.8%);
- Background: background-color: cmyk(0%, 30.4%, 24.1%, 0.8%);
- Border: border-color: cmyk(0%, 30.4%, 24.1%, 0.8%);
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 CMYK?
Select soft pink from the color name list in our color converter. The CMYK value — cmyk(0%, 30.4%, 24.1%, 0.8%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.