Shades of Lavender Rose #F1AEEB
Tints of Lavender Rose #F1AEEB
RGB
CMYK
RGB Variations
Color information
#F1AEEB (or 0xF1AEEB) is known color: Lavender Rose. HEX triplet: F1, AE and EB. RGB value is (241,174,235). Sum of RGB (Red+Green+Blue) = 241+174+235=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEEB is #0E5114. Grayscale: #C8C8C8. Windows color (decimal): -938261 or 15445745. OLE color: 15445745.
HSL color Cylindrical-coordinate representation of color #F1AEEB: hue angle of 305.37º 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 #F1AEEB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 235 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.05 |
| HSL | 305.37º | 0.71% | 0.81% | - |
| HSV(B) | 305.37º | 0.28% | 0.95% | - |
| XYZ | 66.41 | 54.97 | 85.71 | - |
| YUV | 200.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 235 | 0 | 0.28 | 0.02 | 0.05 | 305.37 | 0.71 | 0.81 |
| Hex | F1 | AE | EB | 0 | 1C | 2 | 5 | 131 | 47 | 51 |
| Octal | 361 | 256 | 353 | 0 | 34 | 2 | 5 | 461 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11101011 | 0 | 11100 | 10 | 101 | 100110001 | 1000111 | 1010001 |
Color Harmonies of #F1AEEB
Complementary color
Monochromatic Colors of #F1AEEB
Black with #F1AEEB
Text Example
Text Example
White with #F1AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEEB; }
p { color: rgb(241,174,235); }
H1.HeaderClassName
{
color: #F1AEEB;
}
.AnyTagClassName
{
color: #F1AEEB;
}
</style>
background-color css
<style>
a { background-color: #F1AEEB; }
a { background-color: rgb(241,174,235); }
div.DivClassName
{
background-color: #F1AEEB;
}
.BgClassName
{
background-color: #F1AEEB;
}
</style>
border-color css
<style>
span { border-color: #F1AEEB; }
span { border-color: rgb(241,174,235); }
td.TdClassName
{
border-color: #F1AEEB;
}
.TagClassName
{
border-color: #F1AEEB;
}
</style>