Shades of Pink Lace #FDCED8
Tints of Pink Lace #FDCED8
RGB
CMYK
RGB Variations
Color information
#FDCED8 (or 0xFDCED8) is known color: Pink Lace. HEX triplet: FD, CE and D8. RGB value is (253,206,216). Sum of RGB (Red+Green+Blue) = 253+206+216=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED8 is #023127. Grayscale: #DDDDDD. Windows color (decimal): -143656 or 14208765. OLE color: 14208765.
HSL color Cylindrical-coordinate representation of color #FDCED8: hue angle of 347.23º 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 #FDCED8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 216 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 347.23º | 0.92% | 0.9% | - |
| HSV(B) | 347.23º | 0.19% | 0.99% | - |
| XYZ | 74.97 | 69.98 | 74.52 | - |
| YUV | 221.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 216 | 0 | 0.19 | 0.15 | 0.01 | 347.23 | 0.92 | 0.9 |
| Hex | FD | CE | D8 | 0 | 13 | F | 1 | 15B | 5C | 5A |
| Octal | 375 | 316 | 330 | 0 | 23 | 17 | 1 | 533 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11011000 | 0 | 10011 | 1111 | 1 | 101011011 | 1011100 | 1011010 |
Color Harmonies of #FDCED8
Complementary color
Monochromatic Colors of #FDCED8
Black with #FDCED8
Text Example
Text Example
White with #FDCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCED8; }
p { color: rgb(253,206,216); }
H1.HeaderClassName
{
color: #FDCED8;
}
.AnyTagClassName
{
color: #FDCED8;
}
</style>
background-color css
<style>
a { background-color: #FDCED8; }
a { background-color: rgb(253,206,216); }
div.DivClassName
{
background-color: #FDCED8;
}
.BgClassName
{
background-color: #FDCED8;
}
</style>
border-color css
<style>
span { border-color: #FDCED8; }
span { border-color: rgb(253,206,216); }
td.TdClassName
{
border-color: #FDCED8;
}
.TagClassName
{
border-color: #FDCED8;
}
</style>