Shades of Lavender Rose #FBA3FA
Tints of Lavender Rose #FBA3FA
RGB
CMYK
RGB Variations
Color information
#FBA3FA (or 0xFBA3FA) is known color: Lavender Rose. HEX triplet: FB, A3 and FA. RGB value is (251,163,250). Sum of RGB (Red+Green+Blue) = 251+163+250=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 163 (64.06% from 255 or 24.55% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3FA is #045C05. Grayscale: #C6C6C6. Windows color (decimal): -285702 or 16425979. OLE color: 16425979.
HSL color Cylindrical-coordinate representation of color #FBA3FA: hue angle of 300.68º 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 #FBA3FA is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 250 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.02 |
| HSL | 300.68º | 0.92% | 0.81% | - |
| HSV(B) | 300.68º | 0.35% | 0.98% | - |
| XYZ | 70.14 | 53.61 | 97.09 | - |
| YUV | 199.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 250 | 0 | 0.35 | 0.00 | 0.02 | 300.68 | 0.92 | 0.81 |
| Hex | FB | A3 | FA | 0 | 23 | 0 | 2 | 12D | 5C | 51 |
| Octal | 373 | 243 | 372 | 0 | 43 | 0 | 2 | 455 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11111010 | 0 | 100011 | 0 | 10 | 100101101 | 1011100 | 1010001 |
Color Harmonies of #FBA3FA
Complementary color
Monochromatic Colors of #FBA3FA
Black with #FBA3FA
Text Example
Text Example
White with #FBA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3FA; }
p { color: rgb(251,163,250); }
H1.HeaderClassName
{
color: #FBA3FA;
}
.AnyTagClassName
{
color: #FBA3FA;
}
</style>
background-color css
<style>
a { background-color: #FBA3FA; }
a { background-color: rgb(251,163,250); }
div.DivClassName
{
background-color: #FBA3FA;
}
.BgClassName
{
background-color: #FBA3FA;
}
</style>
border-color css
<style>
span { border-color: #FBA3FA; }
span { border-color: rgb(251,163,250); }
td.TdClassName
{
border-color: #FBA3FA;
}
.TagClassName
{
border-color: #FBA3FA;
}
</style>