Shades of Lavender Rose #F7A5EA
Tints of Lavender Rose #F7A5EA
RGB
CMYK
RGB Variations
Color information
#F7A5EA (or 0xF7A5EA) is known color: Lavender Rose. HEX triplet: F7, A5 and EA. RGB value is (247,165,234). Sum of RGB (Red+Green+Blue) = 247+165+234=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A5EA is #085A15. Grayscale: #C5C5C5. Windows color (decimal): -547350 or 15377911. OLE color: 15377911.
HSL color Cylindrical-coordinate representation of color #F7A5EA: hue angle of 309.51º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5EA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 234 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.03 |
| HSL | 309.51º | 0.84% | 0.81% | - |
| HSV(B) | 309.51º | 0.33% | 0.97% | - |
| XYZ | 66.66 | 52.62 | 84.49 | - |
| YUV | 197.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 234 | 0 | 0.33 | 0.05 | 0.03 | 309.51 | 0.84 | 0.81 |
| Hex | F7 | A5 | EA | 0 | 21 | 5 | 3 | 136 | 54 | 51 |
| Octal | 367 | 245 | 352 | 0 | 41 | 5 | 3 | 466 | 124 | 121 |
| Binary | 11110111 | 10100101 | 11101010 | 0 | 100001 | 101 | 11 | 100110110 | 1010100 | 1010001 |
Color Harmonies of #F7A5EA
Complementary color
Monochromatic Colors of #F7A5EA
Black with #F7A5EA
Text Example
Text Example
White with #F7A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A5EA; }
p { color: rgb(247,165,234); }
H1.HeaderClassName
{
color: #F7A5EA;
}
.AnyTagClassName
{
color: #F7A5EA;
}
</style>
background-color css
<style>
a { background-color: #F7A5EA; }
a { background-color: rgb(247,165,234); }
div.DivClassName
{
background-color: #F7A5EA;
}
.BgClassName
{
background-color: #F7A5EA;
}
</style>
border-color css
<style>
span { border-color: #F7A5EA; }
span { border-color: rgb(247,165,234); }
td.TdClassName
{
border-color: #F7A5EA;
}
.TagClassName
{
border-color: #F7A5EA;
}
</style>