Shades of Lavender Rose #F2AAED
Tints of Lavender Rose #F2AAED
RGB
CMYK
RGB Variations
Color information
#F2AAED (or 0xF2AAED) is known color: Lavender Rose. HEX triplet: F2, AA and ED. RGB value is (242,170,237). Sum of RGB (Red+Green+Blue) = 242+170+237=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAED is #0D5512. Grayscale: #C6C6C6. Windows color (decimal): -873747 or 15575794. OLE color: 15575794.
HSL color Cylindrical-coordinate representation of color #F2AAED: hue angle of 304.17º 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 #F2AAED is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 237 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.05 |
| HSL | 304.17º | 0.73% | 0.81% | - |
| HSV(B) | 304.17º | 0.3% | 0.95% | - |
| XYZ | 66.28 | 53.74 | 87 | - |
| YUV | 199.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 237 | 0 | 0.30 | 0.02 | 0.05 | 304.17 | 0.73 | 0.81 |
| Hex | F2 | AA | ED | 0 | 1E | 2 | 5 | 130 | 49 | 51 |
| Octal | 362 | 252 | 355 | 0 | 36 | 2 | 5 | 460 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11101101 | 0 | 11110 | 10 | 101 | 100110000 | 1001001 | 1010001 |
Color Harmonies of #F2AAED
Complementary color
Monochromatic Colors of #F2AAED
Black with #F2AAED
Text Example
Text Example
White with #F2AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAED; }
p { color: rgb(242,170,237); }
H1.HeaderClassName
{
color: #F2AAED;
}
.AnyTagClassName
{
color: #F2AAED;
}
</style>
background-color css
<style>
a { background-color: #F2AAED; }
a { background-color: rgb(242,170,237); }
div.DivClassName
{
background-color: #F2AAED;
}
.BgClassName
{
background-color: #F2AAED;
}
</style>
border-color css
<style>
span { border-color: #F2AAED; }
span { border-color: rgb(242,170,237); }
td.TdClassName
{
border-color: #F2AAED;
}
.TagClassName
{
border-color: #F2AAED;
}
</style>