Shades of Pink Lace #FDC6D4
Tints of Pink Lace #FDC6D4
RGB
CMYK
RGB Variations
Color information
#FDC6D4 (or 0xFDC6D4) is known color: Pink Lace. HEX triplet: FD, C6 and D4. RGB value is (253,198,212). Sum of RGB (Red+Green+Blue) = 253+198+212=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6D4 is #02392B. Grayscale: #D8D8D8. Windows color (decimal): -145708 or 13944573. OLE color: 13944573.
HSL color Cylindrical-coordinate representation of color #FDC6D4: hue angle of 344.73º 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 #FDC6D4 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 212 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.01 |
| HSL | 344.73º | 0.93% | 0.88% | - |
| HSV(B) | 344.73º | 0.22% | 0.99% | - |
| XYZ | 72.59 | 66.02 | 71.21 | - |
| YUV | 216.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 212 | 0 | 0.22 | 0.16 | 0.01 | 344.73 | 0.93 | 0.88 |
| Hex | FD | C6 | D4 | 0 | 16 | 10 | 1 | 159 | 5D | 58 |
| Octal | 375 | 306 | 324 | 0 | 26 | 20 | 1 | 531 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11010100 | 0 | 10110 | 10000 | 1 | 101011001 | 1011101 | 1011000 |
Color Harmonies of #FDC6D4
Complementary color
Monochromatic Colors of #FDC6D4
Black with #FDC6D4
Text Example
Text Example
White with #FDC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6D4; }
p { color: rgb(253,198,212); }
H1.HeaderClassName
{
color: #FDC6D4;
}
.AnyTagClassName
{
color: #FDC6D4;
}
</style>
background-color css
<style>
a { background-color: #FDC6D4; }
a { background-color: rgb(253,198,212); }
div.DivClassName
{
background-color: #FDC6D4;
}
.BgClassName
{
background-color: #FDC6D4;
}
</style>
border-color css
<style>
span { border-color: #FDC6D4; }
span { border-color: rgb(253,198,212); }
td.TdClassName
{
border-color: #FDC6D4;
}
.TagClassName
{
border-color: #FDC6D4;
}
</style>