Shades of Lavender Rose #F2AAEB
Tints of Lavender Rose #F2AAEB
RGB
CMYK
RGB Variations
Color information
#F2AAEB (or 0xF2AAEB) is known color: Lavender Rose. HEX triplet: F2, AA and EB. RGB value is (242,170,235). Sum of RGB (Red+Green+Blue) = 242+170+235=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAEB is #0D5514. Grayscale: #C6C6C6. Windows color (decimal): -873749 or 15444722. OLE color: 15444722.
HSL color Cylindrical-coordinate representation of color #F2AAEB: hue angle of 305.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAEB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 235 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.05 |
| HSL | 305.83º | 0.73% | 0.81% | - |
| HSV(B) | 305.83º | 0.3% | 0.95% | - |
| XYZ | 65.99 | 53.62 | 85.47 | - |
| YUV | 198.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 235 | 0 | 0.30 | 0.03 | 0.05 | 305.83 | 0.73 | 0.81 |
| Hex | F2 | AA | EB | 0 | 1E | 3 | 5 | 132 | 49 | 51 |
| Octal | 362 | 252 | 353 | 0 | 36 | 3 | 5 | 462 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11101011 | 0 | 11110 | 11 | 101 | 100110010 | 1001001 | 1010001 |
Color Harmonies of #F2AAEB
Complementary color
Monochromatic Colors of #F2AAEB
Black with #F2AAEB
Text Example
Text Example
White with #F2AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAEB; }
p { color: rgb(242,170,235); }
H1.HeaderClassName
{
color: #F2AAEB;
}
.AnyTagClassName
{
color: #F2AAEB;
}
</style>
background-color css
<style>
a { background-color: #F2AAEB; }
a { background-color: rgb(242,170,235); }
div.DivClassName
{
background-color: #F2AAEB;
}
.BgClassName
{
background-color: #F2AAEB;
}
</style>
border-color css
<style>
span { border-color: #F2AAEB; }
span { border-color: rgb(242,170,235); }
td.TdClassName
{
border-color: #F2AAEB;
}
.TagClassName
{
border-color: #F2AAEB;
}
</style>