Shades of Pink Lace #F8D0DD
Tints of Pink Lace #F8D0DD
RGB
CMYK
RGB Variations
Color information
#F8D0DD (or 0xF8D0DD) is known color: Pink Lace. HEX triplet: F8, D0 and DD. RGB value is (248,208,221). Sum of RGB (Red+Green+Blue) = 248+208+221=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0DD is #072F22. Grayscale: #DDDDDD. Windows color (decimal): -470819 or 14536952. OLE color: 14536952.
HSL color Cylindrical-coordinate representation of color #F8D0DD: hue angle of 340.5º degrees, saturation: 0.74, 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 #F8D0DD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 221 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.03 |
| HSL | 340.5º | 0.74% | 0.89% | - |
| HSV(B) | 340.5º | 0.16% | 0.97% | - |
| XYZ | 74.32 | 70.29 | 78.06 | - |
| YUV | 221.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 221 | 0 | 0.16 | 0.11 | 0.03 | 340.5 | 0.74 | 0.89 |
| Hex | F8 | D0 | DD | 0 | 10 | B | 3 | 154 | 4A | 59 |
| Octal | 370 | 320 | 335 | 0 | 20 | 13 | 3 | 524 | 112 | 131 |
| Binary | 11111000 | 11010000 | 11011101 | 0 | 10000 | 1011 | 11 | 101010100 | 1001010 | 1011001 |
Color Harmonies of #F8D0DD
Complementary color
Monochromatic Colors of #F8D0DD
Black with #F8D0DD
Text Example
Text Example
White with #F8D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0DD; }
p { color: rgb(248,208,221); }
H1.HeaderClassName
{
color: #F8D0DD;
}
.AnyTagClassName
{
color: #F8D0DD;
}
</style>
background-color css
<style>
a { background-color: #F8D0DD; }
a { background-color: rgb(248,208,221); }
div.DivClassName
{
background-color: #F8D0DD;
}
.BgClassName
{
background-color: #F8D0DD;
}
</style>
border-color css
<style>
span { border-color: #F8D0DD; }
span { border-color: rgb(248,208,221); }
td.TdClassName
{
border-color: #F8D0DD;
}
.TagClassName
{
border-color: #F8D0DD;
}
</style>