Shades of Lavender Rose #FBA9FB
Tints of Lavender Rose #FBA9FB
RGB
CMYK
RGB Variations
Color information
#FBA9FB (or 0xFBA9FB) is known color: Lavender Rose. HEX triplet: FB, A9 and FB. RGB value is (251,169,251). Sum of RGB (Red+Green+Blue) = 251+169+251=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 169 (66.41% from 255 or 25.19% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9FB is #045604. Grayscale: #CACACA. Windows color (decimal): -284165 or 16493051. OLE color: 16493051.
HSL color Cylindrical-coordinate representation of color #FBA9FB: hue angle of 300º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9FB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 251 | - |
| CMYK | 0 | 0.33 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.82% | - |
| HSV(B) | 300º | 0.33% | 0.98% | - |
| XYZ | 71.38 | 55.85 | 98.28 | - |
| YUV | 202.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 251 | 0 | 0.33 | 0 | 0.02 | 300 | 0.91 | 0.82 |
| Hex | FB | A9 | FB | 0 | 21 | 0 | 2 | 12C | 5B | 52 |
| Octal | 373 | 251 | 373 | 0 | 41 | 0 | 2 | 454 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11111011 | 0 | 100001 | 0 | 10 | 100101100 | 1011011 | 1010010 |
Color Harmonies of #FBA9FB
Complementary color
Monochromatic Colors of #FBA9FB
Black with #FBA9FB
Text Example
Text Example
White with #FBA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9FB; }
p { color: rgb(251,169,251); }
H1.HeaderClassName
{
color: #FBA9FB;
}
.AnyTagClassName
{
color: #FBA9FB;
}
</style>
background-color css
<style>
a { background-color: #FBA9FB; }
a { background-color: rgb(251,169,251); }
div.DivClassName
{
background-color: #FBA9FB;
}
.BgClassName
{
background-color: #FBA9FB;
}
</style>
border-color css
<style>
span { border-color: #FBA9FB; }
span { border-color: rgb(251,169,251); }
td.TdClassName
{
border-color: #FBA9FB;
}
.TagClassName
{
border-color: #FBA9FB;
}
</style>