Shades of Pink Lace #F0D3DC
Tints of Pink Lace #F0D3DC
RGB
CMYK
RGB Variations
Color information
#F0D3DC (or 0xF0D3DC) is known color: Pink Lace. HEX triplet: F0, D3 and DC. RGB value is (240,211,220). Sum of RGB (Red+Green+Blue) = 240+211+220=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3DC is #0F2C23. Grayscale: #DCDCDC. Windows color (decimal): -994340 or 14472176. OLE color: 14472176.
HSL color Cylindrical-coordinate representation of color #F0D3DC: hue angle of 341.38º 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 #F0D3DC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 220 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.06 |
| HSL | 341.38º | 0.49% | 0.88% | - |
| HSV(B) | 341.38º | 0.12% | 0.94% | - |
| XYZ | 72.15 | 70.28 | 77.47 | - |
| YUV | 220.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 220 | 0 | 0.12 | 0.08 | 0.06 | 341.38 | 0.49 | 0.88 |
| Hex | F0 | D3 | DC | 0 | C | 8 | 6 | 155 | 31 | 58 |
| Octal | 360 | 323 | 334 | 0 | 14 | 10 | 6 | 525 | 61 | 130 |
| Binary | 11110000 | 11010011 | 11011100 | 0 | 1100 | 1000 | 110 | 101010101 | 110001 | 1011000 |
Color Harmonies of #F0D3DC
Complementary color
Monochromatic Colors of #F0D3DC
Black with #F0D3DC
Text Example
Text Example
White with #F0D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3DC; }
p { color: rgb(240,211,220); }
H1.HeaderClassName
{
color: #F0D3DC;
}
.AnyTagClassName
{
color: #F0D3DC;
}
</style>
background-color css
<style>
a { background-color: #F0D3DC; }
a { background-color: rgb(240,211,220); }
div.DivClassName
{
background-color: #F0D3DC;
}
.BgClassName
{
background-color: #F0D3DC;
}
</style>
border-color css
<style>
span { border-color: #F0D3DC; }
span { border-color: rgb(240,211,220); }
td.TdClassName
{
border-color: #F0D3DC;
}
.TagClassName
{
border-color: #F0D3DC;
}
</style>