Shades of Pink Lace #F7D0DD
Tints of Pink Lace #F7D0DD
RGB
CMYK
RGB Variations
Color information
#F7D0DD (or 0xF7D0DD) is known color: Pink Lace. HEX triplet: F7, D0 and DD. RGB value is (247,208,221). Sum of RGB (Red+Green+Blue) = 247+208+221=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0DD is #082F22. Grayscale: #DDDDDD. Windows color (decimal): -536355 or 14536951. OLE color: 14536951.
HSL color Cylindrical-coordinate representation of color #F7D0DD: hue angle of 340º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D0DD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 221 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.03 |
| HSL | 340º | 0.71% | 0.89% | - |
| HSV(B) | 340º | 0.16% | 0.97% | - |
| XYZ | 73.96 | 70.11 | 78.04 | - |
| YUV | 221.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 221 | 0 | 0.16 | 0.11 | 0.03 | 340 | 0.71 | 0.89 |
| Hex | F7 | D0 | DD | 0 | 10 | B | 3 | 154 | 47 | 59 |
| Octal | 367 | 320 | 335 | 0 | 20 | 13 | 3 | 524 | 107 | 131 |
| Binary | 11110111 | 11010000 | 11011101 | 0 | 10000 | 1011 | 11 | 101010100 | 1000111 | 1011001 |
Color Harmonies of #F7D0DD
Complementary color
Monochromatic Colors of #F7D0DD
Black with #F7D0DD
Text Example
Text Example
White with #F7D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0DD; }
p { color: rgb(247,208,221); }
H1.HeaderClassName
{
color: #F7D0DD;
}
.AnyTagClassName
{
color: #F7D0DD;
}
</style>
background-color css
<style>
a { background-color: #F7D0DD; }
a { background-color: rgb(247,208,221); }
div.DivClassName
{
background-color: #F7D0DD;
}
.BgClassName
{
background-color: #F7D0DD;
}
</style>
border-color css
<style>
span { border-color: #F7D0DD; }
span { border-color: rgb(247,208,221); }
td.TdClassName
{
border-color: #F7D0DD;
}
.TagClassName
{
border-color: #F7D0DD;
}
</style>