Shades of Lavender Rose #FFAAEE
Tints of Lavender Rose #FFAAEE
RGB
CMYK
RGB Variations
Color information
#FFAAEE (or 0xFFAAEE) is known color: Lavender Rose. HEX triplet: FF, AA and EE. RGB value is (255,170,238). Sum of RGB (Red+Green+Blue) = 255+170+238=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAEE is #005511. Grayscale: #CACACA. Windows color (decimal): -21778 or 15641343. OLE color: 15641343.
HSL color Cylindrical-coordinate representation of color #FFAAEE: hue angle of 312º 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 #FFAAEE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 238 | - |
| CMYK | 0 | 0.33 | 0.07 | 0 |
| HSL | 312º | 1% | 0.83% | - |
| HSV(B) | 312º | 0.33% | 1% | - |
| XYZ | 71.05 | 56.18 | 87.99 | - |
| YUV | 203.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 238 | 0 | 0.33 | 0.07 | 0 | 312 | 1 | 0.83 |
| Hex | FF | AA | EE | 0 | 21 | 7 | 0 | 138 | 64 | 53 |
| Octal | 377 | 252 | 356 | 0 | 41 | 7 | 0 | 470 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11101110 | 0 | 100001 | 111 | 0 | 100111000 | 1100100 | 1010011 |
Color Harmonies of #FFAAEE
Complementary color
Monochromatic Colors of #FFAAEE
Black with #FFAAEE
Text Example
Text Example
White with #FFAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAEE; }
p { color: rgb(255,170,238); }
H1.HeaderClassName
{
color: #FFAAEE;
}
.AnyTagClassName
{
color: #FFAAEE;
}
</style>
background-color css
<style>
a { background-color: #FFAAEE; }
a { background-color: rgb(255,170,238); }
div.DivClassName
{
background-color: #FFAAEE;
}
.BgClassName
{
background-color: #FFAAEE;
}
</style>
border-color css
<style>
span { border-color: #FFAAEE; }
span { border-color: rgb(255,170,238); }
td.TdClassName
{
border-color: #FFAAEE;
}
.TagClassName
{
border-color: #FFAAEE;
}
</style>