Shades of Lavender Rose #F0ABE0
Tints of Lavender Rose #F0ABE0
RGB
CMYK
RGB Variations
Color information
#F0ABE0 (or 0xF0ABE0) is known color: Lavender Rose. HEX triplet: F0, AB and E0. RGB value is (240,171,224). Sum of RGB (Red+Green+Blue) = 240+171+224=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABE0 is #0F541F. Grayscale: #C5C5C5. Windows color (decimal): -1004576 or 14724080. OLE color: 14724080.
HSL color Cylindrical-coordinate representation of color #F0ABE0: hue angle of 313.91º 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 #F0ABE0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 224 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.06 |
| HSL | 313.91º | 0.7% | 0.81% | - |
| HSV(B) | 313.91º | 0.29% | 0.94% | - |
| XYZ | 63.95 | 53.03 | 77.39 | - |
| YUV | 197.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 224 | 0 | 0.29 | 0.07 | 0.06 | 313.91 | 0.7 | 0.81 |
| Hex | F0 | AB | E0 | 0 | 1D | 7 | 6 | 13A | 46 | 51 |
| Octal | 360 | 253 | 340 | 0 | 35 | 7 | 6 | 472 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11100000 | 0 | 11101 | 111 | 110 | 100111010 | 1000110 | 1010001 |
Color Harmonies of #F0ABE0
Complementary color
Monochromatic Colors of #F0ABE0
Black with #F0ABE0
Text Example
Text Example
White with #F0ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABE0; }
p { color: rgb(240,171,224); }
H1.HeaderClassName
{
color: #F0ABE0;
}
.AnyTagClassName
{
color: #F0ABE0;
}
</style>
background-color css
<style>
a { background-color: #F0ABE0; }
a { background-color: rgb(240,171,224); }
div.DivClassName
{
background-color: #F0ABE0;
}
.BgClassName
{
background-color: #F0ABE0;
}
</style>
border-color css
<style>
span { border-color: #F0ABE0; }
span { border-color: rgb(240,171,224); }
td.TdClassName
{
border-color: #F0ABE0;
}
.TagClassName
{
border-color: #F0ABE0;
}
</style>