Shades of Lavender Rose #FFAAE0
Tints of Lavender Rose #FFAAE0
RGB
CMYK
RGB Variations
Color information
#FFAAE0 (or 0xFFAAE0) is known color: Lavender Rose. HEX triplet: FF, AA and E0. RGB value is (255,170,224). Sum of RGB (Red+Green+Blue) = 255+170+224=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAE0 is #00551F. Grayscale: #C9C9C9. Windows color (decimal): -21792 or 14723839. OLE color: 14723839.
HSL color Cylindrical-coordinate representation of color #FFAAE0: hue angle of 321.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAE0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 224 | - |
| CMYK | 0 | 0.33 | 0.12 | 0 |
| HSL | 321.88º | 1% | 0.83% | - |
| HSV(B) | 321.88º | 0.33% | 1% | - |
| XYZ | 69.07 | 55.39 | 77.57 | - |
| YUV | 201.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 224 | 0 | 0.33 | 0.12 | 0 | 321.88 | 1 | 0.83 |
| Hex | FF | AA | E0 | 0 | 21 | C | 0 | 142 | 64 | 53 |
| Octal | 377 | 252 | 340 | 0 | 41 | 14 | 0 | 502 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11100000 | 0 | 100001 | 1100 | 0 | 101000010 | 1100100 | 1010011 |
Color Harmonies of #FFAAE0
Complementary color
Monochromatic Colors of #FFAAE0
Black with #FFAAE0
Text Example
Text Example
White with #FFAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAE0; }
p { color: rgb(255,170,224); }
H1.HeaderClassName
{
color: #FFAAE0;
}
.AnyTagClassName
{
color: #FFAAE0;
}
</style>
background-color css
<style>
a { background-color: #FFAAE0; }
a { background-color: rgb(255,170,224); }
div.DivClassName
{
background-color: #FFAAE0;
}
.BgClassName
{
background-color: #FFAAE0;
}
</style>
border-color css
<style>
span { border-color: #FFAAE0; }
span { border-color: rgb(255,170,224); }
td.TdClassName
{
border-color: #FFAAE0;
}
.TagClassName
{
border-color: #FFAAE0;
}
</style>