Shades of Lavender Rose #FBA2F9
Tints of Lavender Rose #FBA2F9
RGB
CMYK
RGB Variations
Color information
#FBA2F9 (or 0xFBA2F9) is known color: Lavender Rose. HEX triplet: FB, A2 and F9. RGB value is (251,162,249). Sum of RGB (Red+Green+Blue) = 251+162+249=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 162 (63.67% from 255 or 24.47% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2F9 is #045D06. Grayscale: #C6C6C6. Windows color (decimal): -285959 or 16360187. OLE color: 16360187.
HSL color Cylindrical-coordinate representation of color #FBA2F9: hue angle of 301.35º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2F9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 249 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.02 |
| HSL | 301.35º | 0.92% | 0.81% | - |
| HSV(B) | 301.35º | 0.35% | 0.98% | - |
| XYZ | 69.8 | 53.19 | 96.21 | - |
| YUV | 198.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 249 | 0 | 0.35 | 0.01 | 0.02 | 301.35 | 0.92 | 0.81 |
| Hex | FB | A2 | F9 | 0 | 23 | 1 | 2 | 12D | 5C | 51 |
| Octal | 373 | 242 | 371 | 0 | 43 | 1 | 2 | 455 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11111001 | 0 | 100011 | 1 | 10 | 100101101 | 1011100 | 1010001 |
Color Harmonies of #FBA2F9
Complementary color
Monochromatic Colors of #FBA2F9
Black with #FBA2F9
Text Example
Text Example
White with #FBA2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2F9; }
p { color: rgb(251,162,249); }
H1.HeaderClassName
{
color: #FBA2F9;
}
.AnyTagClassName
{
color: #FBA2F9;
}
</style>
background-color css
<style>
a { background-color: #FBA2F9; }
a { background-color: rgb(251,162,249); }
div.DivClassName
{
background-color: #FBA2F9;
}
.BgClassName
{
background-color: #FBA2F9;
}
</style>
border-color css
<style>
span { border-color: #FBA2F9; }
span { border-color: rgb(251,162,249); }
td.TdClassName
{
border-color: #FBA2F9;
}
.TagClassName
{
border-color: #FBA2F9;
}
</style>