Shades of Lavender Rose #F7AAEF
Tints of Lavender Rose #F7AAEF
RGB
CMYK
RGB Variations
Color information
#F7AAEF (or 0xF7AAEF) is known color: Lavender Rose. HEX triplet: F7, AA and EF. RGB value is (247,170,239). Sum of RGB (Red+Green+Blue) = 247+170+239=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAEF is #085510. Grayscale: #C8C8C8. Windows color (decimal): -546065 or 15706871. OLE color: 15706871.
HSL color Cylindrical-coordinate representation of color #F7AAEF: hue angle of 306.23º 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 #F7AAEF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 239 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.03 |
| HSL | 306.23º | 0.83% | 0.82% | - |
| HSV(B) | 306.23º | 0.31% | 0.97% | - |
| XYZ | 68.31 | 54.76 | 88.63 | - |
| YUV | 200.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 239 | 0 | 0.31 | 0.03 | 0.03 | 306.23 | 0.83 | 0.82 |
| Hex | F7 | AA | EF | 0 | 1F | 3 | 3 | 132 | 53 | 52 |
| Octal | 367 | 252 | 357 | 0 | 37 | 3 | 3 | 462 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11101111 | 0 | 11111 | 11 | 11 | 100110010 | 1010011 | 1010010 |
Color Harmonies of #F7AAEF
Complementary color
Monochromatic Colors of #F7AAEF
Black with #F7AAEF
Text Example
Text Example
White with #F7AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAEF; }
p { color: rgb(247,170,239); }
H1.HeaderClassName
{
color: #F7AAEF;
}
.AnyTagClassName
{
color: #F7AAEF;
}
</style>
background-color css
<style>
a { background-color: #F7AAEF; }
a { background-color: rgb(247,170,239); }
div.DivClassName
{
background-color: #F7AAEF;
}
.BgClassName
{
background-color: #F7AAEF;
}
</style>
border-color css
<style>
span { border-color: #F7AAEF; }
span { border-color: rgb(247,170,239); }
td.TdClassName
{
border-color: #F7AAEF;
}
.TagClassName
{
border-color: #F7AAEF;
}
</style>