Shades of Your Pink #FFCCC2
Tints of Your Pink #FFCCC2
RGB
CMYK
RGB Variations
Color information
#FFCCC2 (or 0xFFCCC2) is known color: Your Pink. HEX triplet: FF, CC and C2. RGB value is (255,204,194). Sum of RGB (Red+Green+Blue) = 255+204+194=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC2 is #00333D. Grayscale: #DADADA. Windows color (decimal): -13118 or 12766463. OLE color: 12766463.
HSL color Cylindrical-coordinate representation of color #FFCCC2: hue angle of 9.84º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFCCC2 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 194 | - |
| CMYK | 0 | 0.2 | 0.24 | 0 |
| HSL | 9.84º | 1% | 0.88% | - |
| HSV(B) | 9.84º | 0.24% | 1% | - |
| XYZ | 72.57 | 68.34 | 60.41 | - |
| YUV | 218.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 194 | 0 | 0.2 | 0.24 | 0 | 9.84 | 1 | 0.88 |
| Hex | FF | CC | C2 | 0 | 14 | 18 | 0 | A | 64 | 58 |
| Octal | 377 | 314 | 302 | 0 | 24 | 30 | 0 | 12 | 144 | 130 |
| Binary | 11111111 | 11001100 | 11000010 | 0 | 10100 | 11000 | 0 | 1010 | 1100100 | 1011000 |
Color Harmonies of #FFCCC2
Complementary color
Monochromatic Colors of #FFCCC2
Black with #FFCCC2
Text Example
Text Example
White with #FFCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC2; }
p { color: rgb(255,204,194); }
H1.HeaderClassName
{
color: #FFCCC2;
}
.AnyTagClassName
{
color: #FFCCC2;
}
</style>
background-color css
<style>
a { background-color: #FFCCC2; }
a { background-color: rgb(255,204,194); }
div.DivClassName
{
background-color: #FFCCC2;
}
.BgClassName
{
background-color: #FFCCC2;
}
</style>
border-color css
<style>
span { border-color: #FFCCC2; }
span { border-color: rgb(255,204,194); }
td.TdClassName
{
border-color: #FFCCC2;
}
.TagClassName
{
border-color: #FFCCC2;
}
</style>