Shades of Lavender Rose #F7A3FB
Tints of Lavender Rose #F7A3FB
RGB
CMYK
RGB Variations
Color information
#F7A3FB (or 0xF7A3FB) is known color: Lavender Rose. HEX triplet: F7, A3 and FB. RGB value is (247,163,251). Sum of RGB (Red+Green+Blue) = 247+163+251=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 163 (64.06% from 255 or 24.66% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7A3FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A3FB is #085C04. Grayscale: #C5C5C5. Windows color (decimal): -547845 or 16491511. OLE color: 16491511.
HSL color Cylindrical-coordinate representation of color #F7A3FB: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A3FB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 163 | 251 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.02 |
| HSL | 297.27º | 0.92% | 0.81% | - |
| HSV(B) | 297.27º | 0.35% | 0.98% | - |
| XYZ | 68.87 | 52.93 | 97.85 | - |
| YUV | 198.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 251 | 0.02 | 0.35 | 0 | 0.02 | 297.27 | 0.92 | 0.81 |
| Hex | F7 | A3 | FB | 2 | 23 | 0 | 2 | 129 | 5C | 51 |
| Octal | 367 | 243 | 373 | 2 | 43 | 0 | 2 | 451 | 134 | 121 |
| Binary | 11110111 | 10100011 | 11111011 | 10 | 100011 | 0 | 10 | 100101001 | 1011100 | 1010001 |
Color Harmonies of #F7A3FB
Complementary color
Monochromatic Colors of #F7A3FB
Black with #F7A3FB
Text Example
Text Example
White with #F7A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A3FB; }
p { color: rgb(247,163,251); }
H1.HeaderClassName
{
color: #F7A3FB;
}
.AnyTagClassName
{
color: #F7A3FB;
}
</style>
background-color css
<style>
a { background-color: #F7A3FB; }
a { background-color: rgb(247,163,251); }
div.DivClassName
{
background-color: #F7A3FB;
}
.BgClassName
{
background-color: #F7A3FB;
}
</style>
border-color css
<style>
span { border-color: #F7A3FB; }
span { border-color: rgb(247,163,251); }
td.TdClassName
{
border-color: #F7A3FB;
}
.TagClassName
{
border-color: #F7A3FB;
}
</style>