Shades of Pink Lace #FCCFD9
Tints of Pink Lace #FCCFD9
RGB
CMYK
RGB Variations
Color information
#FCCFD9 (or 0xFCCFD9) is known color: Pink Lace. HEX triplet: FC, CF and D9. RGB value is (252,207,217). Sum of RGB (Red+Green+Blue) = 252+207+217=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD9 is #033026. Grayscale: #DDDDDD. Windows color (decimal): -208935 or 14274556. OLE color: 14274556.
HSL color Cylindrical-coordinate representation of color #FCCFD9: hue angle of 346.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 #FCCFD9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 217 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.01 |
| HSL | 346.67º | 0.88% | 0.9% | - |
| HSV(B) | 346.67º | 0.18% | 0.99% | - |
| XYZ | 74.98 | 70.33 | 75.27 | - |
| YUV | 221.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 217 | 0 | 0.18 | 0.14 | 0.01 | 346.67 | 0.88 | 0.9 |
| Hex | FC | CF | D9 | 0 | 12 | E | 1 | 15B | 58 | 5A |
| Octal | 374 | 317 | 331 | 0 | 22 | 16 | 1 | 533 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11011001 | 0 | 10010 | 1110 | 1 | 101011011 | 1011000 | 1011010 |
Color Harmonies of #FCCFD9
Complementary color
Monochromatic Colors of #FCCFD9
Black with #FCCFD9
Text Example
Text Example
White with #FCCFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD9; }
p { color: rgb(252,207,217); }
H1.HeaderClassName
{
color: #FCCFD9;
}
.AnyTagClassName
{
color: #FCCFD9;
}
</style>
background-color css
<style>
a { background-color: #FCCFD9; }
a { background-color: rgb(252,207,217); }
div.DivClassName
{
background-color: #FCCFD9;
}
.BgClassName
{
background-color: #FCCFD9;
}
</style>
border-color css
<style>
span { border-color: #FCCFD9; }
span { border-color: rgb(252,207,217); }
td.TdClassName
{
border-color: #FCCFD9;
}
.TagClassName
{
border-color: #FCCFD9;
}
</style>