Shades of Pink Lace #FCCFD7
Tints of Pink Lace #FCCFD7
RGB
CMYK
RGB Variations
Color information
#FCCFD7 (or 0xFCCFD7) is known color: Pink Lace. HEX triplet: FC, CF and D7. RGB value is (252,207,215). Sum of RGB (Red+Green+Blue) = 252+207+215=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD7 is #033028. Grayscale: #DDDDDD. Windows color (decimal): -208937 or 14143484. OLE color: 14143484.
HSL color Cylindrical-coordinate representation of color #FCCFD7: hue angle of 349.33º 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 #FCCFD7 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 215 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.01 |
| HSL | 349.33º | 0.88% | 0.9% | - |
| HSV(B) | 349.33º | 0.18% | 0.99% | - |
| XYZ | 74.72 | 70.23 | 73.91 | - |
| YUV | 221.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 215 | 0 | 0.18 | 0.15 | 0.01 | 349.33 | 0.88 | 0.9 |
| Hex | FC | CF | D7 | 0 | 12 | F | 1 | 15D | 58 | 5A |
| Octal | 374 | 317 | 327 | 0 | 22 | 17 | 1 | 535 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11010111 | 0 | 10010 | 1111 | 1 | 101011101 | 1011000 | 1011010 |
Color Harmonies of #FCCFD7
Complementary color
Monochromatic Colors of #FCCFD7
Black with #FCCFD7
Text Example
Text Example
White with #FCCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD7; }
p { color: rgb(252,207,215); }
H1.HeaderClassName
{
color: #FCCFD7;
}
.AnyTagClassName
{
color: #FCCFD7;
}
</style>
background-color css
<style>
a { background-color: #FCCFD7; }
a { background-color: rgb(252,207,215); }
div.DivClassName
{
background-color: #FCCFD7;
}
.BgClassName
{
background-color: #FCCFD7;
}
</style>
border-color css
<style>
span { border-color: #FCCFD7; }
span { border-color: rgb(252,207,215); }
td.TdClassName
{
border-color: #FCCFD7;
}
.TagClassName
{
border-color: #FCCFD7;
}
</style>