Shades of Pink Lace #FCCEDC
Tints of Pink Lace #FCCEDC
RGB
CMYK
RGB Variations
Color information
#FCCEDC (or 0xFCCEDC) is known color: Pink Lace. HEX triplet: FC, CE and DC. RGB value is (252,206,220). Sum of RGB (Red+Green+Blue) = 252+206+220=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDC is #033123. Grayscale: #DDDDDD. Windows color (decimal): -209188 or 14470908. OLE color: 14470908.
HSL color Cylindrical-coordinate representation of color #FCCEDC: hue angle of 341.74º 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 #FCCEDC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 220 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.01 |
| HSL | 341.74º | 0.88% | 0.9% | - |
| HSV(B) | 341.74º | 0.18% | 0.99% | - |
| XYZ | 75.13 | 70.01 | 77.26 | - |
| YUV | 221.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 220 | 0 | 0.18 | 0.13 | 0.01 | 341.74 | 0.88 | 0.9 |
| Hex | FC | CE | DC | 0 | 12 | D | 1 | 156 | 58 | 5A |
| Octal | 374 | 316 | 334 | 0 | 22 | 15 | 1 | 526 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11011100 | 0 | 10010 | 1101 | 1 | 101010110 | 1011000 | 1011010 |
Color Harmonies of #FCCEDC
Complementary color
Monochromatic Colors of #FCCEDC
Black with #FCCEDC
Text Example
Text Example
White with #FCCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEDC; }
p { color: rgb(252,206,220); }
H1.HeaderClassName
{
color: #FCCEDC;
}
.AnyTagClassName
{
color: #FCCEDC;
}
</style>
background-color css
<style>
a { background-color: #FCCEDC; }
a { background-color: rgb(252,206,220); }
div.DivClassName
{
background-color: #FCCEDC;
}
.BgClassName
{
background-color: #FCCEDC;
}
</style>
border-color css
<style>
span { border-color: #FCCEDC; }
span { border-color: rgb(252,206,220); }
td.TdClassName
{
border-color: #FCCEDC;
}
.TagClassName
{
border-color: #FCCEDC;
}
</style>