Shades of Pink Lace #FDCED6
Tints of Pink Lace #FDCED6
RGB
CMYK
RGB Variations
Color information
#FDCED6 (or 0xFDCED6) is known color: Pink Lace. HEX triplet: FD, CE and D6. RGB value is (253,206,214). Sum of RGB (Red+Green+Blue) = 253+206+214=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED6 is #023129. Grayscale: #DCDCDC. Windows color (decimal): -143658 or 14077693. OLE color: 14077693.
HSL color Cylindrical-coordinate representation of color #FDCED6: hue angle of 349.79º 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 #FDCED6 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 214 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 349.79º | 0.92% | 0.9% | - |
| HSV(B) | 349.79º | 0.19% | 0.99% | - |
| XYZ | 74.72 | 69.88 | 73.17 | - |
| YUV | 220.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 214 | 0 | 0.19 | 0.15 | 0.01 | 349.79 | 0.92 | 0.9 |
| Hex | FD | CE | D6 | 0 | 13 | F | 1 | 15E | 5C | 5A |
| Octal | 375 | 316 | 326 | 0 | 23 | 17 | 1 | 536 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11010110 | 0 | 10011 | 1111 | 1 | 101011110 | 1011100 | 1011010 |
Color Harmonies of #FDCED6
Complementary color
Monochromatic Colors of #FDCED6
Black with #FDCED6
Text Example
Text Example
White with #FDCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCED6; }
p { color: rgb(253,206,214); }
H1.HeaderClassName
{
color: #FDCED6;
}
.AnyTagClassName
{
color: #FDCED6;
}
</style>
background-color css
<style>
a { background-color: #FDCED6; }
a { background-color: rgb(253,206,214); }
div.DivClassName
{
background-color: #FDCED6;
}
.BgClassName
{
background-color: #FDCED6;
}
</style>
border-color css
<style>
span { border-color: #FDCED6; }
span { border-color: rgb(253,206,214); }
td.TdClassName
{
border-color: #FDCED6;
}
.TagClassName
{
border-color: #FDCED6;
}
</style>