Shades of Lavender Rose #F9B6FA
Tints of Lavender Rose #F9B6FA
RGB
CMYK
RGB Variations
Color information
#F9B6FA (or 0xF9B6FA) is known color: Lavender Rose. HEX triplet: F9, B6 and FA. RGB value is (249,182,250). Sum of RGB (Red+Green+Blue) = 249+182+250=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 182 (71.48% from 255 or 26.73% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9B6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B6FA is #064905. Grayscale: #D1D1D1. Windows color (decimal): -411910 or 16430841. OLE color: 16430841.
HSL color Cylindrical-coordinate representation of color #F9B6FA: hue angle of 299.12º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B6FA is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 182 | 250 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.02 |
| HSL | 299.12º | 0.87% | 0.85% | - |
| HSV(B) | 299.12º | 0.27% | 0.98% | - |
| XYZ | 73.05 | 60.5 | 98.27 | - |
| YUV | 209.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 182 | 250 | 0.00 | 0.27 | 0 | 0.02 | 299.12 | 0.87 | 0.85 |
| Hex | F9 | B6 | FA | 0 | 1B | 0 | 2 | 12B | 57 | 55 |
| Octal | 371 | 266 | 372 | 0 | 33 | 0 | 2 | 453 | 127 | 125 |
| Binary | 11111001 | 10110110 | 11111010 | 0 | 11011 | 0 | 10 | 100101011 | 1010111 | 1010101 |
Color Harmonies of #F9B6FA
Complementary color
Monochromatic Colors of #F9B6FA
Black with #F9B6FA
Text Example
Text Example
White with #F9B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B6FA; }
p { color: rgb(249,182,250); }
H1.HeaderClassName
{
color: #F9B6FA;
}
.AnyTagClassName
{
color: #F9B6FA;
}
</style>
background-color css
<style>
a { background-color: #F9B6FA; }
a { background-color: rgb(249,182,250); }
div.DivClassName
{
background-color: #F9B6FA;
}
.BgClassName
{
background-color: #F9B6FA;
}
</style>
border-color css
<style>
span { border-color: #F9B6FA; }
span { border-color: rgb(249,182,250); }
td.TdClassName
{
border-color: #F9B6FA;
}
.TagClassName
{
border-color: #F9B6FA;
}
</style>