Shades of Pink Lace #FDC7D6
Tints of Pink Lace #FDC7D6
RGB
CMYK
RGB Variations
Color information
#FDC7D6 (or 0xFDC7D6) is known color: Pink Lace. HEX triplet: FD, C7 and D6. RGB value is (253,199,214). Sum of RGB (Red+Green+Blue) = 253+199+214=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D6 is #023829. Grayscale: #D8D8D8. Windows color (decimal): -145450 or 14075901. OLE color: 14075901.
HSL color Cylindrical-coordinate representation of color #FDC7D6: hue angle of 343.33º 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 #FDC7D6 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 214 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.01 |
| HSL | 343.33º | 0.93% | 0.89% | - |
| HSV(B) | 343.33º | 0.21% | 0.99% | - |
| XYZ | 73.07 | 66.58 | 72.62 | - |
| YUV | 216.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 214 | 0 | 0.21 | 0.15 | 0.01 | 343.33 | 0.93 | 0.89 |
| Hex | FD | C7 | D6 | 0 | 15 | F | 1 | 157 | 5D | 59 |
| Octal | 375 | 307 | 326 | 0 | 25 | 17 | 1 | 527 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11010110 | 0 | 10101 | 1111 | 1 | 101010111 | 1011101 | 1011001 |
Color Harmonies of #FDC7D6
Complementary color
Monochromatic Colors of #FDC7D6
Black with #FDC7D6
Text Example
Text Example
White with #FDC7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7D6; }
p { color: rgb(253,199,214); }
H1.HeaderClassName
{
color: #FDC7D6;
}
.AnyTagClassName
{
color: #FDC7D6;
}
</style>
background-color css
<style>
a { background-color: #FDC7D6; }
a { background-color: rgb(253,199,214); }
div.DivClassName
{
background-color: #FDC7D6;
}
.BgClassName
{
background-color: #FDC7D6;
}
</style>
border-color css
<style>
span { border-color: #FDC7D6; }
span { border-color: rgb(253,199,214); }
td.TdClassName
{
border-color: #FDC7D6;
}
.TagClassName
{
border-color: #FDC7D6;
}
</style>