Shades of Lavender Rose #F1AEE6
Tints of Lavender Rose #F1AEE6
RGB
CMYK
RGB Variations
Color information
#F1AEE6 (or 0xF1AEE6) is known color: Lavender Rose. HEX triplet: F1, AE and E6. RGB value is (241,174,230). Sum of RGB (Red+Green+Blue) = 241+174+230=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEE6 is #0E5119. Grayscale: #C8C8C8. Windows color (decimal): -938266 or 15118065. OLE color: 15118065.
HSL color Cylindrical-coordinate representation of color #F1AEE6: hue angle of 309.85º 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 #F1AEE6 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 230 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.05 |
| HSL | 309.85º | 0.71% | 0.81% | - |
| HSV(B) | 309.85º | 0.28% | 0.95% | - |
| XYZ | 65.69 | 54.69 | 81.96 | - |
| YUV | 200.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 230 | 0 | 0.28 | 0.05 | 0.05 | 309.85 | 0.71 | 0.81 |
| Hex | F1 | AE | E6 | 0 | 1C | 5 | 5 | 136 | 47 | 51 |
| Octal | 361 | 256 | 346 | 0 | 34 | 5 | 5 | 466 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11100110 | 0 | 11100 | 101 | 101 | 100110110 | 1000111 | 1010001 |
Color Harmonies of #F1AEE6
Complementary color
Monochromatic Colors of #F1AEE6
Black with #F1AEE6
Text Example
Text Example
White with #F1AEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEE6; }
p { color: rgb(241,174,230); }
H1.HeaderClassName
{
color: #F1AEE6;
}
.AnyTagClassName
{
color: #F1AEE6;
}
</style>
background-color css
<style>
a { background-color: #F1AEE6; }
a { background-color: rgb(241,174,230); }
div.DivClassName
{
background-color: #F1AEE6;
}
.BgClassName
{
background-color: #F1AEE6;
}
</style>
border-color css
<style>
span { border-color: #F1AEE6; }
span { border-color: rgb(241,174,230); }
td.TdClassName
{
border-color: #F1AEE6;
}
.TagClassName
{
border-color: #F1AEE6;
}
</style>