Shades of Lavender Rose #F6A5FA
Tints of Lavender Rose #F6A5FA
RGB
CMYK
RGB Variations
Color information
#F6A5FA (or 0xF6A5FA) is known color: Lavender Rose. HEX triplet: F6, A5 and FA. RGB value is (246,165,250). Sum of RGB (Red+Green+Blue) = 246+165+250=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 165 (64.84% from 255 or 24.96% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6A5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A5FA is #095A05. Grayscale: #C6C6C6. Windows color (decimal): -612870 or 16426486. OLE color: 16426486.
HSL color Cylindrical-coordinate representation of color #F6A5FA: hue angle of 297.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A5FA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 165 | 250 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.02 |
| HSL | 297.18º | 0.89% | 0.81% | - |
| HSV(B) | 297.18º | 0.34% | 0.98% | - |
| XYZ | 68.72 | 53.41 | 97.13 | - |
| YUV | 198.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 250 | 0.02 | 0.34 | 0 | 0.02 | 297.18 | 0.89 | 0.81 |
| Hex | F6 | A5 | FA | 2 | 22 | 0 | 2 | 129 | 59 | 51 |
| Octal | 366 | 245 | 372 | 2 | 42 | 0 | 2 | 451 | 131 | 121 |
| Binary | 11110110 | 10100101 | 11111010 | 10 | 100010 | 0 | 10 | 100101001 | 1011001 | 1010001 |
Color Harmonies of #F6A5FA
Complementary color
Monochromatic Colors of #F6A5FA
Black with #F6A5FA
Text Example
Text Example
White with #F6A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5FA; }
p { color: rgb(246,165,250); }
H1.HeaderClassName
{
color: #F6A5FA;
}
.AnyTagClassName
{
color: #F6A5FA;
}
</style>
background-color css
<style>
a { background-color: #F6A5FA; }
a { background-color: rgb(246,165,250); }
div.DivClassName
{
background-color: #F6A5FA;
}
.BgClassName
{
background-color: #F6A5FA;
}
</style>
border-color css
<style>
span { border-color: #F6A5FA; }
span { border-color: rgb(246,165,250); }
td.TdClassName
{
border-color: #F6A5FA;
}
.TagClassName
{
border-color: #F6A5FA;
}
</style>