Shades of Pink Lace #F0D3DD
Tints of Pink Lace #F0D3DD
RGB
CMYK
RGB Variations
Color information
#F0D3DD (or 0xF0D3DD) is known color: Pink Lace. HEX triplet: F0, D3 and DD. RGB value is (240,211,221). Sum of RGB (Red+Green+Blue) = 240+211+221=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3DD is #0F2C22. Grayscale: #DCDCDC. Windows color (decimal): -994339 or 14537712. OLE color: 14537712.
HSL color Cylindrical-coordinate representation of color #F0D3DD: hue angle of 339.31º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D3DD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 221 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.06 |
| HSL | 339.31º | 0.49% | 0.88% | - |
| HSV(B) | 339.31º | 0.12% | 0.94% | - |
| XYZ | 72.28 | 70.33 | 78.17 | - |
| YUV | 220.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 221 | 0 | 0.12 | 0.08 | 0.06 | 339.31 | 0.49 | 0.88 |
| Hex | F0 | D3 | DD | 0 | C | 8 | 6 | 153 | 31 | 58 |
| Octal | 360 | 323 | 335 | 0 | 14 | 10 | 6 | 523 | 61 | 130 |
| Binary | 11110000 | 11010011 | 11011101 | 0 | 1100 | 1000 | 110 | 101010011 | 110001 | 1011000 |
Color Harmonies of #F0D3DD
Complementary color
Monochromatic Colors of #F0D3DD
Black with #F0D3DD
Text Example
Text Example
White with #F0D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3DD; }
p { color: rgb(240,211,221); }
H1.HeaderClassName
{
color: #F0D3DD;
}
.AnyTagClassName
{
color: #F0D3DD;
}
</style>
background-color css
<style>
a { background-color: #F0D3DD; }
a { background-color: rgb(240,211,221); }
div.DivClassName
{
background-color: #F0D3DD;
}
.BgClassName
{
background-color: #F0D3DD;
}
</style>
border-color css
<style>
span { border-color: #F0D3DD; }
span { border-color: rgb(240,211,221); }
td.TdClassName
{
border-color: #F0D3DD;
}
.TagClassName
{
border-color: #F0D3DD;
}
</style>