Shades of Lavender Rose #F7A1EC
Tints of Lavender Rose #F7A1EC
RGB
CMYK
RGB Variations
Color information
#F7A1EC (or 0xF7A1EC) is known color: Lavender Rose. HEX triplet: F7, A1 and EC. RGB value is (247,161,236). Sum of RGB (Red+Green+Blue) = 247+161+236=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A1EC is #085E13. Grayscale: #C3C3C3. Windows color (decimal): -548372 or 15507959. OLE color: 15507959.
HSL color Cylindrical-coordinate representation of color #F7A1EC: hue angle of 307.67º 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 #F7A1EC is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 236 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.03 |
| HSL | 307.67º | 0.84% | 0.8% | - |
| HSV(B) | 307.67º | 0.35% | 0.97% | - |
| XYZ | 66.24 | 51.32 | 85.77 | - |
| YUV | 195.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 236 | 0 | 0.35 | 0.04 | 0.03 | 307.67 | 0.84 | 0.8 |
| Hex | F7 | A1 | EC | 0 | 23 | 4 | 3 | 134 | 54 | 50 |
| Octal | 367 | 241 | 354 | 0 | 43 | 4 | 3 | 464 | 124 | 120 |
| Binary | 11110111 | 10100001 | 11101100 | 0 | 100011 | 100 | 11 | 100110100 | 1010100 | 1010000 |
Color Harmonies of #F7A1EC
Complementary color
Monochromatic Colors of #F7A1EC
Black with #F7A1EC
Text Example
Text Example
White with #F7A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A1EC; }
p { color: rgb(247,161,236); }
H1.HeaderClassName
{
color: #F7A1EC;
}
.AnyTagClassName
{
color: #F7A1EC;
}
</style>
background-color css
<style>
a { background-color: #F7A1EC; }
a { background-color: rgb(247,161,236); }
div.DivClassName
{
background-color: #F7A1EC;
}
.BgClassName
{
background-color: #F7A1EC;
}
</style>
border-color css
<style>
span { border-color: #F7A1EC; }
span { border-color: rgb(247,161,236); }
td.TdClassName
{
border-color: #F7A1EC;
}
.TagClassName
{
border-color: #F7A1EC;
}
</style>