Shades of Lavender Rose #F0A3EC
Tints of Lavender Rose #F0A3EC
RGB
CMYK
RGB Variations
Color information
#F0A3EC (or 0xF0A3EC) is known color: Lavender Rose. HEX triplet: F0, A3 and EC. RGB value is (240,163,236). Sum of RGB (Red+Green+Blue) = 240+163+236=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3EC is #0F5C13. Grayscale: #C2C2C2. Windows color (decimal): -1006612 or 15508464. OLE color: 15508464.
HSL color Cylindrical-coordinate representation of color #F0A3EC: hue angle of 303.12º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3EC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 236 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.06 |
| HSL | 303.12º | 0.72% | 0.79% | - |
| HSV(B) | 303.12º | 0.32% | 0.94% | - |
| XYZ | 64.17 | 50.78 | 85.78 | - |
| YUV | 194.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 236 | 0 | 0.32 | 0.02 | 0.06 | 303.12 | 0.72 | 0.79 |
| Hex | F0 | A3 | EC | 0 | 20 | 2 | 6 | 12F | 48 | 4F |
| Octal | 360 | 243 | 354 | 0 | 40 | 2 | 6 | 457 | 110 | 117 |
| Binary | 11110000 | 10100011 | 11101100 | 0 | 100000 | 10 | 110 | 100101111 | 1001000 | 1001111 |
Color Harmonies of #F0A3EC
Complementary color
Monochromatic Colors of #F0A3EC
Black with #F0A3EC
Text Example
Text Example
White with #F0A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3EC; }
p { color: rgb(240,163,236); }
H1.HeaderClassName
{
color: #F0A3EC;
}
.AnyTagClassName
{
color: #F0A3EC;
}
</style>
background-color css
<style>
a { background-color: #F0A3EC; }
a { background-color: rgb(240,163,236); }
div.DivClassName
{
background-color: #F0A3EC;
}
.BgClassName
{
background-color: #F0A3EC;
}
</style>
border-color css
<style>
span { border-color: #F0A3EC; }
span { border-color: rgb(240,163,236); }
td.TdClassName
{
border-color: #F0A3EC;
}
.TagClassName
{
border-color: #F0A3EC;
}
</style>