Shades of Lavender Rose #F2A0EB
Tints of Lavender Rose #F2A0EB
RGB
CMYK
RGB Variations
Color information
#F2A0EB (or 0xF2A0EB) is known color: Lavender Rose. HEX triplet: F2, A0 and EB. RGB value is (242,160,235). Sum of RGB (Red+Green+Blue) = 242+160+235=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0EB is #0D5F14. Grayscale: #C0C0C0. Windows color (decimal): -876309 or 15442162. OLE color: 15442162.
HSL color Cylindrical-coordinate representation of color #F2A0EB: hue angle of 305.12º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0EB is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 235 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.05 |
| HSL | 305.12º | 0.76% | 0.79% | - |
| HSV(B) | 305.12º | 0.34% | 0.95% | - |
| XYZ | 64.18 | 50.02 | 84.87 | - |
| YUV | 193.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 235 | 0 | 0.34 | 0.03 | 0.05 | 305.12 | 0.76 | 0.79 |
| Hex | F2 | A0 | EB | 0 | 22 | 3 | 5 | 131 | 4C | 4F |
| Octal | 362 | 240 | 353 | 0 | 42 | 3 | 5 | 461 | 114 | 117 |
| Binary | 11110010 | 10100000 | 11101011 | 0 | 100010 | 11 | 101 | 100110001 | 1001100 | 1001111 |
Color Harmonies of #F2A0EB
Complementary color
Monochromatic Colors of #F2A0EB
Black with #F2A0EB
Text Example
Text Example
White with #F2A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0EB; }
p { color: rgb(242,160,235); }
H1.HeaderClassName
{
color: #F2A0EB;
}
.AnyTagClassName
{
color: #F2A0EB;
}
</style>
background-color css
<style>
a { background-color: #F2A0EB; }
a { background-color: rgb(242,160,235); }
div.DivClassName
{
background-color: #F2A0EB;
}
.BgClassName
{
background-color: #F2A0EB;
}
</style>
border-color css
<style>
span { border-color: #F2A0EB; }
span { border-color: rgb(242,160,235); }
td.TdClassName
{
border-color: #F2A0EB;
}
.TagClassName
{
border-color: #F2A0EB;
}
</style>