Shades of Pink Lace #FDCED7
Tints of Pink Lace #FDCED7
RGB
CMYK
RGB Variations
Color information
#FDCED7 (or 0xFDCED7) is known color: Pink Lace. HEX triplet: FD, CE and D7. RGB value is (253,206,215). Sum of RGB (Red+Green+Blue) = 253+206+215=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED7 is #023128. Grayscale: #DDDDDD. Windows color (decimal): -143657 or 14143229. OLE color: 14143229.
HSL color Cylindrical-coordinate representation of color #FDCED7: hue angle of 348.51º 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 #FDCED7 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 215 | - |
CMYK | 0 | 0.19 | 0.15 | 0.01 |
HSL | 348.51º | 0.92% | 0.9% | - |
HSV(B) | 348.51º | 0.19% | 0.99% | - |
XYZ | 74.85 | 69.93 | 73.84 | - |
YUV | 221.08 | 124.57 | 150.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 215 | 0 | 0.19 | 0.15 | 0.01 | 348.51 | 0.92 | 0.9 |
Hex | FD | CE | D7 | 0 | 13 | F | 1 | 15D | 5C | 5A |
Octal | 375 | 316 | 327 | 0 | 23 | 17 | 1 | 535 | 134 | 132 |
Binary | 11111101 | 11001110 | 11010111 | 0 | 10011 | 1111 | 1 | 101011101 | 1011100 | 1011010 |
Color Harmonies of #FDCED7
Complementary color
Monochromatic Colors of #FDCED7
Black with #FDCED7
Text Example
Text Example
White with #FDCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCED7; }
p { color: rgb(253,206,215); }
H1.HeaderClassName
{
color: #FDCED7;
}
.AnyTagClassName
{
color: #FDCED7;
}
</style>
background-color css
<style>
a { background-color: #FDCED7; }
a { background-color: rgb(253,206,215); }
div.DivClassName
{
background-color: #FDCED7;
}
.BgClassName
{
background-color: #FDCED7;
}
</style>
border-color css
<style>
span { border-color: #FDCED7; }
span { border-color: rgb(253,206,215); }
td.TdClassName
{
border-color: #FDCED7;
}
.TagClassName
{
border-color: #FDCED7;
}
</style>