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