Shades of Lavender Rose #F6A9FA
Tints of Lavender Rose #F6A9FA
RGB
CMYK
RGB Variations
Color information
#F6A9FA (or 0xF6A9FA) is known color: Lavender Rose. HEX triplet: F6, A9 and FA. RGB value is (246,169,250). Sum of RGB (Red+Green+Blue) = 246+169+250=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 169 (66.41% from 255 or 25.41% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A9FA is #095605. Grayscale: #C9C9C9. Windows color (decimal): -611846 or 16427510. OLE color: 16427510.
HSL color Cylindrical-coordinate representation of color #F6A9FA: hue angle of 297.04º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A9FA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 169 | 250 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.02 |
| HSL | 297.04º | 0.89% | 0.82% | - |
| HSV(B) | 297.04º | 0.32% | 0.98% | - |
| XYZ | 69.45 | 54.87 | 97.37 | - |
| YUV | 201.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 250 | 0.02 | 0.32 | 0 | 0.02 | 297.04 | 0.89 | 0.82 |
| Hex | F6 | A9 | FA | 2 | 20 | 0 | 2 | 129 | 59 | 52 |
| Octal | 366 | 251 | 372 | 2 | 40 | 0 | 2 | 451 | 131 | 122 |
| Binary | 11110110 | 10101001 | 11111010 | 10 | 100000 | 0 | 10 | 100101001 | 1011001 | 1010010 |
Color Harmonies of #F6A9FA
Complementary color
Monochromatic Colors of #F6A9FA
Black with #F6A9FA
Text Example
Text Example
White with #F6A9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A9FA; }
p { color: rgb(246,169,250); }
H1.HeaderClassName
{
color: #F6A9FA;
}
.AnyTagClassName
{
color: #F6A9FA;
}
</style>
background-color css
<style>
a { background-color: #F6A9FA; }
a { background-color: rgb(246,169,250); }
div.DivClassName
{
background-color: #F6A9FA;
}
.BgClassName
{
background-color: #F6A9FA;
}
</style>
border-color css
<style>
span { border-color: #F6A9FA; }
span { border-color: rgb(246,169,250); }
td.TdClassName
{
border-color: #F6A9FA;
}
.TagClassName
{
border-color: #F6A9FA;
}
</style>