Shades of Lavender Rose #FFAAE3
Tints of Lavender Rose #FFAAE3
RGB
CMYK
RGB Variations
Color information
#FFAAE3 (or 0xFFAAE3) is known color: Lavender Rose. HEX triplet: FF, AA and E3. RGB value is (255,170,227). Sum of RGB (Red+Green+Blue) = 255+170+227=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAE3 is #00551C. Grayscale: #C9C9C9. Windows color (decimal): -21789 or 14920447. OLE color: 14920447.
HSL color Cylindrical-coordinate representation of color #FFAAE3: hue angle of 319.76º 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 #FFAAE3 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 227 | - |
| CMYK | 0 | 0.33 | 0.11 | 0 |
| HSL | 319.76º | 1% | 0.83% | - |
| HSV(B) | 319.76º | 0.33% | 1% | - |
| XYZ | 69.48 | 55.56 | 79.73 | - |
| YUV | 201.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 227 | 0 | 0.33 | 0.11 | 0 | 319.76 | 1 | 0.83 |
| Hex | FF | AA | E3 | 0 | 21 | B | 0 | 140 | 64 | 53 |
| Octal | 377 | 252 | 343 | 0 | 41 | 13 | 0 | 500 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11100011 | 0 | 100001 | 1011 | 0 | 101000000 | 1100100 | 1010011 |
Color Harmonies of #FFAAE3
Complementary color
Monochromatic Colors of #FFAAE3
Black with #FFAAE3
Text Example
Text Example
White with #FFAAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAE3; }
p { color: rgb(255,170,227); }
H1.HeaderClassName
{
color: #FFAAE3;
}
.AnyTagClassName
{
color: #FFAAE3;
}
</style>
background-color css
<style>
a { background-color: #FFAAE3; }
a { background-color: rgb(255,170,227); }
div.DivClassName
{
background-color: #FFAAE3;
}
.BgClassName
{
background-color: #FFAAE3;
}
</style>
border-color css
<style>
span { border-color: #FFAAE3; }
span { border-color: rgb(255,170,227); }
td.TdClassName
{
border-color: #FFAAE3;
}
.TagClassName
{
border-color: #FFAAE3;
}
</style>