Shades of Violet #FB9EFE
Tints of Violet #FB9EFE
RGB
CMYK
RGB Variations
Color information
#FB9EFE (or 0xFB9EFE) is known color: Violet. HEX triplet: FB, 9E and FE. RGB value is (251,158,254). Sum of RGB (Red+Green+Blue) = 251+158+254=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9EFE is #046101. Grayscale: #C4C4C4. Windows color (decimal): -286978 or 16686843. OLE color: 16686843.
HSL color Cylindrical-coordinate representation of color #FB9EFE: hue angle of 298.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9EFE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 158 | 254 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.00 |
| HSL | 298.13º | 0.98% | 0.81% | - |
| HSV(B) | 298.13º | 0.38% | 1% | - |
| XYZ | 69.9 | 52.12 | 100.14 | - |
| YUV | 196.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 254 | 0.01 | 0.38 | 0 | 0.00 | 298.13 | 0.98 | 0.81 |
| Hex | FB | 9E | FE | 1 | 26 | 0 | 0 | 12A | 62 | 51 |
| Octal | 373 | 236 | 376 | 1 | 46 | 0 | 0 | 452 | 142 | 121 |
| Binary | 11111011 | 10011110 | 11111110 | 1 | 100110 | 0 | 0 | 100101010 | 1100010 | 1010001 |
Color Harmonies of #FB9EFE
Complementary color
Monochromatic Colors of #FB9EFE
Black with #FB9EFE
Text Example
Text Example
White with #FB9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EFE; }
p { color: rgb(251,158,254); }
H1.HeaderClassName
{
color: #FB9EFE;
}
.AnyTagClassName
{
color: #FB9EFE;
}
</style>
background-color css
<style>
a { background-color: #FB9EFE; }
a { background-color: rgb(251,158,254); }
div.DivClassName
{
background-color: #FB9EFE;
}
.BgClassName
{
background-color: #FB9EFE;
}
</style>
border-color css
<style>
span { border-color: #FB9EFE; }
span { border-color: rgb(251,158,254); }
td.TdClassName
{
border-color: #FB9EFE;
}
.TagClassName
{
border-color: #FB9EFE;
}
</style>