Shades of Pink Lace #FCC7D8
Tints of Pink Lace #FCC7D8
RGB
CMYK
RGB Variations
Color information
#FCC7D8 (or 0xFCC7D8) is known color: Pink Lace. HEX triplet: FC, C7 and D8. RGB value is (252,199,216). Sum of RGB (Red+Green+Blue) = 252+199+216=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D8 is #033827. Grayscale: #D8D8D8. Windows color (decimal): -210984 or 14206972. OLE color: 14206972.
HSL color Cylindrical-coordinate representation of color #FCC7D8: hue angle of 340.75º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC7D8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 216 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.01 |
| HSL | 340.75º | 0.9% | 0.88% | - |
| HSV(B) | 340.75º | 0.21% | 0.99% | - |
| XYZ | 72.96 | 66.5 | 73.96 | - |
| YUV | 216.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 216 | 0 | 0.21 | 0.14 | 0.01 | 340.75 | 0.9 | 0.88 |
| Hex | FC | C7 | D8 | 0 | 15 | E | 1 | 155 | 5A | 58 |
| Octal | 374 | 307 | 330 | 0 | 25 | 16 | 1 | 525 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11011000 | 0 | 10101 | 1110 | 1 | 101010101 | 1011010 | 1011000 |
Color Harmonies of #FCC7D8
Complementary color
Monochromatic Colors of #FCC7D8
Black with #FCC7D8
Text Example
Text Example
White with #FCC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7D8; }
p { color: rgb(252,199,216); }
H1.HeaderClassName
{
color: #FCC7D8;
}
.AnyTagClassName
{
color: #FCC7D8;
}
</style>
background-color css
<style>
a { background-color: #FCC7D8; }
a { background-color: rgb(252,199,216); }
div.DivClassName
{
background-color: #FCC7D8;
}
.BgClassName
{
background-color: #FCC7D8;
}
</style>
border-color css
<style>
span { border-color: #FCC7D8; }
span { border-color: rgb(252,199,216); }
td.TdClassName
{
border-color: #FCC7D8;
}
.TagClassName
{
border-color: #FCC7D8;
}
</style>