Shades of Lavender Rose #F9B0FA
Tints of Lavender Rose #F9B0FA
RGB
CMYK
RGB Variations
Color information
#F9B0FA (or 0xF9B0FA) is known color: Lavender Rose. HEX triplet: F9, B0 and FA. RGB value is (249,176,250). Sum of RGB (Red+Green+Blue) = 249+176+250=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B0FA is #064F05. Grayscale: #CECECE. Windows color (decimal): -413446 or 16429305. OLE color: 16429305.
HSL color Cylindrical-coordinate representation of color #F9B0FA: hue angle of 299.19º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9B0FA is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 250 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.02 |
| HSL | 299.19º | 0.88% | 0.84% | - |
| HSV(B) | 299.19º | 0.3% | 0.98% | - |
| XYZ | 71.85 | 58.09 | 97.87 | - |
| YUV | 206.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 250 | 0.00 | 0.30 | 0 | 0.02 | 299.19 | 0.88 | 0.84 |
| Hex | F9 | B0 | FA | 0 | 1E | 0 | 2 | 12B | 58 | 54 |
| Octal | 371 | 260 | 372 | 0 | 36 | 0 | 2 | 453 | 130 | 124 |
| Binary | 11111001 | 10110000 | 11111010 | 0 | 11110 | 0 | 10 | 100101011 | 1011000 | 1010100 |
Color Harmonies of #F9B0FA
Complementary color
Monochromatic Colors of #F9B0FA
Black with #F9B0FA
Text Example
Text Example
White with #F9B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0FA; }
p { color: rgb(249,176,250); }
H1.HeaderClassName
{
color: #F9B0FA;
}
.AnyTagClassName
{
color: #F9B0FA;
}
</style>
background-color css
<style>
a { background-color: #F9B0FA; }
a { background-color: rgb(249,176,250); }
div.DivClassName
{
background-color: #F9B0FA;
}
.BgClassName
{
background-color: #F9B0FA;
}
</style>
border-color css
<style>
span { border-color: #F9B0FA; }
span { border-color: rgb(249,176,250); }
td.TdClassName
{
border-color: #F9B0FA;
}
.TagClassName
{
border-color: #F9B0FA;
}
</style>