Shades of Lavender Rose #F7A7E9
Tints of Lavender Rose #F7A7E9
RGB
CMYK
RGB Variations
Color information
#F7A7E9 (or 0xF7A7E9) is known color: Lavender Rose. HEX triplet: F7, A7 and E9. RGB value is (247,167,233). Sum of RGB (Red+Green+Blue) = 247+167+233=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 167 (65.62% from 255 or 25.81% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A7E9 is #085816. Grayscale: #C6C6C6. Windows color (decimal): -546839 or 15312887. OLE color: 15312887.
HSL color Cylindrical-coordinate representation of color #F7A7E9: hue angle of 310.5º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A7E9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 233 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.03 |
| HSL | 310.5º | 0.83% | 0.81% | - |
| HSV(B) | 310.5º | 0.32% | 0.97% | - |
| XYZ | 66.88 | 53.29 | 83.85 | - |
| YUV | 198.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 233 | 0 | 0.32 | 0.06 | 0.03 | 310.5 | 0.83 | 0.81 |
| Hex | F7 | A7 | E9 | 0 | 20 | 6 | 3 | 136 | 53 | 51 |
| Octal | 367 | 247 | 351 | 0 | 40 | 6 | 3 | 466 | 123 | 121 |
| Binary | 11110111 | 10100111 | 11101001 | 0 | 100000 | 110 | 11 | 100110110 | 1010011 | 1010001 |
Color Harmonies of #F7A7E9
Complementary color
Monochromatic Colors of #F7A7E9
Black with #F7A7E9
Text Example
Text Example
White with #F7A7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A7E9; }
p { color: rgb(247,167,233); }
H1.HeaderClassName
{
color: #F7A7E9;
}
.AnyTagClassName
{
color: #F7A7E9;
}
</style>
background-color css
<style>
a { background-color: #F7A7E9; }
a { background-color: rgb(247,167,233); }
div.DivClassName
{
background-color: #F7A7E9;
}
.BgClassName
{
background-color: #F7A7E9;
}
</style>
border-color css
<style>
span { border-color: #F7A7E9; }
span { border-color: rgb(247,167,233); }
td.TdClassName
{
border-color: #F7A7E9;
}
.TagClassName
{
border-color: #F7A7E9;
}
</style>