Shades of Lavender Rose #F0ABDE
Tints of Lavender Rose #F0ABDE
RGB
CMYK
RGB Variations
Color information
#F0ABDE (or 0xF0ABDE) is known color: Lavender Rose. HEX triplet: F0, AB and DE. RGB value is (240,171,222). Sum of RGB (Red+Green+Blue) = 240+171+222=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABDE is #0F5421. Grayscale: #C5C5C5. Windows color (decimal): -1004578 or 14593008. OLE color: 14593008.
HSL color Cylindrical-coordinate representation of color #F0ABDE: hue angle of 315.65º 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 #F0ABDE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 222 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.06 |
| HSL | 315.65º | 0.7% | 0.81% | - |
| HSV(B) | 315.65º | 0.29% | 0.94% | - |
| XYZ | 63.68 | 52.93 | 75.97 | - |
| YUV | 197.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 222 | 0 | 0.29 | 0.08 | 0.06 | 315.65 | 0.7 | 0.81 |
| Hex | F0 | AB | DE | 0 | 1D | 8 | 6 | 13C | 46 | 51 |
| Octal | 360 | 253 | 336 | 0 | 35 | 10 | 6 | 474 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11011110 | 0 | 11101 | 1000 | 110 | 100111100 | 1000110 | 1010001 |
Color Harmonies of #F0ABDE
Complementary color
Monochromatic Colors of #F0ABDE
Black with #F0ABDE
Text Example
Text Example
White with #F0ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABDE; }
p { color: rgb(240,171,222); }
H1.HeaderClassName
{
color: #F0ABDE;
}
.AnyTagClassName
{
color: #F0ABDE;
}
</style>
background-color css
<style>
a { background-color: #F0ABDE; }
a { background-color: rgb(240,171,222); }
div.DivClassName
{
background-color: #F0ABDE;
}
.BgClassName
{
background-color: #F0ABDE;
}
</style>
border-color css
<style>
span { border-color: #F0ABDE; }
span { border-color: rgb(240,171,222); }
td.TdClassName
{
border-color: #F0ABDE;
}
.TagClassName
{
border-color: #F0ABDE;
}
</style>