Shades of Pink Lace #FCCCD9
Tints of Pink Lace #FCCCD9
RGB
CMYK
RGB Variations
Color information
#FCCCD9 (or 0xFCCCD9) is known color: Pink Lace. HEX triplet: FC, CC and D9. RGB value is (252,204,217). Sum of RGB (Red+Green+Blue) = 252+204+217=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD9 is #033326. Grayscale: #DBDBDB. Windows color (decimal): -209703 or 14273788. OLE color: 14273788.
HSL color Cylindrical-coordinate representation of color #FCCCD9: hue angle of 343.75º 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 #FCCCD9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 204 | 217 | - |
CMYK | 0 | 0.19 | 0.14 | 0.01 |
HSL | 343.75º | 0.89% | 0.89% | - |
HSV(B) | 343.75º | 0.19% | 0.99% | - |
XYZ | 74.26 | 68.89 | 75.03 | - |
YUV | 219.83 | 126.4 | 150.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 204 | 217 | 0 | 0.19 | 0.14 | 0.01 | 343.75 | 0.89 | 0.89 |
Hex | FC | CC | D9 | 0 | 13 | E | 1 | 158 | 59 | 59 |
Octal | 374 | 314 | 331 | 0 | 23 | 16 | 1 | 530 | 131 | 131 |
Binary | 11111100 | 11001100 | 11011001 | 0 | 10011 | 1110 | 1 | 101011000 | 1011001 | 1011001 |
Color Harmonies of #FCCCD9
Complementary color
Monochromatic Colors of #FCCCD9
Black with #FCCCD9
Text Example
Text Example
White with #FCCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCD9; }
p { color: rgb(252,204,217); }
H1.HeaderClassName
{
color: #FCCCD9;
}
.AnyTagClassName
{
color: #FCCCD9;
}
</style>
background-color css
<style>
a { background-color: #FCCCD9; }
a { background-color: rgb(252,204,217); }
div.DivClassName
{
background-color: #FCCCD9;
}
.BgClassName
{
background-color: #FCCCD9;
}
</style>
border-color css
<style>
span { border-color: #FCCCD9; }
span { border-color: rgb(252,204,217); }
td.TdClassName
{
border-color: #FCCCD9;
}
.TagClassName
{
border-color: #FCCCD9;
}
</style>