Shades of Pink Lace #FDC4D5
Tints of Pink Lace #FDC4D5
RGB
CMYK
RGB Variations
Color information
#FDC4D5 (or 0xFDC4D5) is known color: Pink Lace. HEX triplet: FD, C4 and D5. RGB value is (253,196,213). Sum of RGB (Red+Green+Blue) = 253+196+213=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 196 (76.95% from 255 or 29.61% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4D5 is #023B2A. Grayscale: #D6D6D6. Windows color (decimal): -146219 or 14009597. OLE color: 14009597.
HSL color Cylindrical-coordinate representation of color #FDC4D5: hue angle of 342.11º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4D5 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 213 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.01 |
| HSL | 342.11º | 0.93% | 0.88% | - |
| HSV(B) | 342.11º | 0.23% | 0.99% | - |
| XYZ | 72.26 | 65.17 | 71.72 | - |
| YUV | 214.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 213 | 0 | 0.23 | 0.16 | 0.01 | 342.11 | 0.93 | 0.88 |
| Hex | FD | C4 | D5 | 0 | 17 | 10 | 1 | 156 | 5D | 58 |
| Octal | 375 | 304 | 325 | 0 | 27 | 20 | 1 | 526 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11010101 | 0 | 10111 | 10000 | 1 | 101010110 | 1011101 | 1011000 |
Color Harmonies of #FDC4D5
Complementary color
Monochromatic Colors of #FDC4D5
Black with #FDC4D5
Text Example
Text Example
White with #FDC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4D5; }
p { color: rgb(253,196,213); }
H1.HeaderClassName
{
color: #FDC4D5;
}
.AnyTagClassName
{
color: #FDC4D5;
}
</style>
background-color css
<style>
a { background-color: #FDC4D5; }
a { background-color: rgb(253,196,213); }
div.DivClassName
{
background-color: #FDC4D5;
}
.BgClassName
{
background-color: #FDC4D5;
}
</style>
border-color css
<style>
span { border-color: #FDC4D5; }
span { border-color: rgb(253,196,213); }
td.TdClassName
{
border-color: #FDC4D5;
}
.TagClassName
{
border-color: #FDC4D5;
}
</style>