Shades of Lavender Rose #F1AAE1
Tints of Lavender Rose #F1AAE1
RGB
CMYK
RGB Variations
Color information
#F1AAE1 (or 0xF1AAE1) is known color: Lavender Rose. HEX triplet: F1, AA and E1. RGB value is (241,170,225). Sum of RGB (Red+Green+Blue) = 241+170+225=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAE1 is #0E551E. Grayscale: #C5C5C5. Windows color (decimal): -939295 or 14789361. OLE color: 14789361.
HSL color Cylindrical-coordinate representation of color #F1AAE1: hue angle of 313.52º 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 #F1AAE1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 225 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 313.52º | 0.72% | 0.81% | - |
| HSV(B) | 313.52º | 0.29% | 0.95% | - |
| XYZ | 64.24 | 52.89 | 78.06 | - |
| YUV | 197.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 225 | 0 | 0.29 | 0.07 | 0.05 | 313.52 | 0.72 | 0.81 |
| Hex | F1 | AA | E1 | 0 | 1D | 7 | 5 | 13A | 48 | 51 |
| Octal | 361 | 252 | 341 | 0 | 35 | 7 | 5 | 472 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11100001 | 0 | 11101 | 111 | 101 | 100111010 | 1001000 | 1010001 |
Color Harmonies of #F1AAE1
Complementary color
Monochromatic Colors of #F1AAE1
Black with #F1AAE1
Text Example
Text Example
White with #F1AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAE1; }
p { color: rgb(241,170,225); }
H1.HeaderClassName
{
color: #F1AAE1;
}
.AnyTagClassName
{
color: #F1AAE1;
}
</style>
background-color css
<style>
a { background-color: #F1AAE1; }
a { background-color: rgb(241,170,225); }
div.DivClassName
{
background-color: #F1AAE1;
}
.BgClassName
{
background-color: #F1AAE1;
}
</style>
border-color css
<style>
span { border-color: #F1AAE1; }
span { border-color: rgb(241,170,225); }
td.TdClassName
{
border-color: #F1AAE1;
}
.TagClassName
{
border-color: #F1AAE1;
}
</style>