Shades of Pink Lace #FFCCD6
Tints of Pink Lace #FFCCD6
RGB
CMYK
RGB Variations
Color information
#FFCCD6 (or 0xFFCCD6) is known color: Pink Lace. HEX triplet: FF, CC and D6. RGB value is (255,204,214). Sum of RGB (Red+Green+Blue) = 255+204+214=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD6 is #003329. Grayscale: #DCDCDC. Windows color (decimal): -13098 or 14077183. OLE color: 14077183.
HSL color Cylindrical-coordinate representation of color #FFCCD6: hue angle of 348.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCD6 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 214 | - |
| CMYK | 0 | 0.2 | 0.16 | 0 |
| HSL | 348.24º | 1% | 0.9% | - |
| HSV(B) | 348.24º | 0.2% | 1% | - |
| XYZ | 74.97 | 69.3 | 73.04 | - |
| YUV | 220.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 214 | 0 | 0.2 | 0.16 | 0 | 348.24 | 1 | 0.9 |
| Hex | FF | CC | D6 | 0 | 14 | 10 | 0 | 15C | 64 | 5A |
| Octal | 377 | 314 | 326 | 0 | 24 | 20 | 0 | 534 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11010110 | 0 | 10100 | 10000 | 0 | 101011100 | 1100100 | 1011010 |
Color Harmonies of #FFCCD6
Complementary color
Monochromatic Colors of #FFCCD6
Black with #FFCCD6
Text Example
Text Example
White with #FFCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCD6; }
p { color: rgb(255,204,214); }
H1.HeaderClassName
{
color: #FFCCD6;
}
.AnyTagClassName
{
color: #FFCCD6;
}
</style>
background-color css
<style>
a { background-color: #FFCCD6; }
a { background-color: rgb(255,204,214); }
div.DivClassName
{
background-color: #FFCCD6;
}
.BgClassName
{
background-color: #FFCCD6;
}
</style>
border-color css
<style>
span { border-color: #FFCCD6; }
span { border-color: rgb(255,204,214); }
td.TdClassName
{
border-color: #FFCCD6;
}
.TagClassName
{
border-color: #FFCCD6;
}
</style>