Shades of Lavender Rose #FFAAEA
Tints of Lavender Rose #FFAAEA
RGB
CMYK
RGB Variations
Color information
#FFAAEA (or 0xFFAAEA) is known color: Lavender Rose. HEX triplet: FF, AA and EA. RGB value is (255,170,234). Sum of RGB (Red+Green+Blue) = 255+170+234=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAEA is #005515. Grayscale: #CACACA. Windows color (decimal): -21782 or 15379199. OLE color: 15379199.
HSL color Cylindrical-coordinate representation of color #FFAAEA: hue angle of 314.82º 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 #FFAAEA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 234 | - |
| CMYK | 0 | 0.33 | 0.08 | 0 |
| HSL | 314.82º | 1% | 0.83% | - |
| HSV(B) | 314.82º | 0.33% | 1% | - |
| XYZ | 70.47 | 55.95 | 84.93 | - |
| YUV | 202.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 234 | 0 | 0.33 | 0.08 | 0 | 314.82 | 1 | 0.83 |
| Hex | FF | AA | EA | 0 | 21 | 8 | 0 | 13B | 64 | 53 |
| Octal | 377 | 252 | 352 | 0 | 41 | 10 | 0 | 473 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11101010 | 0 | 100001 | 1000 | 0 | 100111011 | 1100100 | 1010011 |
Color Harmonies of #FFAAEA
Complementary color
Monochromatic Colors of #FFAAEA
Black with #FFAAEA
Text Example
Text Example
White with #FFAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAEA; }
p { color: rgb(255,170,234); }
H1.HeaderClassName
{
color: #FFAAEA;
}
.AnyTagClassName
{
color: #FFAAEA;
}
</style>
background-color css
<style>
a { background-color: #FFAAEA; }
a { background-color: rgb(255,170,234); }
div.DivClassName
{
background-color: #FFAAEA;
}
.BgClassName
{
background-color: #FFAAEA;
}
</style>
border-color css
<style>
span { border-color: #FFAAEA; }
span { border-color: rgb(255,170,234); }
td.TdClassName
{
border-color: #FFAAEA;
}
.TagClassName
{
border-color: #FFAAEA;
}
</style>