Shades of Pink Lace #FDC3D4
Tints of Pink Lace #FDC3D4
RGB
CMYK
RGB Variations
Color information
#FDC3D4 (or 0xFDC3D4) is known color: Pink Lace. HEX triplet: FD, C3 and D4. RGB value is (253,195,212). Sum of RGB (Red+Green+Blue) = 253+195+212=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3D4 is #023C2B. Grayscale: #D6D6D6. Windows color (decimal): -146476 or 13943805. OLE color: 13943805.
HSL color Cylindrical-coordinate representation of color #FDC3D4: hue angle of 342.41º degrees, saturation: 0.94, 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 #FDC3D4 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 212 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.01 |
| HSL | 342.41º | 0.94% | 0.88% | - |
| HSV(B) | 342.41º | 0.23% | 0.99% | - |
| XYZ | 71.91 | 64.67 | 70.98 | - |
| YUV | 214.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 212 | 0 | 0.23 | 0.16 | 0.01 | 342.41 | 0.94 | 0.88 |
| Hex | FD | C3 | D4 | 0 | 17 | 10 | 1 | 156 | 5E | 58 |
| Octal | 375 | 303 | 324 | 0 | 27 | 20 | 1 | 526 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11010100 | 0 | 10111 | 10000 | 1 | 101010110 | 1011110 | 1011000 |
Color Harmonies of #FDC3D4
Complementary color
Monochromatic Colors of #FDC3D4
Black with #FDC3D4
Text Example
Text Example
White with #FDC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3D4; }
p { color: rgb(253,195,212); }
H1.HeaderClassName
{
color: #FDC3D4;
}
.AnyTagClassName
{
color: #FDC3D4;
}
</style>
background-color css
<style>
a { background-color: #FDC3D4; }
a { background-color: rgb(253,195,212); }
div.DivClassName
{
background-color: #FDC3D4;
}
.BgClassName
{
background-color: #FDC3D4;
}
</style>
border-color css
<style>
span { border-color: #FDC3D4; }
span { border-color: rgb(253,195,212); }
td.TdClassName
{
border-color: #FDC3D4;
}
.TagClassName
{
border-color: #FDC3D4;
}
</style>