Shades of Lavender Rose #F9A0FB
Tints of Lavender Rose #F9A0FB
RGB
CMYK
RGB Variations
Color information
#F9A0FB (or 0xF9A0FB) is known color: Lavender Rose. HEX triplet: F9, A0 and FB. RGB value is (249,160,251). Sum of RGB (Red+Green+Blue) = 249+160+251=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9A0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A0FB is #065F04. Grayscale: #C4C4C4. Windows color (decimal): -417541 or 16490745. OLE color: 16490745.
HSL color Cylindrical-coordinate representation of color #F9A0FB: hue angle of 298.68º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0FB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 251 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.02 |
| HSL | 298.68º | 0.92% | 0.81% | - |
| HSV(B) | 298.68º | 0.36% | 0.98% | - |
| XYZ | 69.05 | 52.25 | 97.71 | - |
| YUV | 196.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 251 | 0.01 | 0.36 | 0 | 0.02 | 298.68 | 0.92 | 0.81 |
| Hex | F9 | A0 | FB | 1 | 24 | 0 | 2 | 12B | 5C | 51 |
| Octal | 371 | 240 | 373 | 1 | 44 | 0 | 2 | 453 | 134 | 121 |
| Binary | 11111001 | 10100000 | 11111011 | 1 | 100100 | 0 | 10 | 100101011 | 1011100 | 1010001 |
Color Harmonies of #F9A0FB
Complementary color
Monochromatic Colors of #F9A0FB
Black with #F9A0FB
Text Example
Text Example
White with #F9A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0FB; }
p { color: rgb(249,160,251); }
H1.HeaderClassName
{
color: #F9A0FB;
}
.AnyTagClassName
{
color: #F9A0FB;
}
</style>
background-color css
<style>
a { background-color: #F9A0FB; }
a { background-color: rgb(249,160,251); }
div.DivClassName
{
background-color: #F9A0FB;
}
.BgClassName
{
background-color: #F9A0FB;
}
</style>
border-color css
<style>
span { border-color: #F9A0FB; }
span { border-color: rgb(249,160,251); }
td.TdClassName
{
border-color: #F9A0FB;
}
.TagClassName
{
border-color: #F9A0FB;
}
</style>