Shades of Lavender Rose #F0A1EC
Tints of Lavender Rose #F0A1EC
RGB
CMYK
RGB Variations
Color information
#F0A1EC (or 0xF0A1EC) is known color: Lavender Rose. HEX triplet: F0, A1 and EC. RGB value is (240,161,236). Sum of RGB (Red+Green+Blue) = 240+161+236=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1EC is #0F5E13. Grayscale: #C0C0C0. Windows color (decimal): -1007124 or 15507952. OLE color: 15507952.
HSL color Cylindrical-coordinate representation of color #F0A1EC: hue angle of 303.04º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1EC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 236 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.06 |
| HSL | 303.04º | 0.72% | 0.79% | - |
| HSV(B) | 303.04º | 0.33% | 0.94% | - |
| XYZ | 63.82 | 50.07 | 85.66 | - |
| YUV | 193.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 236 | 0 | 0.33 | 0.02 | 0.06 | 303.04 | 0.72 | 0.79 |
| Hex | F0 | A1 | EC | 0 | 21 | 2 | 6 | 12F | 48 | 4F |
| Octal | 360 | 241 | 354 | 0 | 41 | 2 | 6 | 457 | 110 | 117 |
| Binary | 11110000 | 10100001 | 11101100 | 0 | 100001 | 10 | 110 | 100101111 | 1001000 | 1001111 |
Color Harmonies of #F0A1EC
Complementary color
Monochromatic Colors of #F0A1EC
Black with #F0A1EC
Text Example
Text Example
White with #F0A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1EC; }
p { color: rgb(240,161,236); }
H1.HeaderClassName
{
color: #F0A1EC;
}
.AnyTagClassName
{
color: #F0A1EC;
}
</style>
background-color css
<style>
a { background-color: #F0A1EC; }
a { background-color: rgb(240,161,236); }
div.DivClassName
{
background-color: #F0A1EC;
}
.BgClassName
{
background-color: #F0A1EC;
}
</style>
border-color css
<style>
span { border-color: #F0A1EC; }
span { border-color: rgb(240,161,236); }
td.TdClassName
{
border-color: #F0A1EC;
}
.TagClassName
{
border-color: #F0A1EC;
}
</style>