Shades of Pink Lace #FDC6D9
Tints of Pink Lace #FDC6D9
RGB
CMYK
RGB Variations
Color information
#FDC6D9 (or 0xFDC6D9) is known color: Pink Lace. HEX triplet: FD, C6 and D9. RGB value is (253,198,217). Sum of RGB (Red+Green+Blue) = 253+198+217=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6D9 is #023926. Grayscale: #D8D8D8. Windows color (decimal): -145703 or 14272253. OLE color: 14272253.
HSL color Cylindrical-coordinate representation of color #FDC6D9: hue angle of 339.27º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6D9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 217 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.01 |
| HSL | 339.27º | 0.93% | 0.88% | - |
| HSV(B) | 339.27º | 0.22% | 0.99% | - |
| XYZ | 73.23 | 66.28 | 74.58 | - |
| YUV | 216.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 217 | 0 | 0.22 | 0.14 | 0.01 | 339.27 | 0.93 | 0.88 |
| Hex | FD | C6 | D9 | 0 | 16 | E | 1 | 153 | 5D | 58 |
| Octal | 375 | 306 | 331 | 0 | 26 | 16 | 1 | 523 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11011001 | 0 | 10110 | 1110 | 1 | 101010011 | 1011101 | 1011000 |
Color Harmonies of #FDC6D9
Complementary color
Monochromatic Colors of #FDC6D9
Black with #FDC6D9
Text Example
Text Example
White with #FDC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6D9; }
p { color: rgb(253,198,217); }
H1.HeaderClassName
{
color: #FDC6D9;
}
.AnyTagClassName
{
color: #FDC6D9;
}
</style>
background-color css
<style>
a { background-color: #FDC6D9; }
a { background-color: rgb(253,198,217); }
div.DivClassName
{
background-color: #FDC6D9;
}
.BgClassName
{
background-color: #FDC6D9;
}
</style>
border-color css
<style>
span { border-color: #FDC6D9; }
span { border-color: rgb(253,198,217); }
td.TdClassName
{
border-color: #FDC6D9;
}
.TagClassName
{
border-color: #FDC6D9;
}
</style>