Shades of Lavender Rose #F4AAF2
Tints of Lavender Rose #F4AAF2
RGB
CMYK
RGB Variations
Color information
#F4AAF2 (or 0xF4AAF2) is known color: Lavender Rose. HEX triplet: F4, AA and F2. RGB value is (244,170,242). Sum of RGB (Red+Green+Blue) = 244+170+242=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAF2 is #0B550D. Grayscale: #C8C8C8. Windows color (decimal): -742670 or 15903476. OLE color: 15903476.
HSL color Cylindrical-coordinate representation of color #F4AAF2: hue angle of 301.62º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAF2 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 242 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.04 |
| HSL | 301.62º | 0.77% | 0.81% | - |
| HSV(B) | 301.62º | 0.3% | 0.96% | - |
| XYZ | 67.71 | 54.39 | 90.93 | - |
| YUV | 200.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 242 | 0 | 0.30 | 0.01 | 0.04 | 301.62 | 0.77 | 0.81 |
| Hex | F4 | AA | F2 | 0 | 1E | 1 | 4 | 12E | 4D | 51 |
| Octal | 364 | 252 | 362 | 0 | 36 | 1 | 4 | 456 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11110010 | 0 | 11110 | 1 | 100 | 100101110 | 1001101 | 1010001 |
Color Harmonies of #F4AAF2
Complementary color
Monochromatic Colors of #F4AAF2
Black with #F4AAF2
Text Example
Text Example
White with #F4AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAF2; }
p { color: rgb(244,170,242); }
H1.HeaderClassName
{
color: #F4AAF2;
}
.AnyTagClassName
{
color: #F4AAF2;
}
</style>
background-color css
<style>
a { background-color: #F4AAF2; }
a { background-color: rgb(244,170,242); }
div.DivClassName
{
background-color: #F4AAF2;
}
.BgClassName
{
background-color: #F4AAF2;
}
</style>
border-color css
<style>
span { border-color: #F4AAF2; }
span { border-color: rgb(244,170,242); }
td.TdClassName
{
border-color: #F4AAF2;
}
.TagClassName
{
border-color: #F4AAF2;
}
</style>