Shades of Lavender Rose #F7AAF6
Tints of Lavender Rose #F7AAF6
RGB
CMYK
RGB Variations
Color information
#F7AAF6 (or 0xF7AAF6) is known color: Lavender Rose. HEX triplet: F7, AA and F6. RGB value is (247,170,246). Sum of RGB (Red+Green+Blue) = 247+170+246=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAF6 is #085509. Grayscale: #C9C9C9. Windows color (decimal): -546058 or 16165623. OLE color: 16165623.
HSL color Cylindrical-coordinate representation of color #F7AAF6: hue angle of 300.78º 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 #F7AAF6 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 246 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.03 |
| HSL | 300.78º | 0.83% | 0.82% | - |
| HSV(B) | 300.78º | 0.31% | 0.97% | - |
| XYZ | 69.37 | 55.18 | 94.18 | - |
| YUV | 201.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 246 | 0 | 0.31 | 0.00 | 0.03 | 300.78 | 0.83 | 0.82 |
| Hex | F7 | AA | F6 | 0 | 1F | 0 | 3 | 12D | 53 | 52 |
| Octal | 367 | 252 | 366 | 0 | 37 | 0 | 3 | 455 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11110110 | 0 | 11111 | 0 | 11 | 100101101 | 1010011 | 1010010 |
Color Harmonies of #F7AAF6
Complementary color
Monochromatic Colors of #F7AAF6
Black with #F7AAF6
Text Example
Text Example
White with #F7AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAF6; }
p { color: rgb(247,170,246); }
H1.HeaderClassName
{
color: #F7AAF6;
}
.AnyTagClassName
{
color: #F7AAF6;
}
</style>
background-color css
<style>
a { background-color: #F7AAF6; }
a { background-color: rgb(247,170,246); }
div.DivClassName
{
background-color: #F7AAF6;
}
.BgClassName
{
background-color: #F7AAF6;
}
</style>
border-color css
<style>
span { border-color: #F7AAF6; }
span { border-color: rgb(247,170,246); }
td.TdClassName
{
border-color: #F7AAF6;
}
.TagClassName
{
border-color: #F7AAF6;
}
</style>