Shades of Lavender Rose #F9A6FC
Tints of Lavender Rose #F9A6FC
RGB
CMYK
RGB Variations
Color information
#F9A6FC (or 0xF9A6FC) is known color: Lavender Rose. HEX triplet: F9, A6 and FC. RGB value is (249,166,252). Sum of RGB (Red+Green+Blue) = 249+166+252=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 166 (65.23% from 255 or 24.89% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9A6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6FC is #065903. Grayscale: #C8C8C8. Windows color (decimal): -416004 or 16557817. OLE color: 16557817.
HSL color Cylindrical-coordinate representation of color #F9A6FC: hue angle of 297.91º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A6FC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 166 | 252 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.01 |
| HSL | 297.91º | 0.93% | 0.82% | - |
| HSV(B) | 297.91º | 0.34% | 0.99% | - |
| XYZ | 70.27 | 54.44 | 98.9 | - |
| YUV | 200.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 252 | 0.01 | 0.34 | 0 | 0.01 | 297.91 | 0.93 | 0.82 |
| Hex | F9 | A6 | FC | 1 | 22 | 0 | 1 | 12A | 5D | 52 |
| Octal | 371 | 246 | 374 | 1 | 42 | 0 | 1 | 452 | 135 | 122 |
| Binary | 11111001 | 10100110 | 11111100 | 1 | 100010 | 0 | 1 | 100101010 | 1011101 | 1010010 |
Color Harmonies of #F9A6FC
Complementary color
Monochromatic Colors of #F9A6FC
Black with #F9A6FC
Text Example
Text Example
White with #F9A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6FC; }
p { color: rgb(249,166,252); }
H1.HeaderClassName
{
color: #F9A6FC;
}
.AnyTagClassName
{
color: #F9A6FC;
}
</style>
background-color css
<style>
a { background-color: #F9A6FC; }
a { background-color: rgb(249,166,252); }
div.DivClassName
{
background-color: #F9A6FC;
}
.BgClassName
{
background-color: #F9A6FC;
}
</style>
border-color css
<style>
span { border-color: #F9A6FC; }
span { border-color: rgb(249,166,252); }
td.TdClassName
{
border-color: #F9A6FC;
}
.TagClassName
{
border-color: #F9A6FC;
}
</style>