Shades of Lavender Rose #FFAAF2
Tints of Lavender Rose #FFAAF2
RGB
CMYK
RGB Variations
Color information
#FFAAF2 (or 0xFFAAF2) is known color: Lavender Rose. HEX triplet: FF, AA and F2. RGB value is (255,170,242). Sum of RGB (Red+Green+Blue) = 255+170+242=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF2 is #00550D. Grayscale: #CBCBCB. Windows color (decimal): -21774 or 15903487. OLE color: 15903487.
HSL color Cylindrical-coordinate representation of color #FFAAF2: hue angle of 309.18º 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 #FFAAF2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 242 | - |
| CMYK | 0 | 0.33 | 0.05 | 0 |
| HSL | 309.18º | 1% | 0.83% | - |
| HSV(B) | 309.18º | 0.33% | 1% | - |
| XYZ | 71.64 | 56.42 | 91.12 | - |
| YUV | 203.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 242 | 0 | 0.33 | 0.05 | 0 | 309.18 | 1 | 0.83 |
| Hex | FF | AA | F2 | 0 | 21 | 5 | 0 | 135 | 64 | 53 |
| Octal | 377 | 252 | 362 | 0 | 41 | 5 | 0 | 465 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11110010 | 0 | 100001 | 101 | 0 | 100110101 | 1100100 | 1010011 |
Color Harmonies of #FFAAF2
Complementary color
Monochromatic Colors of #FFAAF2
Black with #FFAAF2
Text Example
Text Example
White with #FFAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAF2; }
p { color: rgb(255,170,242); }
H1.HeaderClassName
{
color: #FFAAF2;
}
.AnyTagClassName
{
color: #FFAAF2;
}
</style>
background-color css
<style>
a { background-color: #FFAAF2; }
a { background-color: rgb(255,170,242); }
div.DivClassName
{
background-color: #FFAAF2;
}
.BgClassName
{
background-color: #FFAAF2;
}
</style>
border-color css
<style>
span { border-color: #FFAAF2; }
span { border-color: rgb(255,170,242); }
td.TdClassName
{
border-color: #FFAAF2;
}
.TagClassName
{
border-color: #FFAAF2;
}
</style>