Shades of Pink #FFC0D0
Tints of Pink #FFC0D0
RGB
CMYK
RGB Variations
Color information
#FFC0D0 (or 0xFFC0D0) is known color: Pink. HEX triplet: FF, C0 and D0. RGB value is (255,192,208). Sum of RGB (Red+Green+Blue) = 255+192+208=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D0 is #003F2F. Grayscale: #D4D4D4. Windows color (decimal): -16176 or 13680895. OLE color: 13680895.
HSL color Cylindrical-coordinate representation of color #FFC0D0: hue angle of 344.76º 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 #FFC0D0 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 208 | - |
| CMYK | 0 | 0.25 | 0.18 | 0 |
| HSL | 344.76º | 1% | 0.88% | - |
| HSV(B) | 344.76º | 0.25% | 1% | - |
| XYZ | 71.47 | 63.51 | 68.17 | - |
| YUV | 212.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 208 | 0 | 0.25 | 0.18 | 0 | 344.76 | 1 | 0.88 |
| Hex | FF | C0 | D0 | 0 | 19 | 12 | 0 | 159 | 64 | 58 |
| Octal | 377 | 300 | 320 | 0 | 31 | 22 | 0 | 531 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11010000 | 0 | 11001 | 10010 | 0 | 101011001 | 1100100 | 1011000 |
Color Harmonies of #FFC0D0
Complementary color
Monochromatic Colors of #FFC0D0
Black with #FFC0D0
Text Example
Text Example
White with #FFC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0D0; }
p { color: rgb(255,192,208); }
H1.HeaderClassName
{
color: #FFC0D0;
}
.AnyTagClassName
{
color: #FFC0D0;
}
</style>
background-color css
<style>
a { background-color: #FFC0D0; }
a { background-color: rgb(255,192,208); }
div.DivClassName
{
background-color: #FFC0D0;
}
.BgClassName
{
background-color: #FFC0D0;
}
</style>
border-color css
<style>
span { border-color: #FFC0D0; }
span { border-color: rgb(255,192,208); }
td.TdClassName
{
border-color: #FFC0D0;
}
.TagClassName
{
border-color: #FFC0D0;
}
</style>