Shades of Lavender Rose #F0ABDB
Tints of Lavender Rose #F0ABDB
RGB
CMYK
RGB Variations
Color information
#F0ABDB (or 0xF0ABDB) is known color: Lavender Rose. HEX triplet: F0, AB and DB. RGB value is (240,171,219). Sum of RGB (Red+Green+Blue) = 240+171+219=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABDB is #0F5424. Grayscale: #C4C4C4. Windows color (decimal): -1004581 or 14396400. OLE color: 14396400.
HSL color Cylindrical-coordinate representation of color #F0ABDB: hue angle of 318.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABDB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 219 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.06 |
| HSL | 318.26º | 0.7% | 0.81% | - |
| HSV(B) | 318.26º | 0.29% | 0.94% | - |
| XYZ | 63.28 | 52.77 | 73.87 | - |
| YUV | 197.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 219 | 0 | 0.29 | 0.09 | 0.06 | 318.26 | 0.7 | 0.81 |
| Hex | F0 | AB | DB | 0 | 1D | 9 | 6 | 13E | 46 | 51 |
| Octal | 360 | 253 | 333 | 0 | 35 | 11 | 6 | 476 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11011011 | 0 | 11101 | 1001 | 110 | 100111110 | 1000110 | 1010001 |
Color Harmonies of #F0ABDB
Complementary color
Monochromatic Colors of #F0ABDB
Black with #F0ABDB
Text Example
Text Example
White with #F0ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABDB; }
p { color: rgb(240,171,219); }
H1.HeaderClassName
{
color: #F0ABDB;
}
.AnyTagClassName
{
color: #F0ABDB;
}
</style>
background-color css
<style>
a { background-color: #F0ABDB; }
a { background-color: rgb(240,171,219); }
div.DivClassName
{
background-color: #F0ABDB;
}
.BgClassName
{
background-color: #F0ABDB;
}
</style>
border-color css
<style>
span { border-color: #F0ABDB; }
span { border-color: rgb(240,171,219); }
td.TdClassName
{
border-color: #F0ABDB;
}
.TagClassName
{
border-color: #F0ABDB;
}
</style>