Shades of Lavender Rose #F7A3E5
Tints of Lavender Rose #F7A3E5
RGB
CMYK
RGB Variations
Color information
#F7A3E5 (or 0xF7A3E5) is known color: Lavender Rose. HEX triplet: F7, A3 and E5. RGB value is (247,163,229). Sum of RGB (Red+Green+Blue) = 247+163+229=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3E5 is #085C1A. Grayscale: #C3C3C3. Windows color (decimal): -547867 or 15049719. OLE color: 15049719.
HSL color Cylindrical-coordinate representation of color #F7A3E5: hue angle of 312.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A3E5 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 229 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.03 |
| HSL | 312.86º | 0.84% | 0.8% | - |
| HSV(B) | 312.86º | 0.34% | 0.97% | - |
| XYZ | 65.6 | 51.63 | 80.64 | - |
| YUV | 195.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 229 | 0 | 0.34 | 0.07 | 0.03 | 312.86 | 0.84 | 0.8 |
| Hex | F7 | A3 | E5 | 0 | 22 | 7 | 3 | 139 | 54 | 50 |
| Octal | 367 | 243 | 345 | 0 | 42 | 7 | 3 | 471 | 124 | 120 |
| Binary | 11110111 | 10100011 | 11100101 | 0 | 100010 | 111 | 11 | 100111001 | 1010100 | 1010000 |
Color Harmonies of #F7A3E5
Complementary color
Monochromatic Colors of #F7A3E5
Black with #F7A3E5
Text Example
Text Example
White with #F7A3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A3E5; }
p { color: rgb(247,163,229); }
H1.HeaderClassName
{
color: #F7A3E5;
}
.AnyTagClassName
{
color: #F7A3E5;
}
</style>
background-color css
<style>
a { background-color: #F7A3E5; }
a { background-color: rgb(247,163,229); }
div.DivClassName
{
background-color: #F7A3E5;
}
.BgClassName
{
background-color: #F7A3E5;
}
</style>
border-color css
<style>
span { border-color: #F7A3E5; }
span { border-color: rgb(247,163,229); }
td.TdClassName
{
border-color: #F7A3E5;
}
.TagClassName
{
border-color: #F7A3E5;
}
</style>