Shades of Lavender Rose #F7A3FC
Tints of Lavender Rose #F7A3FC
RGB
CMYK
RGB Variations
Color information
#F7A3FC (or 0xF7A3FC) is known color: Lavender Rose. HEX triplet: F7, A3 and FC. RGB value is (247,163,252). Sum of RGB (Red+Green+Blue) = 247+163+252=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 163 (64.06% from 255 or 24.62% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7A3FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A3FC is #085C03. Grayscale: #C5C5C5. Windows color (decimal): -547844 or 16557047. OLE color: 16557047.
HSL color Cylindrical-coordinate representation of color #F7A3FC: hue angle of 296.63º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A3FC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 163 | 252 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.01 |
| HSL | 296.63º | 0.94% | 0.81% | - |
| HSV(B) | 296.63º | 0.35% | 0.99% | - |
| XYZ | 69.03 | 53 | 98.69 | - |
| YUV | 198.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 252 | 0.02 | 0.35 | 0 | 0.01 | 296.63 | 0.94 | 0.81 |
| Hex | F7 | A3 | FC | 2 | 23 | 0 | 1 | 129 | 5E | 51 |
| Octal | 367 | 243 | 374 | 2 | 43 | 0 | 1 | 451 | 136 | 121 |
| Binary | 11110111 | 10100011 | 11111100 | 10 | 100011 | 0 | 1 | 100101001 | 1011110 | 1010001 |
Color Harmonies of #F7A3FC
Complementary color
Monochromatic Colors of #F7A3FC
Black with #F7A3FC
Text Example
Text Example
White with #F7A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A3FC; }
p { color: rgb(247,163,252); }
H1.HeaderClassName
{
color: #F7A3FC;
}
.AnyTagClassName
{
color: #F7A3FC;
}
</style>
background-color css
<style>
a { background-color: #F7A3FC; }
a { background-color: rgb(247,163,252); }
div.DivClassName
{
background-color: #F7A3FC;
}
.BgClassName
{
background-color: #F7A3FC;
}
</style>
border-color css
<style>
span { border-color: #F7A3FC; }
span { border-color: rgb(247,163,252); }
td.TdClassName
{
border-color: #F7A3FC;
}
.TagClassName
{
border-color: #F7A3FC;
}
</style>