What is the HEX code for grey pink?
The CSS color grey pink in HEX format is #c3909b. Use this value directly in CSS, SVG, and most design tools.
How do I use grey pink in CSS?
To apply grey pink in CSS:
- Text color: color: #c3909b;
- Background: background-color: #c3909b;
- Border: border-color: #c3909b;
What are all the color format values for grey pink?
| Format | Value |
|---|---|
| HEX | #c3909b |
| RGB | rgb(195, 144, 155) |
| HSL | hsl(347.1, 29.8%, 66.5%) |
| CMYK | cmyk(0%, 26.2%, 20.5%, 23.5%) |
How do I convert grey pink to HEX?
Select grey pink from the color name list in our color converter. The HEX value — #c3909b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey pink belong to?
grey pink belongs to the red color family. It is a medium, muted color with HSL values: hue 347.1°, saturation 29.8%, lightness 66.5%.
How do I create lighter and darker shades of grey pink?
Lighter variant (lightness 81.5%): #dec2c8. Darker variant (lightness 51.5%): #a85e6e. 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.