Shades of Lavender Rose #F7A2E5
Tints of Lavender Rose #F7A2E5
RGB
CMYK
RGB Variations
Color information
#F7A2E5 (or 0xF7A2E5) is known color: Lavender Rose. HEX triplet: F7, A2 and E5. RGB value is (247,162,229). Sum of RGB (Red+Green+Blue) = 247+162+229=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2E5 is #085D1A. Grayscale: #C2C2C2. Windows color (decimal): -548123 or 15049463. OLE color: 15049463.
HSL color Cylindrical-coordinate representation of color #F7A2E5: hue angle of 312.71º 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 #F7A2E5 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 229 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.03 |
| HSL | 312.71º | 0.84% | 0.8% | - |
| HSV(B) | 312.71º | 0.34% | 0.97% | - |
| XYZ | 65.42 | 51.27 | 80.58 | - |
| YUV | 195.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 229 | 0 | 0.34 | 0.07 | 0.03 | 312.71 | 0.84 | 0.8 |
| Hex | F7 | A2 | E5 | 0 | 22 | 7 | 3 | 139 | 54 | 50 |
| Octal | 367 | 242 | 345 | 0 | 42 | 7 | 3 | 471 | 124 | 120 |
| Binary | 11110111 | 10100010 | 11100101 | 0 | 100010 | 111 | 11 | 100111001 | 1010100 | 1010000 |
Color Harmonies of #F7A2E5
Complementary color
Monochromatic Colors of #F7A2E5
Black with #F7A2E5
Text Example
Text Example
White with #F7A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2E5; }
p { color: rgb(247,162,229); }
H1.HeaderClassName
{
color: #F7A2E5;
}
.AnyTagClassName
{
color: #F7A2E5;
}
</style>
background-color css
<style>
a { background-color: #F7A2E5; }
a { background-color: rgb(247,162,229); }
div.DivClassName
{
background-color: #F7A2E5;
}
.BgClassName
{
background-color: #F7A2E5;
}
</style>
border-color css
<style>
span { border-color: #F7A2E5; }
span { border-color: rgb(247,162,229); }
td.TdClassName
{
border-color: #F7A2E5;
}
.TagClassName
{
border-color: #F7A2E5;
}
</style>