Shades of Lavender Rose #F7AFFA
Tints of Lavender Rose #F7AFFA
RGB
CMYK
RGB Variations
Color information
#F7AFFA (or 0xF7AFFA) is known color: Lavender Rose. HEX triplet: F7, AF and FA. RGB value is (247,175,250). Sum of RGB (Red+Green+Blue) = 247+175+250=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AFFA is #085005. Grayscale: #CCCCCC. Windows color (decimal): -544774 or 16429047. OLE color: 16429047.
HSL color Cylindrical-coordinate representation of color #F7AFFA: hue angle of 297.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AFFA is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 175 | 250 | - |
| CMYK | 0.01 | 0.3 | 0 | 0.02 |
| HSL | 297.6º | 0.88% | 0.83% | - |
| HSV(B) | 297.6º | 0.3% | 0.98% | - |
| XYZ | 70.94 | 57.34 | 97.77 | - |
| YUV | 205.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 250 | 0.01 | 0.3 | 0 | 0.02 | 297.6 | 0.88 | 0.83 |
| Hex | F7 | AF | FA | 1 | 1E | 0 | 2 | 12A | 58 | 53 |
| Octal | 367 | 257 | 372 | 1 | 36 | 0 | 2 | 452 | 130 | 123 |
| Binary | 11110111 | 10101111 | 11111010 | 1 | 11110 | 0 | 10 | 100101010 | 1011000 | 1010011 |
Color Harmonies of #F7AFFA
Complementary color
Monochromatic Colors of #F7AFFA
Black with #F7AFFA
Text Example
Text Example
White with #F7AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFFA; }
p { color: rgb(247,175,250); }
H1.HeaderClassName
{
color: #F7AFFA;
}
.AnyTagClassName
{
color: #F7AFFA;
}
</style>
background-color css
<style>
a { background-color: #F7AFFA; }
a { background-color: rgb(247,175,250); }
div.DivClassName
{
background-color: #F7AFFA;
}
.BgClassName
{
background-color: #F7AFFA;
}
</style>
border-color css
<style>
span { border-color: #F7AFFA; }
span { border-color: rgb(247,175,250); }
td.TdClassName
{
border-color: #F7AFFA;
}
.TagClassName
{
border-color: #F7AFFA;
}
</style>