Shades of Lavender Rose #F9A6FB
Tints of Lavender Rose #F9A6FB
RGB
CMYK
RGB Variations
Color information
#F9A6FB (or 0xF9A6FB) is known color: Lavender Rose. HEX triplet: F9, A6 and FB. RGB value is (249,166,251). Sum of RGB (Red+Green+Blue) = 249+166+251=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 166 (65.23% from 255 or 24.92% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9A6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6FB is #065904. Grayscale: #C8C8C8. Windows color (decimal): -416005 or 16492281. OLE color: 16492281.
HSL color Cylindrical-coordinate representation of color #F9A6FB: hue angle of 298.59º degrees, saturation: 0.91, 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 #F9A6FB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 251 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.02 |
| HSL | 298.59º | 0.91% | 0.82% | - |
| HSV(B) | 298.59º | 0.34% | 0.98% | - |
| XYZ | 70.12 | 54.38 | 98.07 | - |
| YUV | 200.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 251 | 0.01 | 0.34 | 0 | 0.02 | 298.59 | 0.91 | 0.82 |
| Hex | F9 | A6 | FB | 1 | 22 | 0 | 2 | 12B | 5B | 52 |
| Octal | 371 | 246 | 373 | 1 | 42 | 0 | 2 | 453 | 133 | 122 |
| Binary | 11111001 | 10100110 | 11111011 | 1 | 100010 | 0 | 10 | 100101011 | 1011011 | 1010010 |
Color Harmonies of #F9A6FB
Complementary color
Monochromatic Colors of #F9A6FB
Black with #F9A6FB
Text Example
Text Example
White with #F9A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6FB; }
p { color: rgb(249,166,251); }
H1.HeaderClassName
{
color: #F9A6FB;
}
.AnyTagClassName
{
color: #F9A6FB;
}
</style>
background-color css
<style>
a { background-color: #F9A6FB; }
a { background-color: rgb(249,166,251); }
div.DivClassName
{
background-color: #F9A6FB;
}
.BgClassName
{
background-color: #F9A6FB;
}
</style>
border-color css
<style>
span { border-color: #F9A6FB; }
span { border-color: rgb(249,166,251); }
td.TdClassName
{
border-color: #F9A6FB;
}
.TagClassName
{
border-color: #F9A6FB;
}
</style>