Shades of Pink #FFC0CC
Tints of Pink #FFC0CC
RGB
CMYK
RGB Variations
Color information
#FFC0CC (or 0xFFC0CC) is known color: Pink. HEX triplet: FF, C0 and CC. RGB value is (255,192,204). Sum of RGB (Red+Green+Blue) = 255+192+204=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CC is #003F33. Grayscale: #D4D4D4. Windows color (decimal): -16180 or 13418751. OLE color: 13418751.
HSL color Cylindrical-coordinate representation of color #FFC0CC: hue angle of 348.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 #FFC0CC is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 204 | - |
| CMYK | 0 | 0.25 | 0.2 | 0 |
| HSL | 348.57º | 1% | 0.88% | - |
| HSV(B) | 348.57º | 0.25% | 1% | - |
| XYZ | 70.99 | 63.32 | 65.61 | - |
| YUV | 212.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 204 | 0 | 0.25 | 0.2 | 0 | 348.57 | 1 | 0.88 |
| Hex | FF | C0 | CC | 0 | 19 | 14 | 0 | 15D | 64 | 58 |
| Octal | 377 | 300 | 314 | 0 | 31 | 24 | 0 | 535 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11001100 | 0 | 11001 | 10100 | 0 | 101011101 | 1100100 | 1011000 |
Color Harmonies of #FFC0CC
Complementary color
Monochromatic Colors of #FFC0CC
Black with #FFC0CC
Text Example
Text Example
White with #FFC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0CC; }
p { color: rgb(255,192,204); }
H1.HeaderClassName
{
color: #FFC0CC;
}
.AnyTagClassName
{
color: #FFC0CC;
}
</style>
background-color css
<style>
a { background-color: #FFC0CC; }
a { background-color: rgb(255,192,204); }
div.DivClassName
{
background-color: #FFC0CC;
}
.BgClassName
{
background-color: #FFC0CC;
}
</style>
border-color css
<style>
span { border-color: #FFC0CC; }
span { border-color: rgb(255,192,204); }
td.TdClassName
{
border-color: #FFC0CC;
}
.TagClassName
{
border-color: #FFC0CC;
}
</style>