Shades of Pink Lace #FDCED5
Tints of Pink Lace #FDCED5
RGB
CMYK
RGB Variations
Color information
#FDCED5 (or 0xFDCED5) is known color: Pink Lace. HEX triplet: FD, CE and D5. RGB value is (253,206,213). Sum of RGB (Red+Green+Blue) = 253+206+213=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED5 is #02312A. Grayscale: #DCDCDC. Windows color (decimal): -143659 or 14012157. OLE color: 14012157.
HSL color Cylindrical-coordinate representation of color #FDCED5: hue angle of 351.06º 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 #FDCED5 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 213 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.01 |
| HSL | 351.06º | 0.92% | 0.9% | - |
| HSV(B) | 351.06º | 0.19% | 0.99% | - |
| XYZ | 74.59 | 69.83 | 72.5 | - |
| YUV | 220.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 213 | 0 | 0.19 | 0.16 | 0.01 | 351.06 | 0.92 | 0.9 |
| Hex | FD | CE | D5 | 0 | 13 | 10 | 1 | 15F | 5C | 5A |
| Octal | 375 | 316 | 325 | 0 | 23 | 20 | 1 | 537 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11010101 | 0 | 10011 | 10000 | 1 | 101011111 | 1011100 | 1011010 |
Color Harmonies of #FDCED5
Complementary color
Monochromatic Colors of #FDCED5
Black with #FDCED5
Text Example
Text Example
White with #FDCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCED5; }
p { color: rgb(253,206,213); }
H1.HeaderClassName
{
color: #FDCED5;
}
.AnyTagClassName
{
color: #FDCED5;
}
</style>
background-color css
<style>
a { background-color: #FDCED5; }
a { background-color: rgb(253,206,213); }
div.DivClassName
{
background-color: #FDCED5;
}
.BgClassName
{
background-color: #FDCED5;
}
</style>
border-color css
<style>
span { border-color: #FDCED5; }
span { border-color: rgb(253,206,213); }
td.TdClassName
{
border-color: #FDCED5;
}
.TagClassName
{
border-color: #FDCED5;
}
</style>