Shades of Lavender Rose #F4AAE7
Tints of Lavender Rose #F4AAE7
RGB
CMYK
RGB Variations
Color information
#F4AAE7 (or 0xF4AAE7) is known color: Lavender Rose. HEX triplet: F4, AA and E7. RGB value is (244,170,231). Sum of RGB (Red+Green+Blue) = 244+170+231=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAE7 is #0B5518. Grayscale: #C6C6C6. Windows color (decimal): -742681 or 15182580. OLE color: 15182580.
HSL color Cylindrical-coordinate representation of color #F4AAE7: hue angle of 310.54º 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 #F4AAE7 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 231 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.04 |
| HSL | 310.54º | 0.77% | 0.81% | - |
| HSV(B) | 310.54º | 0.3% | 0.96% | - |
| XYZ | 66.11 | 53.75 | 82.49 | - |
| YUV | 199.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 231 | 0 | 0.30 | 0.05 | 0.04 | 310.54 | 0.77 | 0.81 |
| Hex | F4 | AA | E7 | 0 | 1E | 5 | 4 | 137 | 4D | 51 |
| Octal | 364 | 252 | 347 | 0 | 36 | 5 | 4 | 467 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11100111 | 0 | 11110 | 101 | 100 | 100110111 | 1001101 | 1010001 |
Color Harmonies of #F4AAE7
Complementary color
Monochromatic Colors of #F4AAE7
Black with #F4AAE7
Text Example
Text Example
White with #F4AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAE7; }
p { color: rgb(244,170,231); }
H1.HeaderClassName
{
color: #F4AAE7;
}
.AnyTagClassName
{
color: #F4AAE7;
}
</style>
background-color css
<style>
a { background-color: #F4AAE7; }
a { background-color: rgb(244,170,231); }
div.DivClassName
{
background-color: #F4AAE7;
}
.BgClassName
{
background-color: #F4AAE7;
}
</style>
border-color css
<style>
span { border-color: #F4AAE7; }
span { border-color: rgb(244,170,231); }
td.TdClassName
{
border-color: #F4AAE7;
}
.TagClassName
{
border-color: #F4AAE7;
}
</style>