What is the HEX code for greyish pink?
The CSS color greyish pink in HEX format is #c88d94. Use this value directly in CSS, SVG, and most design tools.
How do I use greyish pink in CSS?
To apply greyish pink in CSS:
- Text color: color: #c88d94;
- Background: background-color: #c88d94;
- Border: border-color: #c88d94;
What are all the color format values for greyish pink?
| Format | Value |
|---|---|
| HEX | #c88d94 |
| RGB | rgb(200, 141, 148) |
| HSL | hsl(352.9, 34.9%, 66.9%) |
| CMYK | cmyk(0%, 29.5%, 26%, 21.6%) |
How do I convert greyish pink to HEX?
Select greyish pink from the color name list in our color converter. The HEX value — #c88d94 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish pink belong to?
greyish pink belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 352.9°, saturation 34.9%, lightness 66.9%.
How do I create lighter and darker shades of greyish pink?
Lighter variant (lightness 81.9%): #e1c1c5. Darker variant (lightness 51.900000000000006%): #af5a64. 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.