Shades of Pink Lace #FCC9DA
Tints of Pink Lace #FCC9DA
RGB
CMYK
RGB Variations
Color information
#FCC9DA (or 0xFCC9DA) is known color: Pink Lace. HEX triplet: FC, C9 and DA. RGB value is (252,201,218). Sum of RGB (Red+Green+Blue) = 252+201+218=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9DA is #033625. Grayscale: #DADADA. Windows color (decimal): -210470 or 14338556. OLE color: 14338556.
HSL color Cylindrical-coordinate representation of color #FCC9DA: hue angle of 340º 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 #FCC9DA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 218 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 340º | 0.89% | 0.89% | - |
| HSV(B) | 340º | 0.2% | 0.99% | - |
| XYZ | 73.69 | 67.53 | 75.48 | - |
| YUV | 218.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 218 | 0 | 0.20 | 0.13 | 0.01 | 340 | 0.89 | 0.89 |
| Hex | FC | C9 | DA | 0 | 14 | D | 1 | 154 | 59 | 59 |
| Octal | 374 | 311 | 332 | 0 | 24 | 15 | 1 | 524 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11011010 | 0 | 10100 | 1101 | 1 | 101010100 | 1011001 | 1011001 |
Color Harmonies of #FCC9DA
Complementary color
Monochromatic Colors of #FCC9DA
Black with #FCC9DA
Text Example
Text Example
White with #FCC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9DA; }
p { color: rgb(252,201,218); }
H1.HeaderClassName
{
color: #FCC9DA;
}
.AnyTagClassName
{
color: #FCC9DA;
}
</style>
background-color css
<style>
a { background-color: #FCC9DA; }
a { background-color: rgb(252,201,218); }
div.DivClassName
{
background-color: #FCC9DA;
}
.BgClassName
{
background-color: #FCC9DA;
}
</style>
border-color css
<style>
span { border-color: #FCC9DA; }
span { border-color: rgb(252,201,218); }
td.TdClassName
{
border-color: #FCC9DA;
}
.TagClassName
{
border-color: #FCC9DA;
}
</style>