Shades of Pink Lace #FDCCD6
Tints of Pink Lace #FDCCD6
RGB
CMYK
RGB Variations
Color information
#FDCCD6 (or 0xFDCCD6) is known color: Pink Lace. HEX triplet: FD, CC and D6. RGB value is (253,204,214). Sum of RGB (Red+Green+Blue) = 253+204+214=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD6 is #023329. Grayscale: #DBDBDB. Windows color (decimal): -144170 or 14077181. OLE color: 14077181.
HSL color Cylindrical-coordinate representation of color #FDCCD6: hue angle of 347.76º 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 #FDCCD6 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 214 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 347.76º | 0.92% | 0.9% | - |
| HSV(B) | 347.76º | 0.19% | 0.99% | - |
| XYZ | 74.24 | 68.92 | 73.01 | - |
| YUV | 219.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 214 | 0 | 0.19 | 0.15 | 0.01 | 347.76 | 0.92 | 0.9 |
| Hex | FD | CC | D6 | 0 | 13 | F | 1 | 15C | 5C | 5A |
| Octal | 375 | 314 | 326 | 0 | 23 | 17 | 1 | 534 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11010110 | 0 | 10011 | 1111 | 1 | 101011100 | 1011100 | 1011010 |
Color Harmonies of #FDCCD6
Complementary color
Monochromatic Colors of #FDCCD6
Black with #FDCCD6
Text Example
Text Example
White with #FDCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCD6; }
p { color: rgb(253,204,214); }
H1.HeaderClassName
{
color: #FDCCD6;
}
.AnyTagClassName
{
color: #FDCCD6;
}
</style>
background-color css
<style>
a { background-color: #FDCCD6; }
a { background-color: rgb(253,204,214); }
div.DivClassName
{
background-color: #FDCCD6;
}
.BgClassName
{
background-color: #FDCCD6;
}
</style>
border-color css
<style>
span { border-color: #FDCCD6; }
span { border-color: rgb(253,204,214); }
td.TdClassName
{
border-color: #FDCCD6;
}
.TagClassName
{
border-color: #FDCCD6;
}
</style>