Shades of Lavender Rose #F6A3FA
Tints of Lavender Rose #F6A3FA
RGB
CMYK
RGB Variations
Color information
#F6A3FA (or 0xF6A3FA) is known color: Lavender Rose. HEX triplet: F6, A3 and FA. RGB value is (246,163,250). Sum of RGB (Red+Green+Blue) = 246+163+250=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 163 (64.06% from 255 or 24.73% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6A3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A3FA is #095C05. Grayscale: #C5C5C5. Windows color (decimal): -613382 or 16425974. OLE color: 16425974.
HSL color Cylindrical-coordinate representation of color #F6A3FA: hue angle of 297.24º degrees, saturation: 0.9, 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 #F6A3FA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 163 | 250 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.02 |
| HSL | 297.24º | 0.9% | 0.81% | - |
| HSV(B) | 297.24º | 0.35% | 0.98% | - |
| XYZ | 68.36 | 52.69 | 97.01 | - |
| YUV | 197.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 250 | 0.02 | 0.35 | 0 | 0.02 | 297.24 | 0.9 | 0.81 |
| Hex | F6 | A3 | FA | 2 | 23 | 0 | 2 | 129 | 5A | 51 |
| Octal | 366 | 243 | 372 | 2 | 43 | 0 | 2 | 451 | 132 | 121 |
| Binary | 11110110 | 10100011 | 11111010 | 10 | 100011 | 0 | 10 | 100101001 | 1011010 | 1010001 |
Color Harmonies of #F6A3FA
Complementary color
Monochromatic Colors of #F6A3FA
Black with #F6A3FA
Text Example
Text Example
White with #F6A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3FA; }
p { color: rgb(246,163,250); }
H1.HeaderClassName
{
color: #F6A3FA;
}
.AnyTagClassName
{
color: #F6A3FA;
}
</style>
background-color css
<style>
a { background-color: #F6A3FA; }
a { background-color: rgb(246,163,250); }
div.DivClassName
{
background-color: #F6A3FA;
}
.BgClassName
{
background-color: #F6A3FA;
}
</style>
border-color css
<style>
span { border-color: #F6A3FA; }
span { border-color: rgb(246,163,250); }
td.TdClassName
{
border-color: #F6A3FA;
}
.TagClassName
{
border-color: #F6A3FA;
}
</style>