Shades of Pink Lace #FDCEDC
Tints of Pink Lace #FDCEDC
RGB
CMYK
RGB Variations
Color information
#FDCEDC (or 0xFDCEDC) is known color: Pink Lace. HEX triplet: FD, CE and DC. RGB value is (253,206,220). Sum of RGB (Red+Green+Blue) = 253+206+220=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDC is #023123. Grayscale: #DDDDDD. Windows color (decimal): -143652 or 14470909. OLE color: 14470909.
HSL color Cylindrical-coordinate representation of color #FDCEDC: hue angle of 342.13º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 220 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.01 |
| HSL | 342.13º | 0.92% | 0.9% | - |
| HSV(B) | 342.13º | 0.19% | 0.99% | - |
| XYZ | 75.5 | 70.19 | 77.28 | - |
| YUV | 221.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 220 | 0 | 0.19 | 0.13 | 0.01 | 342.13 | 0.92 | 0.9 |
| Hex | FD | CE | DC | 0 | 13 | D | 1 | 156 | 5C | 5A |
| Octal | 375 | 316 | 334 | 0 | 23 | 15 | 1 | 526 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11011100 | 0 | 10011 | 1101 | 1 | 101010110 | 1011100 | 1011010 |
Color Harmonies of #FDCEDC
Complementary color
Monochromatic Colors of #FDCEDC
Black with #FDCEDC
Text Example
Text Example
White with #FDCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEDC; }
p { color: rgb(253,206,220); }
H1.HeaderClassName
{
color: #FDCEDC;
}
.AnyTagClassName
{
color: #FDCEDC;
}
</style>
background-color css
<style>
a { background-color: #FDCEDC; }
a { background-color: rgb(253,206,220); }
div.DivClassName
{
background-color: #FDCEDC;
}
.BgClassName
{
background-color: #FDCEDC;
}
</style>
border-color css
<style>
span { border-color: #FDCEDC; }
span { border-color: rgb(253,206,220); }
td.TdClassName
{
border-color: #FDCEDC;
}
.TagClassName
{
border-color: #FDCEDC;
}
</style>