Shades of Pink Lace #FDD2DD
Tints of Pink Lace #FDD2DD
RGB
CMYK
RGB Variations
Color information
#FDD2DD (or 0xFDD2DD) is known color: Pink Lace. HEX triplet: FD, D2 and DD. RGB value is (253,210,221). Sum of RGB (Red+Green+Blue) = 253+210+221=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2DD is #022D22. Grayscale: #E0E0E0. Windows color (decimal): -142627 or 14537469. OLE color: 14537469.
HSL color Cylindrical-coordinate representation of color #FDD2DD: hue angle of 344.65º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2DD is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 210 | 221 | - |
CMYK | 0 | 0.17 | 0.13 | 0.01 |
HSL | 344.65º | 0.91% | 0.91% | - |
HSV(B) | 344.65º | 0.17% | 0.99% | - |
XYZ | 76.61 | 72.2 | 78.3 | - |
YUV | 224.11 | 126.25 | 148.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 221 | 0 | 0.17 | 0.13 | 0.01 | 344.65 | 0.91 | 0.91 |
Hex | FD | D2 | DD | 0 | 11 | D | 1 | 159 | 5B | 5B |
Octal | 375 | 322 | 335 | 0 | 21 | 15 | 1 | 531 | 133 | 133 |
Binary | 11111101 | 11010010 | 11011101 | 0 | 10001 | 1101 | 1 | 101011001 | 1011011 | 1011011 |
Color Harmonies of #FDD2DD
Complementary color
Monochromatic Colors of #FDD2DD
Black with #FDD2DD
Text Example
Text Example
White with #FDD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2DD; }
p { color: rgb(253,210,221); }
H1.HeaderClassName
{
color: #FDD2DD;
}
.AnyTagClassName
{
color: #FDD2DD;
}
</style>
background-color css
<style>
a { background-color: #FDD2DD; }
a { background-color: rgb(253,210,221); }
div.DivClassName
{
background-color: #FDD2DD;
}
.BgClassName
{
background-color: #FDD2DD;
}
</style>
border-color css
<style>
span { border-color: #FDD2DD; }
span { border-color: rgb(253,210,221); }
td.TdClassName
{
border-color: #FDD2DD;
}
.TagClassName
{
border-color: #FDD2DD;
}
</style>