Shades of Pink Lace #FDC9D9
Tints of Pink Lace #FDC9D9
RGB
CMYK
RGB Variations
Color information
#FDC9D9 (or 0xFDC9D9) is known color: Pink Lace. HEX triplet: FD, C9 and D9. RGB value is (253,201,217). Sum of RGB (Red+Green+Blue) = 253+201+217=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9D9 is #023626. Grayscale: #DADADA. Windows color (decimal): -144935 or 14273021. OLE color: 14273021.
HSL color Cylindrical-coordinate representation of color #FDC9D9: hue angle of 341.54º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC9D9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 217 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.01 |
| HSL | 341.54º | 0.93% | 0.89% | - |
| HSV(B) | 341.54º | 0.21% | 0.99% | - |
| XYZ | 73.92 | 67.67 | 74.81 | - |
| YUV | 218.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 217 | 0 | 0.21 | 0.14 | 0.01 | 341.54 | 0.93 | 0.89 |
| Hex | FD | C9 | D9 | 0 | 15 | E | 1 | 156 | 5D | 59 |
| Octal | 375 | 311 | 331 | 0 | 25 | 16 | 1 | 526 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11011001 | 0 | 10101 | 1110 | 1 | 101010110 | 1011101 | 1011001 |
Color Harmonies of #FDC9D9
Complementary color
Monochromatic Colors of #FDC9D9
Black with #FDC9D9
Text Example
Text Example
White with #FDC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9D9; }
p { color: rgb(253,201,217); }
H1.HeaderClassName
{
color: #FDC9D9;
}
.AnyTagClassName
{
color: #FDC9D9;
}
</style>
background-color css
<style>
a { background-color: #FDC9D9; }
a { background-color: rgb(253,201,217); }
div.DivClassName
{
background-color: #FDC9D9;
}
.BgClassName
{
background-color: #FDC9D9;
}
</style>
border-color css
<style>
span { border-color: #FDC9D9; }
span { border-color: rgb(253,201,217); }
td.TdClassName
{
border-color: #FDC9D9;
}
.TagClassName
{
border-color: #FDC9D9;
}
</style>