Shades of Pink Lace #FDCCDC
Tints of Pink Lace #FDCCDC
RGB
CMYK
RGB Variations
Color information
#FDCCDC (or 0xFDCCDC) is known color: Pink Lace. HEX triplet: FD, CC and DC. RGB value is (253,204,220). Sum of RGB (Red+Green+Blue) = 253+204+220=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCDC is #023323. Grayscale: #DCDCDC. Windows color (decimal): -144164 or 14470397. OLE color: 14470397.
HSL color Cylindrical-coordinate representation of color #FDCCDC: hue angle of 340.41º 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 #FDCCDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 220 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.01 |
| HSL | 340.41º | 0.92% | 0.9% | - |
| HSV(B) | 340.41º | 0.19% | 0.99% | - |
| XYZ | 75.02 | 69.24 | 77.12 | - |
| YUV | 220.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 220 | 0 | 0.19 | 0.13 | 0.01 | 340.41 | 0.92 | 0.9 |
| Hex | FD | CC | DC | 0 | 13 | D | 1 | 154 | 5C | 5A |
| Octal | 375 | 314 | 334 | 0 | 23 | 15 | 1 | 524 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11011100 | 0 | 10011 | 1101 | 1 | 101010100 | 1011100 | 1011010 |
Color Harmonies of #FDCCDC
Complementary color
Monochromatic Colors of #FDCCDC
Black with #FDCCDC
Text Example
Text Example
White with #FDCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCDC; }
p { color: rgb(253,204,220); }
H1.HeaderClassName
{
color: #FDCCDC;
}
.AnyTagClassName
{
color: #FDCCDC;
}
</style>
background-color css
<style>
a { background-color: #FDCCDC; }
a { background-color: rgb(253,204,220); }
div.DivClassName
{
background-color: #FDCCDC;
}
.BgClassName
{
background-color: #FDCCDC;
}
</style>
border-color css
<style>
span { border-color: #FDCCDC; }
span { border-color: rgb(253,204,220); }
td.TdClassName
{
border-color: #FDCCDC;
}
.TagClassName
{
border-color: #FDCCDC;
}
</style>