Shades of Violet #FB96FF
Tints of Violet #FB96FF
RGB
CMYK
RGB Variations
Color information
#FB96FF (or 0xFB96FF) is known color: Violet. HEX triplet: FB, 96 and FF. RGB value is (251,150,255). Sum of RGB (Red+Green+Blue) = 251+150+255=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 150 (58.98% from 255 or 22.87% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB96FF is #046900. Grayscale: #BFBFBF. Windows color (decimal): -289025 or 16750331. OLE color: 16750331.
HSL color Cylindrical-coordinate representation of color #FB96FF: hue angle of 297.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB96FF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 150 | 255 | - |
| CMYK | 0.02 | 0.41 | 0 | 0 |
| HSL | 297.71º | 1% | 0.79% | - |
| HSV(B) | 297.71º | 0.41% | 1% | - |
| XYZ | 68.74 | 49.54 | 100.55 | - |
| YUV | 192.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 255 | 0.02 | 0.41 | 0 | 0 | 297.71 | 1 | 0.79 |
| Hex | FB | 96 | FF | 2 | 29 | 0 | 0 | 12A | 64 | 4F |
| Octal | 373 | 226 | 377 | 2 | 51 | 0 | 0 | 452 | 144 | 117 |
| Binary | 11111011 | 10010110 | 11111111 | 10 | 101001 | 0 | 0 | 100101010 | 1100100 | 1001111 |
Color Harmonies of #FB96FF
Complementary color
Monochromatic Colors of #FB96FF
Black with #FB96FF
Text Example
Text Example
White with #FB96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96FF; }
p { color: rgb(251,150,255); }
H1.HeaderClassName
{
color: #FB96FF;
}
.AnyTagClassName
{
color: #FB96FF;
}
</style>
background-color css
<style>
a { background-color: #FB96FF; }
a { background-color: rgb(251,150,255); }
div.DivClassName
{
background-color: #FB96FF;
}
.BgClassName
{
background-color: #FB96FF;
}
</style>
border-color css
<style>
span { border-color: #FB96FF; }
span { border-color: rgb(251,150,255); }
td.TdClassName
{
border-color: #FB96FF;
}
.TagClassName
{
border-color: #FB96FF;
}
</style>