Shades of Pink Lace #FDC9D6
Tints of Pink Lace #FDC9D6
RGB
CMYK
RGB Variations
Color information
#FDC9D6 (or 0xFDC9D6) is known color: Pink Lace. HEX triplet: FD, C9 and D6. RGB value is (253,201,214). Sum of RGB (Red+Green+Blue) = 253+201+214=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9D6 is #023629. Grayscale: #DADADA. Windows color (decimal): -144938 or 14076413. OLE color: 14076413.
HSL color Cylindrical-coordinate representation of color #FDC9D6: hue angle of 345º 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 #FDC9D6 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 214 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.01 |
| HSL | 345º | 0.93% | 0.89% | - |
| HSV(B) | 345º | 0.21% | 0.99% | - |
| XYZ | 73.53 | 67.51 | 72.77 | - |
| YUV | 218.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 214 | 0 | 0.21 | 0.15 | 0.01 | 345 | 0.93 | 0.89 |
| Hex | FD | C9 | D6 | 0 | 15 | F | 1 | 159 | 5D | 59 |
| Octal | 375 | 311 | 326 | 0 | 25 | 17 | 1 | 531 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11010110 | 0 | 10101 | 1111 | 1 | 101011001 | 1011101 | 1011001 |
Color Harmonies of #FDC9D6
Complementary color
Monochromatic Colors of #FDC9D6
Black with #FDC9D6
Text Example
Text Example
White with #FDC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9D6; }
p { color: rgb(253,201,214); }
H1.HeaderClassName
{
color: #FDC9D6;
}
.AnyTagClassName
{
color: #FDC9D6;
}
</style>
background-color css
<style>
a { background-color: #FDC9D6; }
a { background-color: rgb(253,201,214); }
div.DivClassName
{
background-color: #FDC9D6;
}
.BgClassName
{
background-color: #FDC9D6;
}
</style>
border-color css
<style>
span { border-color: #FDC9D6; }
span { border-color: rgb(253,201,214); }
td.TdClassName
{
border-color: #FDC9D6;
}
.TagClassName
{
border-color: #FDC9D6;
}
</style>