Shades of Pink Lace #FCC9D6
Tints of Pink Lace #FCC9D6
RGB
CMYK
RGB Variations
Color information
#FCC9D6 (or 0xFCC9D6) is known color: Pink Lace. HEX triplet: FC, C9 and D6. RGB value is (252,201,214). Sum of RGB (Red+Green+Blue) = 252+201+214=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9D6 is #033629. Grayscale: #D9D9D9. Windows color (decimal): -210474 or 14076412. OLE color: 14076412.
HSL color Cylindrical-coordinate representation of color #FCC9D6: hue angle of 344.71º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9D6 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 214 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.01 |
| HSL | 344.71º | 0.89% | 0.89% | - |
| HSV(B) | 344.71º | 0.2% | 0.99% | - |
| XYZ | 73.17 | 67.32 | 72.76 | - |
| YUV | 217.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 214 | 0 | 0.20 | 0.15 | 0.01 | 344.71 | 0.89 | 0.89 |
| Hex | FC | C9 | D6 | 0 | 14 | F | 1 | 159 | 59 | 59 |
| Octal | 374 | 311 | 326 | 0 | 24 | 17 | 1 | 531 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11010110 | 0 | 10100 | 1111 | 1 | 101011001 | 1011001 | 1011001 |
Color Harmonies of #FCC9D6
Complementary color
Monochromatic Colors of #FCC9D6
Black with #FCC9D6
Text Example
Text Example
White with #FCC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9D6; }
p { color: rgb(252,201,214); }
H1.HeaderClassName
{
color: #FCC9D6;
}
.AnyTagClassName
{
color: #FCC9D6;
}
</style>
background-color css
<style>
a { background-color: #FCC9D6; }
a { background-color: rgb(252,201,214); }
div.DivClassName
{
background-color: #FCC9D6;
}
.BgClassName
{
background-color: #FCC9D6;
}
</style>
border-color css
<style>
span { border-color: #FCC9D6; }
span { border-color: rgb(252,201,214); }
td.TdClassName
{
border-color: #FCC9D6;
}
.TagClassName
{
border-color: #FCC9D6;
}
</style>