Shades of Lavender Rose #F7AAF0
Tints of Lavender Rose #F7AAF0
RGB
CMYK
RGB Variations
Color information
#F7AAF0 (or 0xF7AAF0) is known color: Lavender Rose. HEX triplet: F7, AA and F0. RGB value is (247,170,240). Sum of RGB (Red+Green+Blue) = 247+170+240=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAF0 is #08550F. Grayscale: #C8C8C8. Windows color (decimal): -546064 or 15772407. OLE color: 15772407.
HSL color Cylindrical-coordinate representation of color #F7AAF0: hue angle of 305.45º 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 #F7AAF0 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 240 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.03 |
| HSL | 305.45º | 0.83% | 0.82% | - |
| HSV(B) | 305.45º | 0.31% | 0.97% | - |
| XYZ | 68.46 | 54.81 | 89.41 | - |
| YUV | 201 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 240 | 0 | 0.31 | 0.03 | 0.03 | 305.45 | 0.83 | 0.82 |
| Hex | F7 | AA | F0 | 0 | 1F | 3 | 3 | 131 | 53 | 52 |
| Octal | 367 | 252 | 360 | 0 | 37 | 3 | 3 | 461 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11110000 | 0 | 11111 | 11 | 11 | 100110001 | 1010011 | 1010010 |
Color Harmonies of #F7AAF0
Complementary color
Monochromatic Colors of #F7AAF0
Black with #F7AAF0
Text Example
Text Example
White with #F7AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAF0; }
p { color: rgb(247,170,240); }
H1.HeaderClassName
{
color: #F7AAF0;
}
.AnyTagClassName
{
color: #F7AAF0;
}
</style>
background-color css
<style>
a { background-color: #F7AAF0; }
a { background-color: rgb(247,170,240); }
div.DivClassName
{
background-color: #F7AAF0;
}
.BgClassName
{
background-color: #F7AAF0;
}
</style>
border-color css
<style>
span { border-color: #F7AAF0; }
span { border-color: rgb(247,170,240); }
td.TdClassName
{
border-color: #F7AAF0;
}
.TagClassName
{
border-color: #F7AAF0;
}
</style>