Shades of Lavender Rose #F2AAEA
Tints of Lavender Rose #F2AAEA
RGB
CMYK
RGB Variations
Color information
#F2AAEA (or 0xF2AAEA) is known color: Lavender Rose. HEX triplet: F2, AA and EA. RGB value is (242,170,234). Sum of RGB (Red+Green+Blue) = 242+170+234=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAEA is #0D5515. Grayscale: #C6C6C6. Windows color (decimal): -873750 or 15379186. OLE color: 15379186.
HSL color Cylindrical-coordinate representation of color #F2AAEA: hue angle of 306.67º 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 #F2AAEA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 234 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.05 |
| HSL | 306.67º | 0.73% | 0.81% | - |
| HSV(B) | 306.67º | 0.3% | 0.95% | - |
| XYZ | 65.84 | 53.57 | 84.71 | - |
| YUV | 198.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 234 | 0 | 0.30 | 0.03 | 0.05 | 306.67 | 0.73 | 0.81 |
| Hex | F2 | AA | EA | 0 | 1E | 3 | 5 | 133 | 49 | 51 |
| Octal | 362 | 252 | 352 | 0 | 36 | 3 | 5 | 463 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11101010 | 0 | 11110 | 11 | 101 | 100110011 | 1001001 | 1010001 |
Color Harmonies of #F2AAEA
Complementary color
Monochromatic Colors of #F2AAEA
Black with #F2AAEA
Text Example
Text Example
White with #F2AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAEA; }
p { color: rgb(242,170,234); }
H1.HeaderClassName
{
color: #F2AAEA;
}
.AnyTagClassName
{
color: #F2AAEA;
}
</style>
background-color css
<style>
a { background-color: #F2AAEA; }
a { background-color: rgb(242,170,234); }
div.DivClassName
{
background-color: #F2AAEA;
}
.BgClassName
{
background-color: #F2AAEA;
}
</style>
border-color css
<style>
span { border-color: #F2AAEA; }
span { border-color: rgb(242,170,234); }
td.TdClassName
{
border-color: #F2AAEA;
}
.TagClassName
{
border-color: #F2AAEA;
}
</style>