Shades of Lavender Rose #FFAAFA
Tints of Lavender Rose #FFAAFA
RGB
CMYK
RGB Variations
Color information
#FFAAFA (or 0xFFAAFA) is known color: Lavender Rose. HEX triplet: FF, AA and FA. RGB value is (255,170,250). Sum of RGB (Red+Green+Blue) = 255+170+250=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 170 (66.80% from 255 or 25.19% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAFA is #005505. Grayscale: #CCCCCC. Windows color (decimal): -21766 or 16427775. OLE color: 16427775.
HSL color Cylindrical-coordinate representation of color #FFAAFA: hue angle of 303.53º 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 #FFAAFA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 250 | - |
| CMYK | 0 | 0.33 | 0.02 | 0 |
| HSL | 303.53º | 1% | 0.83% | - |
| HSV(B) | 303.53º | 0.33% | 1% | - |
| XYZ | 72.87 | 56.91 | 97.59 | - |
| YUV | 204.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 250 | 0 | 0.33 | 0.02 | 0 | 303.53 | 1 | 0.83 |
| Hex | FF | AA | FA | 0 | 21 | 2 | 0 | 130 | 64 | 53 |
| Octal | 377 | 252 | 372 | 0 | 41 | 2 | 0 | 460 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11111010 | 0 | 100001 | 10 | 0 | 100110000 | 1100100 | 1010011 |
Color Harmonies of #FFAAFA
Complementary color
Monochromatic Colors of #FFAAFA
Black with #FFAAFA
Text Example
Text Example
White with #FFAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAFA; }
p { color: rgb(255,170,250); }
H1.HeaderClassName
{
color: #FFAAFA;
}
.AnyTagClassName
{
color: #FFAAFA;
}
</style>
background-color css
<style>
a { background-color: #FFAAFA; }
a { background-color: rgb(255,170,250); }
div.DivClassName
{
background-color: #FFAAFA;
}
.BgClassName
{
background-color: #FFAAFA;
}
</style>
border-color css
<style>
span { border-color: #FFAAFA; }
span { border-color: rgb(255,170,250); }
td.TdClassName
{
border-color: #FFAAFA;
}
.TagClassName
{
border-color: #FFAAFA;
}
</style>