Shades of Lavender Rose #FFAAF0
Tints of Lavender Rose #FFAAF0
RGB
CMYK
RGB Variations
Color information
#FFAAF0 (or 0xFFAAF0) is known color: Lavender Rose. HEX triplet: FF, AA and F0. RGB value is (255,170,240). Sum of RGB (Red+Green+Blue) = 255+170+240=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF0 is #00550F. Grayscale: #CBCBCB. Windows color (decimal): -21776 or 15772415. OLE color: 15772415.
HSL color Cylindrical-coordinate representation of color #FFAAF0: hue angle of 310.59º 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 #FFAAF0 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 240 | - |
| CMYK | 0 | 0.33 | 0.06 | 0 |
| HSL | 310.59º | 1% | 0.83% | - |
| HSV(B) | 310.59º | 0.33% | 1% | - |
| XYZ | 71.34 | 56.3 | 89.55 | - |
| YUV | 203.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 240 | 0 | 0.33 | 0.06 | 0 | 310.59 | 1 | 0.83 |
| Hex | FF | AA | F0 | 0 | 21 | 6 | 0 | 137 | 64 | 53 |
| Octal | 377 | 252 | 360 | 0 | 41 | 6 | 0 | 467 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11110000 | 0 | 100001 | 110 | 0 | 100110111 | 1100100 | 1010011 |
Color Harmonies of #FFAAF0
Complementary color
Monochromatic Colors of #FFAAF0
Black with #FFAAF0
Text Example
Text Example
White with #FFAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAF0; }
p { color: rgb(255,170,240); }
H1.HeaderClassName
{
color: #FFAAF0;
}
.AnyTagClassName
{
color: #FFAAF0;
}
</style>
background-color css
<style>
a { background-color: #FFAAF0; }
a { background-color: rgb(255,170,240); }
div.DivClassName
{
background-color: #FFAAF0;
}
.BgClassName
{
background-color: #FFAAF0;
}
</style>
border-color css
<style>
span { border-color: #FFAAF0; }
span { border-color: rgb(255,170,240); }
td.TdClassName
{
border-color: #FFAAF0;
}
.TagClassName
{
border-color: #FFAAF0;
}
</style>