Shades of Pink Lace #F0D4DD
Tints of Pink Lace #F0D4DD
RGB
CMYK
RGB Variations
Color information
#F0D4DD (or 0xF0D4DD) is known color: Pink Lace. HEX triplet: F0, D4 and DD. RGB value is (240,212,221). Sum of RGB (Red+Green+Blue) = 240+212+221=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4DD is #0F2B22. Grayscale: #DDDDDD. Windows color (decimal): -994083 or 14537968. OLE color: 14537968.
HSL color Cylindrical-coordinate representation of color #F0D4DD: hue angle of 340.71º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D4DD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 221 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.06 |
| HSL | 340.71º | 0.48% | 0.89% | - |
| HSV(B) | 340.71º | 0.12% | 0.94% | - |
| XYZ | 72.53 | 70.83 | 78.26 | - |
| YUV | 221.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 221 | 0 | 0.12 | 0.08 | 0.06 | 340.71 | 0.48 | 0.89 |
| Hex | F0 | D4 | DD | 0 | C | 8 | 6 | 155 | 30 | 59 |
| Octal | 360 | 324 | 335 | 0 | 14 | 10 | 6 | 525 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11011101 | 0 | 1100 | 1000 | 110 | 101010101 | 110000 | 1011001 |
Color Harmonies of #F0D4DD
Complementary color
Monochromatic Colors of #F0D4DD
Black with #F0D4DD
Text Example
Text Example
White with #F0D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4DD; }
p { color: rgb(240,212,221); }
H1.HeaderClassName
{
color: #F0D4DD;
}
.AnyTagClassName
{
color: #F0D4DD;
}
</style>
background-color css
<style>
a { background-color: #F0D4DD; }
a { background-color: rgb(240,212,221); }
div.DivClassName
{
background-color: #F0D4DD;
}
.BgClassName
{
background-color: #F0D4DD;
}
</style>
border-color css
<style>
span { border-color: #F0D4DD; }
span { border-color: rgb(240,212,221); }
td.TdClassName
{
border-color: #F0D4DD;
}
.TagClassName
{
border-color: #F0D4DD;
}
</style>