Shades of Lavender Rose #F1AEE5
Tints of Lavender Rose #F1AEE5
RGB
CMYK
RGB Variations
Color information
#F1AEE5 (or 0xF1AEE5) is known color: Lavender Rose. HEX triplet: F1, AE and E5. RGB value is (241,174,229). Sum of RGB (Red+Green+Blue) = 241+174+229=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEE5 is #0E511A. Grayscale: #C8C8C8. Windows color (decimal): -938267 or 15052529. OLE color: 15052529.
HSL color Cylindrical-coordinate representation of color #F1AEE5: hue angle of 310.75º 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 #F1AEE5 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 229 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.05 |
| HSL | 310.75º | 0.71% | 0.81% | - |
| HSV(B) | 310.75º | 0.28% | 0.95% | - |
| XYZ | 65.55 | 54.63 | 81.22 | - |
| YUV | 200.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 229 | 0 | 0.28 | 0.05 | 0.05 | 310.75 | 0.71 | 0.81 |
| Hex | F1 | AE | E5 | 0 | 1C | 5 | 5 | 137 | 47 | 51 |
| Octal | 361 | 256 | 345 | 0 | 34 | 5 | 5 | 467 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11100101 | 0 | 11100 | 101 | 101 | 100110111 | 1000111 | 1010001 |
Color Harmonies of #F1AEE5
Complementary color
Monochromatic Colors of #F1AEE5
Black with #F1AEE5
Text Example
Text Example
White with #F1AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEE5; }
p { color: rgb(241,174,229); }
H1.HeaderClassName
{
color: #F1AEE5;
}
.AnyTagClassName
{
color: #F1AEE5;
}
</style>
background-color css
<style>
a { background-color: #F1AEE5; }
a { background-color: rgb(241,174,229); }
div.DivClassName
{
background-color: #F1AEE5;
}
.BgClassName
{
background-color: #F1AEE5;
}
</style>
border-color css
<style>
span { border-color: #F1AEE5; }
span { border-color: rgb(241,174,229); }
td.TdClassName
{
border-color: #F1AEE5;
}
.TagClassName
{
border-color: #F1AEE5;
}
</style>