Shades of Violet #FB9BFA
Tints of Violet #FB9BFA
RGB
CMYK
RGB Variations
Color information
#FB9BFA (or 0xFB9BFA) is known color: Violet. HEX triplet: FB, 9B and FA. RGB value is (251,155,250). Sum of RGB (Red+Green+Blue) = 251+155+250=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 155 (60.94% from 255 or 23.63% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9BFA is #046405. Grayscale: #C2C2C2. Windows color (decimal): -287750 or 16423931. OLE color: 16423931.
HSL color Cylindrical-coordinate representation of color #FB9BFA: hue angle of 300.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9BFA is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 250 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.02 |
| HSL | 300.63º | 0.92% | 0.8% | - |
| HSV(B) | 300.63º | 0.38% | 0.98% | - |
| XYZ | 68.76 | 50.85 | 96.63 | - |
| YUV | 194.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 250 | 0 | 0.38 | 0.00 | 0.02 | 300.63 | 0.92 | 0.8 |
| Hex | FB | 9B | FA | 0 | 26 | 0 | 2 | 12D | 5C | 50 |
| Octal | 373 | 233 | 372 | 0 | 46 | 0 | 2 | 455 | 134 | 120 |
| Binary | 11111011 | 10011011 | 11111010 | 0 | 100110 | 0 | 10 | 100101101 | 1011100 | 1010000 |
Color Harmonies of #FB9BFA
Complementary color
Monochromatic Colors of #FB9BFA
Black with #FB9BFA
Text Example
Text Example
White with #FB9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9BFA; }
p { color: rgb(251,155,250); }
H1.HeaderClassName
{
color: #FB9BFA;
}
.AnyTagClassName
{
color: #FB9BFA;
}
</style>
background-color css
<style>
a { background-color: #FB9BFA; }
a { background-color: rgb(251,155,250); }
div.DivClassName
{
background-color: #FB9BFA;
}
.BgClassName
{
background-color: #FB9BFA;
}
</style>
border-color css
<style>
span { border-color: #FB9BFA; }
span { border-color: rgb(251,155,250); }
td.TdClassName
{
border-color: #FB9BFA;
}
.TagClassName
{
border-color: #FB9BFA;
}
</style>