Shades of Violet #FE96FE
Tints of Violet #FE96FE
RGB
CMYK
RGB Variations
Color information
#FE96FE (or 0xFE96FE) is known color: Violet. HEX triplet: FE, 96 and FE. RGB value is (254,150,254). Sum of RGB (Red+Green+Blue) = 254+150+254=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 150 (58.98% from 255 or 22.80% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96FE is #016901. Grayscale: #C0C0C0. Windows color (decimal): -92418 or 16684798. OLE color: 16684798.
HSL color Cylindrical-coordinate representation of color #FE96FE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96FE is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 254 | - |
| CMYK | 0 | 0.41 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.79% | - |
| HSV(B) | 300º | 0.41% | 1% | - |
| XYZ | 69.67 | 50.04 | 99.75 | - |
| YUV | 192.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 254 | 0 | 0.41 | 0 | 0.00 | 300 | 0.98 | 0.79 |
| Hex | FE | 96 | FE | 0 | 29 | 0 | 0 | 12C | 62 | 4F |
| Octal | 376 | 226 | 376 | 0 | 51 | 0 | 0 | 454 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11111110 | 0 | 101001 | 0 | 0 | 100101100 | 1100010 | 1001111 |
Color Harmonies of #FE96FE
Complementary color
Monochromatic Colors of #FE96FE
Black with #FE96FE
Text Example
Text Example
White with #FE96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96FE; }
p { color: rgb(254,150,254); }
H1.HeaderClassName
{
color: #FE96FE;
}
.AnyTagClassName
{
color: #FE96FE;
}
</style>
background-color css
<style>
a { background-color: #FE96FE; }
a { background-color: rgb(254,150,254); }
div.DivClassName
{
background-color: #FE96FE;
}
.BgClassName
{
background-color: #FE96FE;
}
</style>
border-color css
<style>
span { border-color: #FE96FE; }
span { border-color: rgb(254,150,254); }
td.TdClassName
{
border-color: #FE96FE;
}
.TagClassName
{
border-color: #FE96FE;
}
</style>