Shades of Lavender Rose #F0A3EE
Tints of Lavender Rose #F0A3EE
RGB
CMYK
RGB Variations
Color information
#F0A3EE (or 0xF0A3EE) is known color: Lavender Rose. HEX triplet: F0, A3 and EE. RGB value is (240,163,238). Sum of RGB (Red+Green+Blue) = 240+163+238=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3EE is #0F5C11. Grayscale: #C2C2C2. Windows color (decimal): -1006610 or 15639536. OLE color: 15639536.
HSL color Cylindrical-coordinate representation of color #F0A3EE: hue angle of 301.56º 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 #F0A3EE is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 238 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.06 |
| HSL | 301.56º | 0.72% | 0.79% | - |
| HSV(B) | 301.56º | 0.32% | 0.94% | - |
| XYZ | 64.46 | 50.89 | 87.31 | - |
| YUV | 194.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 238 | 0 | 0.32 | 0.01 | 0.06 | 301.56 | 0.72 | 0.79 |
| Hex | F0 | A3 | EE | 0 | 20 | 1 | 6 | 12E | 48 | 4F |
| Octal | 360 | 243 | 356 | 0 | 40 | 1 | 6 | 456 | 110 | 117 |
| Binary | 11110000 | 10100011 | 11101110 | 0 | 100000 | 1 | 110 | 100101110 | 1001000 | 1001111 |
Color Harmonies of #F0A3EE
Complementary color
Monochromatic Colors of #F0A3EE
Black with #F0A3EE
Text Example
Text Example
White with #F0A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3EE; }
p { color: rgb(240,163,238); }
H1.HeaderClassName
{
color: #F0A3EE;
}
.AnyTagClassName
{
color: #F0A3EE;
}
</style>
background-color css
<style>
a { background-color: #F0A3EE; }
a { background-color: rgb(240,163,238); }
div.DivClassName
{
background-color: #F0A3EE;
}
.BgClassName
{
background-color: #F0A3EE;
}
</style>
border-color css
<style>
span { border-color: #F0A3EE; }
span { border-color: rgb(240,163,238); }
td.TdClassName
{
border-color: #F0A3EE;
}
.TagClassName
{
border-color: #F0A3EE;
}
</style>