Shades of Lavender Rose #F7A8FA
Tints of Lavender Rose #F7A8FA
RGB
CMYK
RGB Variations
Color information
#F7A8FA (or 0xF7A8FA) is known color: Lavender Rose. HEX triplet: F7, A8 and FA. RGB value is (247,168,250). Sum of RGB (Red+Green+Blue) = 247+168+250=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 168 (66.02% from 255 or 25.26% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A8FA is #085705. Grayscale: #C8C8C8. Windows color (decimal): -546566 or 16427255. OLE color: 16427255.
HSL color Cylindrical-coordinate representation of color #F7A8FA: hue angle of 297.8º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A8FA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 168 | 250 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.02 |
| HSL | 297.8º | 0.89% | 0.82% | - |
| HSV(B) | 297.8º | 0.33% | 0.98% | - |
| XYZ | 69.62 | 54.68 | 97.33 | - |
| YUV | 200.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 250 | 0.01 | 0.33 | 0 | 0.02 | 297.8 | 0.89 | 0.82 |
| Hex | F7 | A8 | FA | 1 | 21 | 0 | 2 | 12A | 59 | 52 |
| Octal | 367 | 250 | 372 | 1 | 41 | 0 | 2 | 452 | 131 | 122 |
| Binary | 11110111 | 10101000 | 11111010 | 1 | 100001 | 0 | 10 | 100101010 | 1011001 | 1010010 |
Color Harmonies of #F7A8FA
Complementary color
Monochromatic Colors of #F7A8FA
Black with #F7A8FA
Text Example
Text Example
White with #F7A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8FA; }
p { color: rgb(247,168,250); }
H1.HeaderClassName
{
color: #F7A8FA;
}
.AnyTagClassName
{
color: #F7A8FA;
}
</style>
background-color css
<style>
a { background-color: #F7A8FA; }
a { background-color: rgb(247,168,250); }
div.DivClassName
{
background-color: #F7A8FA;
}
.BgClassName
{
background-color: #F7A8FA;
}
</style>
border-color css
<style>
span { border-color: #F7A8FA; }
span { border-color: rgb(247,168,250); }
td.TdClassName
{
border-color: #F7A8FA;
}
.TagClassName
{
border-color: #F7A8FA;
}
</style>