Shades of Pink Lace #FCCCD5
Tints of Pink Lace #FCCCD5
RGB
CMYK
RGB Variations
Color information
#FCCCD5 (or 0xFCCCD5) is known color: Pink Lace. HEX triplet: FC, CC and D5. RGB value is (252,204,213). Sum of RGB (Red+Green+Blue) = 252+204+213=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD5 is #03332A. Grayscale: #DBDBDB. Windows color (decimal): -209707 or 14011644. OLE color: 14011644.
HSL color Cylindrical-coordinate representation of color #FCCCD5: hue angle of 348.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 213 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 348.75º | 0.89% | 0.89% | - |
| HSV(B) | 348.75º | 0.19% | 0.99% | - |
| XYZ | 73.75 | 68.69 | 72.32 | - |
| YUV | 219.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 213 | 0 | 0.19 | 0.15 | 0.01 | 348.75 | 0.89 | 0.89 |
| Hex | FC | CC | D5 | 0 | 13 | F | 1 | 15D | 59 | 59 |
| Octal | 374 | 314 | 325 | 0 | 23 | 17 | 1 | 535 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11010101 | 0 | 10011 | 1111 | 1 | 101011101 | 1011001 | 1011001 |
Color Harmonies of #FCCCD5
Complementary color
Monochromatic Colors of #FCCCD5
Black with #FCCCD5
Text Example
Text Example
White with #FCCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCD5; }
p { color: rgb(252,204,213); }
H1.HeaderClassName
{
color: #FCCCD5;
}
.AnyTagClassName
{
color: #FCCCD5;
}
</style>
background-color css
<style>
a { background-color: #FCCCD5; }
a { background-color: rgb(252,204,213); }
div.DivClassName
{
background-color: #FCCCD5;
}
.BgClassName
{
background-color: #FCCCD5;
}
</style>
border-color css
<style>
span { border-color: #FCCCD5; }
span { border-color: rgb(252,204,213); }
td.TdClassName
{
border-color: #FCCCD5;
}
.TagClassName
{
border-color: #FCCCD5;
}
</style>