Shades of Lavender Rose #FFAAFF
Tints of Lavender Rose #FFAAFF
RGB
CMYK
RGB Variations
Color information
#FFAAFF (or 0xFFAAFF) is known color: Lavender Rose. HEX triplet: FF, AA and FF. RGB value is (255,170,255). Sum of RGB (Red+Green+Blue) = 255+170+255=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 170 (66.80% from 255 or 25% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAFF is #005500. Grayscale: #CCCCCC. Windows color (decimal): -21761 or 16755455. OLE color: 16755455.
HSL color Cylindrical-coordinate representation of color #FFAAFF: hue angle of 300º 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 #FFAAFF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 255 | - |
| CMYK | 0 | 0.33 | 0 | 0 |
| HSL | 300º | 1% | 0.83% | - |
| HSV(B) | 300º | 0.33% | 1% | - |
| XYZ | 73.66 | 57.23 | 101.77 | - |
| YUV | 205.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 255 | 0 | 0.33 | 0 | 0 | 300 | 1 | 0.83 |
| Hex | FF | AA | FF | 0 | 21 | 0 | 0 | 12C | 64 | 53 |
| Octal | 377 | 252 | 377 | 0 | 41 | 0 | 0 | 454 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11111111 | 0 | 100001 | 0 | 0 | 100101100 | 1100100 | 1010011 |
Color Harmonies of #FFAAFF
Complementary color
Monochromatic Colors of #FFAAFF
Black with #FFAAFF
Text Example
Text Example
White with #FFAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAFF; }
p { color: rgb(255,170,255); }
H1.HeaderClassName
{
color: #FFAAFF;
}
.AnyTagClassName
{
color: #FFAAFF;
}
</style>
background-color css
<style>
a { background-color: #FFAAFF; }
a { background-color: rgb(255,170,255); }
div.DivClassName
{
background-color: #FFAAFF;
}
.BgClassName
{
background-color: #FFAAFF;
}
</style>
border-color css
<style>
span { border-color: #FFAAFF; }
span { border-color: rgb(255,170,255); }
td.TdClassName
{
border-color: #FFAAFF;
}
.TagClassName
{
border-color: #FFAAFF;
}
</style>