Shades of Your Pink #FFC9C0
Tints of Your Pink #FFC9C0
RGB
CMYK
RGB Variations
Color information
#FFC9C0 (or 0xFFC9C0) is known color: Your Pink. HEX triplet: FF, C9 and C0. RGB value is (255,201,192). Sum of RGB (Red+Green+Blue) = 255+201+192=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9C0 is #00363F. Grayscale: #D8D8D8. Windows color (decimal): -13888 or 12634623. OLE color: 12634623.
HSL color Cylindrical-coordinate representation of color #FFC9C0: hue angle of 8.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC9C0 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 192 | - |
| CMYK | 0 | 0.21 | 0.25 | 0 |
| HSL | 8.57º | 1% | 0.88% | - |
| HSV(B) | 8.57º | 0.25% | 1% | - |
| XYZ | 71.64 | 66.84 | 58.99 | - |
| YUV | 216.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 192 | 0 | 0.21 | 0.25 | 0 | 8.57 | 1 | 0.88 |
| Hex | FF | C9 | C0 | 0 | 15 | 19 | 0 | 9 | 64 | 58 |
| Octal | 377 | 311 | 300 | 0 | 25 | 31 | 0 | 11 | 144 | 130 |
| Binary | 11111111 | 11001001 | 11000000 | 0 | 10101 | 11001 | 0 | 1001 | 1100100 | 1011000 |
Color Harmonies of #FFC9C0
Complementary color
Monochromatic Colors of #FFC9C0
Black with #FFC9C0
Text Example
Text Example
White with #FFC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9C0; }
p { color: rgb(255,201,192); }
H1.HeaderClassName
{
color: #FFC9C0;
}
.AnyTagClassName
{
color: #FFC9C0;
}
</style>
background-color css
<style>
a { background-color: #FFC9C0; }
a { background-color: rgb(255,201,192); }
div.DivClassName
{
background-color: #FFC9C0;
}
.BgClassName
{
background-color: #FFC9C0;
}
</style>
border-color css
<style>
span { border-color: #FFC9C0; }
span { border-color: rgb(255,201,192); }
td.TdClassName
{
border-color: #FFC9C0;
}
.TagClassName
{
border-color: #FFC9C0;
}
</style>