Shades of Lavender Rose #F1AAF1
Tints of Lavender Rose #F1AAF1
RGB
CMYK
RGB Variations
Color information
#F1AAF1 (or 0xF1AAF1) is known color: Lavender Rose. HEX triplet: F1, AA and F1. RGB value is (241,170,241). Sum of RGB (Red+Green+Blue) = 241+170+241=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AAF1 is #0E550E. Grayscale: #C7C7C7. Windows color (decimal): -939279 or 15837937. OLE color: 15837937.
HSL color Cylindrical-coordinate representation of color #F1AAF1: hue angle of 300º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAF1 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 241 | - |
| CMYK | 0 | 0.29 | 0 | 0.05 |
| HSL | 300º | 0.72% | 0.81% | - |
| HSV(B) | 300º | 0.29% | 0.95% | - |
| XYZ | 66.53 | 53.8 | 90.1 | - |
| YUV | 199.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 241 | 0 | 0.29 | 0 | 0.05 | 300 | 0.72 | 0.81 |
| Hex | F1 | AA | F1 | 0 | 1D | 0 | 5 | 12C | 48 | 51 |
| Octal | 361 | 252 | 361 | 0 | 35 | 0 | 5 | 454 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11110001 | 0 | 11101 | 0 | 101 | 100101100 | 1001000 | 1010001 |
Color Harmonies of #F1AAF1
Complementary color
Monochromatic Colors of #F1AAF1
Black with #F1AAF1
Text Example
Text Example
White with #F1AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAF1; }
p { color: rgb(241,170,241); }
H1.HeaderClassName
{
color: #F1AAF1;
}
.AnyTagClassName
{
color: #F1AAF1;
}
</style>
background-color css
<style>
a { background-color: #F1AAF1; }
a { background-color: rgb(241,170,241); }
div.DivClassName
{
background-color: #F1AAF1;
}
.BgClassName
{
background-color: #F1AAF1;
}
</style>
border-color css
<style>
span { border-color: #F1AAF1; }
span { border-color: rgb(241,170,241); }
td.TdClassName
{
border-color: #F1AAF1;
}
.TagClassName
{
border-color: #F1AAF1;
}
</style>