Shades of Lavender Rose #F0ABEA
Tints of Lavender Rose #F0ABEA
RGB
CMYK
RGB Variations
Color information
#F0ABEA (or 0xF0ABEA) is known color: Lavender Rose. HEX triplet: F0, AB and EA. RGB value is (240,171,234). Sum of RGB (Red+Green+Blue) = 240+171+234=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABEA is #0F5415. Grayscale: #C6C6C6. Windows color (decimal): -1004566 or 15379440. OLE color: 15379440.
HSL color Cylindrical-coordinate representation of color #F0ABEA: hue angle of 305.22º 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 #F0ABEA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 234 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.06 |
| HSL | 305.22º | 0.7% | 0.81% | - |
| HSV(B) | 305.22º | 0.29% | 0.94% | - |
| XYZ | 65.35 | 53.59 | 84.74 | - |
| YUV | 198.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 234 | 0 | 0.29 | 0.02 | 0.06 | 305.22 | 0.7 | 0.81 |
| Hex | F0 | AB | EA | 0 | 1D | 2 | 6 | 131 | 46 | 51 |
| Octal | 360 | 253 | 352 | 0 | 35 | 2 | 6 | 461 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11101010 | 0 | 11101 | 10 | 110 | 100110001 | 1000110 | 1010001 |
Color Harmonies of #F0ABEA
Complementary color
Monochromatic Colors of #F0ABEA
Black with #F0ABEA
Text Example
Text Example
White with #F0ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABEA; }
p { color: rgb(240,171,234); }
H1.HeaderClassName
{
color: #F0ABEA;
}
.AnyTagClassName
{
color: #F0ABEA;
}
</style>
background-color css
<style>
a { background-color: #F0ABEA; }
a { background-color: rgb(240,171,234); }
div.DivClassName
{
background-color: #F0ABEA;
}
.BgClassName
{
background-color: #F0ABEA;
}
</style>
border-color css
<style>
span { border-color: #F0ABEA; }
span { border-color: rgb(240,171,234); }
td.TdClassName
{
border-color: #F0ABEA;
}
.TagClassName
{
border-color: #F0ABEA;
}
</style>