Shades of Lavender Rose #F2AAE3
Tints of Lavender Rose #F2AAE3
RGB
CMYK
RGB Variations
Color information
#F2AAE3 (or 0xF2AAE3) is known color: Lavender Rose. HEX triplet: F2, AA and E3. RGB value is (242,170,227). Sum of RGB (Red+Green+Blue) = 242+170+227=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAE3 is #0D551C. Grayscale: #C5C5C5. Windows color (decimal): -873757 or 14920434. OLE color: 14920434.
HSL color Cylindrical-coordinate representation of color #F2AAE3: hue angle of 312.5º 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 #F2AAE3 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 227 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.05 |
| HSL | 312.5º | 0.73% | 0.81% | - |
| HSV(B) | 312.5º | 0.3% | 0.95% | - |
| XYZ | 64.86 | 53.17 | 79.52 | - |
| YUV | 198.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 227 | 0 | 0.30 | 0.06 | 0.05 | 312.5 | 0.73 | 0.81 |
| Hex | F2 | AA | E3 | 0 | 1E | 6 | 5 | 138 | 49 | 51 |
| Octal | 362 | 252 | 343 | 0 | 36 | 6 | 5 | 470 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11100011 | 0 | 11110 | 110 | 101 | 100111000 | 1001001 | 1010001 |
Color Harmonies of #F2AAE3
Complementary color
Monochromatic Colors of #F2AAE3
Black with #F2AAE3
Text Example
Text Example
White with #F2AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAE3; }
p { color: rgb(242,170,227); }
H1.HeaderClassName
{
color: #F2AAE3;
}
.AnyTagClassName
{
color: #F2AAE3;
}
</style>
background-color css
<style>
a { background-color: #F2AAE3; }
a { background-color: rgb(242,170,227); }
div.DivClassName
{
background-color: #F2AAE3;
}
.BgClassName
{
background-color: #F2AAE3;
}
</style>
border-color css
<style>
span { border-color: #F2AAE3; }
span { border-color: rgb(242,170,227); }
td.TdClassName
{
border-color: #F2AAE3;
}
.TagClassName
{
border-color: #F2AAE3;
}
</style>