Shades of Lavender Rose #F7A7EF
Tints of Lavender Rose #F7A7EF
RGB
CMYK
RGB Variations
Color information
#F7A7EF (or 0xF7A7EF) is known color: Lavender Rose. HEX triplet: F7, A7 and EF. RGB value is (247,167,239). Sum of RGB (Red+Green+Blue) = 247+167+239=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 167 (65.62% from 255 or 25.57% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A7EF is #085810. Grayscale: #C6C6C6. Windows color (decimal): -546833 or 15706103. OLE color: 15706103.
HSL color Cylindrical-coordinate representation of color #F7A7EF: hue angle of 306º 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 #F7A7EF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 239 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.03 |
| HSL | 306º | 0.83% | 0.81% | - |
| HSV(B) | 306º | 0.32% | 0.97% | - |
| XYZ | 67.76 | 53.64 | 88.44 | - |
| YUV | 199.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 239 | 0 | 0.32 | 0.03 | 0.03 | 306 | 0.83 | 0.81 |
| Hex | F7 | A7 | EF | 0 | 20 | 3 | 3 | 132 | 53 | 51 |
| Octal | 367 | 247 | 357 | 0 | 40 | 3 | 3 | 462 | 123 | 121 |
| Binary | 11110111 | 10100111 | 11101111 | 0 | 100000 | 11 | 11 | 100110010 | 1010011 | 1010001 |
Color Harmonies of #F7A7EF
Complementary color
Monochromatic Colors of #F7A7EF
Black with #F7A7EF
Text Example
Text Example
White with #F7A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A7EF; }
p { color: rgb(247,167,239); }
H1.HeaderClassName
{
color: #F7A7EF;
}
.AnyTagClassName
{
color: #F7A7EF;
}
</style>
background-color css
<style>
a { background-color: #F7A7EF; }
a { background-color: rgb(247,167,239); }
div.DivClassName
{
background-color: #F7A7EF;
}
.BgClassName
{
background-color: #F7A7EF;
}
</style>
border-color css
<style>
span { border-color: #F7A7EF; }
span { border-color: rgb(247,167,239); }
td.TdClassName
{
border-color: #F7A7EF;
}
.TagClassName
{
border-color: #F7A7EF;
}
</style>