Shades of Pink #FFC0CD
Tints of Pink #FFC0CD
RGB
CMYK
RGB Variations
Color information
#FFC0CD (or 0xFFC0CD) is known color: Pink. HEX triplet: FF, C0 and CD. RGB value is (255,192,205). Sum of RGB (Red+Green+Blue) = 255+192+205=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CD is #003F32. Grayscale: #D4D4D4. Windows color (decimal): -16179 or 13484287. OLE color: 13484287.
HSL color Cylindrical-coordinate representation of color #FFC0CD: hue angle of 347.62º 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 #FFC0CD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 205 | - |
| CMYK | 0 | 0.25 | 0.20 | 0 |
| HSL | 347.62º | 1% | 0.88% | - |
| HSV(B) | 347.62º | 0.25% | 1% | - |
| XYZ | 71.11 | 63.37 | 66.24 | - |
| YUV | 212.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 205 | 0 | 0.25 | 0.20 | 0 | 347.62 | 1 | 0.88 |
| Hex | FF | C0 | CD | 0 | 19 | 14 | 0 | 15C | 64 | 58 |
| Octal | 377 | 300 | 315 | 0 | 31 | 24 | 0 | 534 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11001101 | 0 | 11001 | 10100 | 0 | 101011100 | 1100100 | 1011000 |
Color Harmonies of #FFC0CD
Complementary color
Monochromatic Colors of #FFC0CD
Black with #FFC0CD
Text Example
Text Example
White with #FFC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0CD; }
p { color: rgb(255,192,205); }
H1.HeaderClassName
{
color: #FFC0CD;
}
.AnyTagClassName
{
color: #FFC0CD;
}
</style>
background-color css
<style>
a { background-color: #FFC0CD; }
a { background-color: rgb(255,192,205); }
div.DivClassName
{
background-color: #FFC0CD;
}
.BgClassName
{
background-color: #FFC0CD;
}
</style>
border-color css
<style>
span { border-color: #FFC0CD; }
span { border-color: rgb(255,192,205); }
td.TdClassName
{
border-color: #FFC0CD;
}
.TagClassName
{
border-color: #FFC0CD;
}
</style>