Shades of Pink Lace #FCCCD7
Tints of Pink Lace #FCCCD7
RGB
CMYK
RGB Variations
Color information
#FCCCD7 (or 0xFCCCD7) is known color: Pink Lace. HEX triplet: FC, CC and D7. RGB value is (252,204,215). Sum of RGB (Red+Green+Blue) = 252+204+215=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD7 is #033328. Grayscale: #DBDBDB. Windows color (decimal): -209705 or 14142716. OLE color: 14142716.
HSL color Cylindrical-coordinate representation of color #FCCCD7: hue angle of 346.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD7 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 204 | 215 | - |
CMYK | 0 | 0.19 | 0.15 | 0.01 |
HSL | 346.25º | 0.89% | 0.89% | - |
HSV(B) | 346.25º | 0.19% | 0.99% | - |
XYZ | 74 | 68.79 | 73.67 | - |
YUV | 219.61 | 125.4 | 151.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 204 | 215 | 0 | 0.19 | 0.15 | 0.01 | 346.25 | 0.89 | 0.89 |
Hex | FC | CC | D7 | 0 | 13 | F | 1 | 15A | 59 | 59 |
Octal | 374 | 314 | 327 | 0 | 23 | 17 | 1 | 532 | 131 | 131 |
Binary | 11111100 | 11001100 | 11010111 | 0 | 10011 | 1111 | 1 | 101011010 | 1011001 | 1011001 |
Color Harmonies of #FCCCD7
Complementary color
Monochromatic Colors of #FCCCD7
Black with #FCCCD7
Text Example
Text Example
White with #FCCCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCD7; }
p { color: rgb(252,204,215); }
H1.HeaderClassName
{
color: #FCCCD7;
}
.AnyTagClassName
{
color: #FCCCD7;
}
</style>
background-color css
<style>
a { background-color: #FCCCD7; }
a { background-color: rgb(252,204,215); }
div.DivClassName
{
background-color: #FCCCD7;
}
.BgClassName
{
background-color: #FCCCD7;
}
</style>
border-color css
<style>
span { border-color: #FCCCD7; }
span { border-color: rgb(252,204,215); }
td.TdClassName
{
border-color: #FCCCD7;
}
.TagClassName
{
border-color: #FCCCD7;
}
</style>