Shades of Pink Lace #FCCFD6
Tints of Pink Lace #FCCFD6
RGB
CMYK
RGB Variations
Color information
#FCCFD6 (or 0xFCCFD6) is known color: Pink Lace. HEX triplet: FC, CF and D6. RGB value is (252,207,214). Sum of RGB (Red+Green+Blue) = 252+207+214=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD6 is #033029. Grayscale: #DDDDDD. Windows color (decimal): -208938 or 14077948. OLE color: 14077948.
HSL color Cylindrical-coordinate representation of color #FCCFD6: hue angle of 350.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFD6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 214 | - |
CMYK | 0 | 0.18 | 0.15 | 0.01 |
HSL | 350.67º | 0.88% | 0.9% | - |
HSV(B) | 350.67º | 0.18% | 0.99% | - |
XYZ | 74.6 | 70.18 | 73.23 | - |
YUV | 221.25 | 123.91 | 149.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 214 | 0 | 0.18 | 0.15 | 0.01 | 350.67 | 0.88 | 0.9 |
Hex | FC | CF | D6 | 0 | 12 | F | 1 | 15F | 58 | 5A |
Octal | 374 | 317 | 326 | 0 | 22 | 17 | 1 | 537 | 130 | 132 |
Binary | 11111100 | 11001111 | 11010110 | 0 | 10010 | 1111 | 1 | 101011111 | 1011000 | 1011010 |
Color Harmonies of #FCCFD6
Complementary color
Monochromatic Colors of #FCCFD6
Black with #FCCFD6
Text Example
Text Example
White with #FCCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD6; }
p { color: rgb(252,207,214); }
H1.HeaderClassName
{
color: #FCCFD6;
}
.AnyTagClassName
{
color: #FCCFD6;
}
</style>
background-color css
<style>
a { background-color: #FCCFD6; }
a { background-color: rgb(252,207,214); }
div.DivClassName
{
background-color: #FCCFD6;
}
.BgClassName
{
background-color: #FCCFD6;
}
</style>
border-color css
<style>
span { border-color: #FCCFD6; }
span { border-color: rgb(252,207,214); }
td.TdClassName
{
border-color: #FCCFD6;
}
.TagClassName
{
border-color: #FCCFD6;
}
</style>