Shades of Violet #FBA0FF
Tints of Violet #FBA0FF
RGB
CMYK
RGB Variations
Color information
#FBA0FF (or 0xFBA0FF) is known color: Violet. HEX triplet: FB, A0 and FF. RGB value is (251,160,255). Sum of RGB (Red+Green+Blue) = 251+160+255=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 160 (62.89% from 255 or 24.02% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0FF is #045F00. Grayscale: #C5C5C5. Windows color (decimal): -286465 or 16752891. OLE color: 16752891.
HSL color Cylindrical-coordinate representation of color #FBA0FF: hue angle of 297.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA0FF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 160 | 255 | - |
| CMYK | 0.02 | 0.37 | 0 | 0 |
| HSL | 297.47º | 1% | 0.81% | - |
| HSV(B) | 297.47º | 0.37% | 1% | - |
| XYZ | 70.4 | 52.87 | 101.1 | - |
| YUV | 198.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 255 | 0.02 | 0.37 | 0 | 0 | 297.47 | 1 | 0.81 |
| Hex | FB | A0 | FF | 2 | 25 | 0 | 0 | 129 | 64 | 51 |
| Octal | 373 | 240 | 377 | 2 | 45 | 0 | 0 | 451 | 144 | 121 |
| Binary | 11111011 | 10100000 | 11111111 | 10 | 100101 | 0 | 0 | 100101001 | 1100100 | 1010001 |
Color Harmonies of #FBA0FF
Complementary color
Monochromatic Colors of #FBA0FF
Black with #FBA0FF
Text Example
Text Example
White with #FBA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0FF; }
p { color: rgb(251,160,255); }
H1.HeaderClassName
{
color: #FBA0FF;
}
.AnyTagClassName
{
color: #FBA0FF;
}
</style>
background-color css
<style>
a { background-color: #FBA0FF; }
a { background-color: rgb(251,160,255); }
div.DivClassName
{
background-color: #FBA0FF;
}
.BgClassName
{
background-color: #FBA0FF;
}
</style>
border-color css
<style>
span { border-color: #FBA0FF; }
span { border-color: rgb(251,160,255); }
td.TdClassName
{
border-color: #FBA0FF;
}
.TagClassName
{
border-color: #FBA0FF;
}
</style>