Shades of Lavender Rose #F0ABDA
Tints of Lavender Rose #F0ABDA
RGB
CMYK
RGB Variations
Color information
#F0ABDA (or 0xF0ABDA) is known color: Lavender Rose. HEX triplet: F0, AB and DA. RGB value is (240,171,218). Sum of RGB (Red+Green+Blue) = 240+171+218=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABDA is #0F5425. Grayscale: #C4C4C4. Windows color (decimal): -1004582 or 14330864. OLE color: 14330864.
HSL color Cylindrical-coordinate representation of color #F0ABDA: hue angle of 319.13º 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 #F0ABDA is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 218 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.06 |
| HSL | 319.13º | 0.7% | 0.81% | - |
| HSV(B) | 319.13º | 0.29% | 0.94% | - |
| XYZ | 63.15 | 52.71 | 73.18 | - |
| YUV | 196.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 218 | 0 | 0.29 | 0.09 | 0.06 | 319.13 | 0.7 | 0.81 |
| Hex | F0 | AB | DA | 0 | 1D | 9 | 6 | 13F | 46 | 51 |
| Octal | 360 | 253 | 332 | 0 | 35 | 11 | 6 | 477 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11011010 | 0 | 11101 | 1001 | 110 | 100111111 | 1000110 | 1010001 |
Color Harmonies of #F0ABDA
Complementary color
Monochromatic Colors of #F0ABDA
Black with #F0ABDA
Text Example
Text Example
White with #F0ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABDA; }
p { color: rgb(240,171,218); }
H1.HeaderClassName
{
color: #F0ABDA;
}
.AnyTagClassName
{
color: #F0ABDA;
}
</style>
background-color css
<style>
a { background-color: #F0ABDA; }
a { background-color: rgb(240,171,218); }
div.DivClassName
{
background-color: #F0ABDA;
}
.BgClassName
{
background-color: #F0ABDA;
}
</style>
border-color css
<style>
span { border-color: #F0ABDA; }
span { border-color: rgb(240,171,218); }
td.TdClassName
{
border-color: #F0ABDA;
}
.TagClassName
{
border-color: #F0ABDA;
}
</style>