Shades of Pink Lace #FDD0D8
Tints of Pink Lace #FDD0D8
RGB
CMYK
RGB Variations
Color information
#FDD0D8 (or 0xFDD0D8) is known color: Pink Lace. HEX triplet: FD, D0 and D8. RGB value is (253,208,216). Sum of RGB (Red+Green+Blue) = 253+208+216=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0D8 is #022F27. Grayscale: #DEDEDE. Windows color (decimal): -143144 or 14209277. OLE color: 14209277.
HSL color Cylindrical-coordinate representation of color #FDD0D8: hue angle of 349.33º 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 #FDD0D8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 216 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.01 |
| HSL | 349.33º | 0.92% | 0.9% | - |
| HSV(B) | 349.33º | 0.18% | 0.99% | - |
| XYZ | 75.46 | 70.95 | 74.68 | - |
| YUV | 222.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 216 | 0 | 0.18 | 0.15 | 0.01 | 349.33 | 0.92 | 0.9 |
| Hex | FD | D0 | D8 | 0 | 12 | F | 1 | 15D | 5C | 5A |
| Octal | 375 | 320 | 330 | 0 | 22 | 17 | 1 | 535 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11011000 | 0 | 10010 | 1111 | 1 | 101011101 | 1011100 | 1011010 |
Color Harmonies of #FDD0D8
Complementary color
Monochromatic Colors of #FDD0D8
Black with #FDD0D8
Text Example
Text Example
White with #FDD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0D8; }
p { color: rgb(253,208,216); }
H1.HeaderClassName
{
color: #FDD0D8;
}
.AnyTagClassName
{
color: #FDD0D8;
}
</style>
background-color css
<style>
a { background-color: #FDD0D8; }
a { background-color: rgb(253,208,216); }
div.DivClassName
{
background-color: #FDD0D8;
}
.BgClassName
{
background-color: #FDD0D8;
}
</style>
border-color css
<style>
span { border-color: #FDD0D8; }
span { border-color: rgb(253,208,216); }
td.TdClassName
{
border-color: #FDD0D8;
}
.TagClassName
{
border-color: #FDD0D8;
}
</style>