Shades of Lavender Rose #F7A6EE
Tints of Lavender Rose #F7A6EE
RGB
CMYK
RGB Variations
Color information
#F7A6EE (or 0xF7A6EE) is known color: Lavender Rose. HEX triplet: F7, A6 and EE. RGB value is (247,166,238). Sum of RGB (Red+Green+Blue) = 247+166+238=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A6EE is #085911. Grayscale: #C6C6C6. Windows color (decimal): -547090 or 15640311. OLE color: 15640311.
HSL color Cylindrical-coordinate representation of color #F7A6EE: hue angle of 306.67º 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 #F7A6EE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 238 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.03 |
| HSL | 306.67º | 0.84% | 0.81% | - |
| HSV(B) | 306.67º | 0.33% | 0.97% | - |
| XYZ | 67.43 | 53.22 | 87.61 | - |
| YUV | 198.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 238 | 0 | 0.33 | 0.04 | 0.03 | 306.67 | 0.84 | 0.81 |
| Hex | F7 | A6 | EE | 0 | 21 | 4 | 3 | 133 | 54 | 51 |
| Octal | 367 | 246 | 356 | 0 | 41 | 4 | 3 | 463 | 124 | 121 |
| Binary | 11110111 | 10100110 | 11101110 | 0 | 100001 | 100 | 11 | 100110011 | 1010100 | 1010001 |
Color Harmonies of #F7A6EE
Complementary color
Monochromatic Colors of #F7A6EE
Black with #F7A6EE
Text Example
Text Example
White with #F7A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A6EE; }
p { color: rgb(247,166,238); }
H1.HeaderClassName
{
color: #F7A6EE;
}
.AnyTagClassName
{
color: #F7A6EE;
}
</style>
background-color css
<style>
a { background-color: #F7A6EE; }
a { background-color: rgb(247,166,238); }
div.DivClassName
{
background-color: #F7A6EE;
}
.BgClassName
{
background-color: #F7A6EE;
}
</style>
border-color css
<style>
span { border-color: #F7A6EE; }
span { border-color: rgb(247,166,238); }
td.TdClassName
{
border-color: #F7A6EE;
}
.TagClassName
{
border-color: #F7A6EE;
}
</style>