Shades of Pink #FFC9D3
Tints of Pink #FFC9D3
RGB
CMYK
RGB Variations
Color information
#FFC9D3 (or 0xFFC9D3) is known color: Pink. HEX triplet: FF, C9 and D3. RGB value is (255,201,211). Sum of RGB (Red+Green+Blue) = 255+201+211=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9D3 is #00362C. Grayscale: #DADADA. Windows color (decimal): -13869 or 13879807. OLE color: 13879807.
HSL color Cylindrical-coordinate representation of color #FFC9D3: hue angle of 348.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9D3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 211 | - |
| CMYK | 0 | 0.21 | 0.17 | 0 |
| HSL | 348.89º | 1% | 0.89% | - |
| HSV(B) | 348.89º | 0.21% | 1% | - |
| XYZ | 73.88 | 67.74 | 70.81 | - |
| YUV | 218.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 211 | 0 | 0.21 | 0.17 | 0 | 348.89 | 1 | 0.89 |
| Hex | FF | C9 | D3 | 0 | 15 | 11 | 0 | 15D | 64 | 59 |
| Octal | 377 | 311 | 323 | 0 | 25 | 21 | 0 | 535 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11010011 | 0 | 10101 | 10001 | 0 | 101011101 | 1100100 | 1011001 |
Color Harmonies of #FFC9D3
Complementary color
Monochromatic Colors of #FFC9D3
Black with #FFC9D3
Text Example
Text Example
White with #FFC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9D3; }
p { color: rgb(255,201,211); }
H1.HeaderClassName
{
color: #FFC9D3;
}
.AnyTagClassName
{
color: #FFC9D3;
}
</style>
background-color css
<style>
a { background-color: #FFC9D3; }
a { background-color: rgb(255,201,211); }
div.DivClassName
{
background-color: #FFC9D3;
}
.BgClassName
{
background-color: #FFC9D3;
}
</style>
border-color css
<style>
span { border-color: #FFC9D3; }
span { border-color: rgb(255,201,211); }
td.TdClassName
{
border-color: #FFC9D3;
}
.TagClassName
{
border-color: #FFC9D3;
}
</style>