Shades of Lavender Rose #F4AAED
Tints of Lavender Rose #F4AAED
RGB
CMYK
RGB Variations
Color information
#F4AAED (or 0xF4AAED) is known color: Lavender Rose. HEX triplet: F4, AA and ED. RGB value is (244,170,237). Sum of RGB (Red+Green+Blue) = 244+170+237=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAED is #0B5512. Grayscale: #C7C7C7. Windows color (decimal): -742675 or 15575796. OLE color: 15575796.
HSL color Cylindrical-coordinate representation of color #F4AAED: hue angle of 305.68º 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 #F4AAED is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 237 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.04 |
| HSL | 305.68º | 0.77% | 0.81% | - |
| HSV(B) | 305.68º | 0.3% | 0.96% | - |
| XYZ | 66.97 | 54.1 | 87.03 | - |
| YUV | 199.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 237 | 0 | 0.30 | 0.03 | 0.04 | 305.68 | 0.77 | 0.81 |
| Hex | F4 | AA | ED | 0 | 1E | 3 | 4 | 132 | 4D | 51 |
| Octal | 364 | 252 | 355 | 0 | 36 | 3 | 4 | 462 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11101101 | 0 | 11110 | 11 | 100 | 100110010 | 1001101 | 1010001 |
Color Harmonies of #F4AAED
Complementary color
Monochromatic Colors of #F4AAED
Black with #F4AAED
Text Example
Text Example
White with #F4AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAED; }
p { color: rgb(244,170,237); }
H1.HeaderClassName
{
color: #F4AAED;
}
.AnyTagClassName
{
color: #F4AAED;
}
</style>
background-color css
<style>
a { background-color: #F4AAED; }
a { background-color: rgb(244,170,237); }
div.DivClassName
{
background-color: #F4AAED;
}
.BgClassName
{
background-color: #F4AAED;
}
</style>
border-color css
<style>
span { border-color: #F4AAED; }
span { border-color: rgb(244,170,237); }
td.TdClassName
{
border-color: #F4AAED;
}
.TagClassName
{
border-color: #F4AAED;
}
</style>