Shades of Your Pink #FFCCC1
Tints of Your Pink #FFCCC1
RGB
CMYK
RGB Variations
Color information
#FFCCC1 (or 0xFFCCC1) is known color: Your Pink. HEX triplet: FF, CC and C1. RGB value is (255,204,193). Sum of RGB (Red+Green+Blue) = 255+204+193=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC1 is #00333E. Grayscale: #DADADA. Windows color (decimal): -13119 or 12700927. OLE color: 12700927.
HSL color Cylindrical-coordinate representation of color #FFCCC1: hue angle of 10.65º 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 #FFCCC1 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 193 | - |
| CMYK | 0 | 0.2 | 0.24 | 0 |
| HSL | 10.65º | 1% | 0.88% | - |
| HSV(B) | 10.65º | 0.24% | 1% | - |
| XYZ | 72.46 | 68.3 | 59.82 | - |
| YUV | 218 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 193 | 0 | 0.2 | 0.24 | 0 | 10.65 | 1 | 0.88 |
| Hex | FF | CC | C1 | 0 | 14 | 18 | 0 | B | 64 | 58 |
| Octal | 377 | 314 | 301 | 0 | 24 | 30 | 0 | 13 | 144 | 130 |
| Binary | 11111111 | 11001100 | 11000001 | 0 | 10100 | 11000 | 0 | 1011 | 1100100 | 1011000 |
Color Harmonies of #FFCCC1
Complementary color
Monochromatic Colors of #FFCCC1
Black with #FFCCC1
Text Example
Text Example
White with #FFCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC1; }
p { color: rgb(255,204,193); }
H1.HeaderClassName
{
color: #FFCCC1;
}
.AnyTagClassName
{
color: #FFCCC1;
}
</style>
background-color css
<style>
a { background-color: #FFCCC1; }
a { background-color: rgb(255,204,193); }
div.DivClassName
{
background-color: #FFCCC1;
}
.BgClassName
{
background-color: #FFCCC1;
}
</style>
border-color css
<style>
span { border-color: #FFCCC1; }
span { border-color: rgb(255,204,193); }
td.TdClassName
{
border-color: #FFCCC1;
}
.TagClassName
{
border-color: #FFCCC1;
}
</style>