Shades of Lavender Rose #F1AEE1
Tints of Lavender Rose #F1AEE1
RGB
CMYK
RGB Variations
Color information
#F1AEE1 (or 0xF1AEE1) is known color: Lavender Rose. HEX triplet: F1, AE and E1. RGB value is (241,174,225). Sum of RGB (Red+Green+Blue) = 241+174+225=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEE1 is #0E511E. Grayscale: #C7C7C7. Windows color (decimal): -938271 or 14790385. OLE color: 14790385.
HSL color Cylindrical-coordinate representation of color #F1AEE1: hue angle of 314.33º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AEE1 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 225 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.05 |
| HSL | 314.33º | 0.71% | 0.81% | - |
| HSV(B) | 314.33º | 0.28% | 0.95% | - |
| XYZ | 65 | 54.41 | 78.31 | - |
| YUV | 199.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 225 | 0 | 0.28 | 0.07 | 0.05 | 314.33 | 0.71 | 0.81 |
| Hex | F1 | AE | E1 | 0 | 1C | 7 | 5 | 13A | 47 | 51 |
| Octal | 361 | 256 | 341 | 0 | 34 | 7 | 5 | 472 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11100001 | 0 | 11100 | 111 | 101 | 100111010 | 1000111 | 1010001 |
Color Harmonies of #F1AEE1
Complementary color
Monochromatic Colors of #F1AEE1
Black with #F1AEE1
Text Example
Text Example
White with #F1AEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEE1; }
p { color: rgb(241,174,225); }
H1.HeaderClassName
{
color: #F1AEE1;
}
.AnyTagClassName
{
color: #F1AEE1;
}
</style>
background-color css
<style>
a { background-color: #F1AEE1; }
a { background-color: rgb(241,174,225); }
div.DivClassName
{
background-color: #F1AEE1;
}
.BgClassName
{
background-color: #F1AEE1;
}
</style>
border-color css
<style>
span { border-color: #F1AEE1; }
span { border-color: rgb(241,174,225); }
td.TdClassName
{
border-color: #F1AEE1;
}
.TagClassName
{
border-color: #F1AEE1;
}
</style>