Shades of Lavender Rose #F7A0EC
Tints of Lavender Rose #F7A0EC
RGB
CMYK
RGB Variations
Color information
#F7A0EC (or 0xF7A0EC) is known color: Lavender Rose. HEX triplet: F7, A0 and EC. RGB value is (247,160,236). Sum of RGB (Red+Green+Blue) = 247+160+236=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A0EC is #085F13. Grayscale: #C2C2C2. Windows color (decimal): -548628 or 15507703. OLE color: 15507703.
HSL color Cylindrical-coordinate representation of color #F7A0EC: hue angle of 307.59º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0EC is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 236 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.03 |
| HSL | 307.59º | 0.84% | 0.8% | - |
| HSV(B) | 307.59º | 0.35% | 0.97% | - |
| XYZ | 66.07 | 50.97 | 85.71 | - |
| YUV | 194.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 236 | 0 | 0.35 | 0.04 | 0.03 | 307.59 | 0.84 | 0.8 |
| Hex | F7 | A0 | EC | 0 | 23 | 4 | 3 | 134 | 54 | 50 |
| Octal | 367 | 240 | 354 | 0 | 43 | 4 | 3 | 464 | 124 | 120 |
| Binary | 11110111 | 10100000 | 11101100 | 0 | 100011 | 100 | 11 | 100110100 | 1010100 | 1010000 |
Color Harmonies of #F7A0EC
Complementary color
Monochromatic Colors of #F7A0EC
Black with #F7A0EC
Text Example
Text Example
White with #F7A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0EC; }
p { color: rgb(247,160,236); }
H1.HeaderClassName
{
color: #F7A0EC;
}
.AnyTagClassName
{
color: #F7A0EC;
}
</style>
background-color css
<style>
a { background-color: #F7A0EC; }
a { background-color: rgb(247,160,236); }
div.DivClassName
{
background-color: #F7A0EC;
}
.BgClassName
{
background-color: #F7A0EC;
}
</style>
border-color css
<style>
span { border-color: #F7A0EC; }
span { border-color: rgb(247,160,236); }
td.TdClassName
{
border-color: #F7A0EC;
}
.TagClassName
{
border-color: #F7A0EC;
}
</style>