Shades of Pink Lace #FDD0DC
Tints of Pink Lace #FDD0DC
RGB
CMYK
RGB Variations
Color information
#FDD0DC (or 0xFDD0DC) is known color: Pink Lace. HEX triplet: FD, D0 and DC. RGB value is (253,208,220). Sum of RGB (Red+Green+Blue) = 253+208+220=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0DC is #022F23. Grayscale: #DEDEDE. Windows color (decimal): -143140 or 14471421. OLE color: 14471421.
HSL color Cylindrical-coordinate representation of color #FDD0DC: hue angle of 344º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0DC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 220 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.01 |
| HSL | 344º | 0.92% | 0.9% | - |
| HSV(B) | 344º | 0.18% | 0.99% | - |
| XYZ | 75.98 | 71.16 | 77.44 | - |
| YUV | 222.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 220 | 0 | 0.18 | 0.13 | 0.01 | 344 | 0.92 | 0.9 |
| Hex | FD | D0 | DC | 0 | 12 | D | 1 | 158 | 5C | 5A |
| Octal | 375 | 320 | 334 | 0 | 22 | 15 | 1 | 530 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11011100 | 0 | 10010 | 1101 | 1 | 101011000 | 1011100 | 1011010 |
Color Harmonies of #FDD0DC
Complementary color
Monochromatic Colors of #FDD0DC
Black with #FDD0DC
Text Example
Text Example
White with #FDD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0DC; }
p { color: rgb(253,208,220); }
H1.HeaderClassName
{
color: #FDD0DC;
}
.AnyTagClassName
{
color: #FDD0DC;
}
</style>
background-color css
<style>
a { background-color: #FDD0DC; }
a { background-color: rgb(253,208,220); }
div.DivClassName
{
background-color: #FDD0DC;
}
.BgClassName
{
background-color: #FDD0DC;
}
</style>
border-color css
<style>
span { border-color: #FDD0DC; }
span { border-color: rgb(253,208,220); }
td.TdClassName
{
border-color: #FDD0DC;
}
.TagClassName
{
border-color: #FDD0DC;
}
</style>