Shades of Lavender Rose #F7AAEA
Tints of Lavender Rose #F7AAEA
RGB
CMYK
RGB Variations
Color information
#F7AAEA (or 0xF7AAEA) is known color: Lavender Rose. HEX triplet: F7, AA and EA. RGB value is (247,170,234). Sum of RGB (Red+Green+Blue) = 247+170+234=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAEA is #085515. Grayscale: #C8C8C8. Windows color (decimal): -546070 or 15379191. OLE color: 15379191.
HSL color Cylindrical-coordinate representation of color #F7AAEA: hue angle of 310.13º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAEA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 234 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.03 |
| HSL | 310.13º | 0.83% | 0.82% | - |
| HSV(B) | 310.13º | 0.31% | 0.97% | - |
| XYZ | 67.58 | 54.46 | 84.79 | - |
| YUV | 200.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 234 | 0 | 0.31 | 0.05 | 0.03 | 310.13 | 0.83 | 0.82 |
| Hex | F7 | AA | EA | 0 | 1F | 5 | 3 | 136 | 53 | 52 |
| Octal | 367 | 252 | 352 | 0 | 37 | 5 | 3 | 466 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11101010 | 0 | 11111 | 101 | 11 | 100110110 | 1010011 | 1010010 |
Color Harmonies of #F7AAEA
Complementary color
Monochromatic Colors of #F7AAEA
Black with #F7AAEA
Text Example
Text Example
White with #F7AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAEA; }
p { color: rgb(247,170,234); }
H1.HeaderClassName
{
color: #F7AAEA;
}
.AnyTagClassName
{
color: #F7AAEA;
}
</style>
background-color css
<style>
a { background-color: #F7AAEA; }
a { background-color: rgb(247,170,234); }
div.DivClassName
{
background-color: #F7AAEA;
}
.BgClassName
{
background-color: #F7AAEA;
}
</style>
border-color css
<style>
span { border-color: #F7AAEA; }
span { border-color: rgb(247,170,234); }
td.TdClassName
{
border-color: #F7AAEA;
}
.TagClassName
{
border-color: #F7AAEA;
}
</style>