Shades of Lavender Rose #F1A0EC
Tints of Lavender Rose #F1A0EC
RGB
CMYK
RGB Variations
Color information
#F1A0EC (or 0xF1A0EC) is known color: Lavender Rose. HEX triplet: F1, A0 and EC. RGB value is (241,160,236). Sum of RGB (Red+Green+Blue) = 241+160+236=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A0EC is #0E5F13. Grayscale: #C0C0C0. Windows color (decimal): -941844 or 15507697. OLE color: 15507697.
HSL color Cylindrical-coordinate representation of color #F1A0EC: hue angle of 303.7º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A0EC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 236 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.05 |
| HSL | 303.7º | 0.74% | 0.79% | - |
| HSV(B) | 303.7º | 0.34% | 0.95% | - |
| XYZ | 63.99 | 49.9 | 85.62 | - |
| YUV | 192.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 236 | 0 | 0.34 | 0.02 | 0.05 | 303.7 | 0.74 | 0.79 |
| Hex | F1 | A0 | EC | 0 | 22 | 2 | 5 | 130 | 4A | 4F |
| Octal | 361 | 240 | 354 | 0 | 42 | 2 | 5 | 460 | 112 | 117 |
| Binary | 11110001 | 10100000 | 11101100 | 0 | 100010 | 10 | 101 | 100110000 | 1001010 | 1001111 |
Color Harmonies of #F1A0EC
Complementary color
Monochromatic Colors of #F1A0EC
Black with #F1A0EC
Text Example
Text Example
White with #F1A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A0EC; }
p { color: rgb(241,160,236); }
H1.HeaderClassName
{
color: #F1A0EC;
}
.AnyTagClassName
{
color: #F1A0EC;
}
</style>
background-color css
<style>
a { background-color: #F1A0EC; }
a { background-color: rgb(241,160,236); }
div.DivClassName
{
background-color: #F1A0EC;
}
.BgClassName
{
background-color: #F1A0EC;
}
</style>
border-color css
<style>
span { border-color: #F1A0EC; }
span { border-color: rgb(241,160,236); }
td.TdClassName
{
border-color: #F1A0EC;
}
.TagClassName
{
border-color: #F1A0EC;
}
</style>