Shades of Lavender Rose #F6A6FA
Tints of Lavender Rose #F6A6FA
RGB
CMYK
RGB Variations
Color information
#F6A6FA (or 0xF6A6FA) is known color: Lavender Rose. HEX triplet: F6, A6 and FA. RGB value is (246,166,250). Sum of RGB (Red+Green+Blue) = 246+166+250=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 166 (65.23% from 255 or 25.08% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A6FA is #095905. Grayscale: #C7C7C7. Windows color (decimal): -612614 or 16426742. OLE color: 16426742.
HSL color Cylindrical-coordinate representation of color #F6A6FA: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A6FA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 166 | 250 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.02 |
| HSL | 297.14º | 0.89% | 0.82% | - |
| HSV(B) | 297.14º | 0.34% | 0.98% | - |
| XYZ | 68.9 | 53.77 | 97.19 | - |
| YUV | 199.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 250 | 0.02 | 0.34 | 0 | 0.02 | 297.14 | 0.89 | 0.82 |
| Hex | F6 | A6 | FA | 2 | 22 | 0 | 2 | 129 | 59 | 52 |
| Octal | 366 | 246 | 372 | 2 | 42 | 0 | 2 | 451 | 131 | 122 |
| Binary | 11110110 | 10100110 | 11111010 | 10 | 100010 | 0 | 10 | 100101001 | 1011001 | 1010010 |
Color Harmonies of #F6A6FA
Complementary color
Monochromatic Colors of #F6A6FA
Black with #F6A6FA
Text Example
Text Example
White with #F6A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6FA; }
p { color: rgb(246,166,250); }
H1.HeaderClassName
{
color: #F6A6FA;
}
.AnyTagClassName
{
color: #F6A6FA;
}
</style>
background-color css
<style>
a { background-color: #F6A6FA; }
a { background-color: rgb(246,166,250); }
div.DivClassName
{
background-color: #F6A6FA;
}
.BgClassName
{
background-color: #F6A6FA;
}
</style>
border-color css
<style>
span { border-color: #F6A6FA; }
span { border-color: rgb(246,166,250); }
td.TdClassName
{
border-color: #F6A6FA;
}
.TagClassName
{
border-color: #F6A6FA;
}
</style>