Shades of Violet #FE96FB
Tints of Violet #FE96FB
RGB
CMYK
RGB Variations
Color information
#FE96FB (or 0xFE96FB) is known color: Violet. HEX triplet: FE, 96 and FB. RGB value is (254,150,251). Sum of RGB (Red+Green+Blue) = 254+150+251=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 150 (58.98% from 255 or 22.90% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96FB is #016904. Grayscale: #C0C0C0. Windows color (decimal): -92421 or 16488190. OLE color: 16488190.
HSL color Cylindrical-coordinate representation of color #FE96FB: hue angle of 301.73º 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 #FE96FB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 251 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.00 |
| HSL | 301.73º | 0.98% | 0.79% | - |
| HSV(B) | 301.73º | 0.41% | 1% | - |
| XYZ | 69.19 | 49.85 | 97.24 | - |
| YUV | 192.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 251 | 0 | 0.41 | 0.01 | 0.00 | 301.73 | 0.98 | 0.79 |
| Hex | FE | 96 | FB | 0 | 29 | 1 | 0 | 12E | 62 | 4F |
| Octal | 376 | 226 | 373 | 0 | 51 | 1 | 0 | 456 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11111011 | 0 | 101001 | 1 | 0 | 100101110 | 1100010 | 1001111 |
Color Harmonies of #FE96FB
Complementary color
Monochromatic Colors of #FE96FB
Black with #FE96FB
Text Example
Text Example
White with #FE96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96FB; }
p { color: rgb(254,150,251); }
H1.HeaderClassName
{
color: #FE96FB;
}
.AnyTagClassName
{
color: #FE96FB;
}
</style>
background-color css
<style>
a { background-color: #FE96FB; }
a { background-color: rgb(254,150,251); }
div.DivClassName
{
background-color: #FE96FB;
}
.BgClassName
{
background-color: #FE96FB;
}
</style>
border-color css
<style>
span { border-color: #FE96FB; }
span { border-color: rgb(254,150,251); }
td.TdClassName
{
border-color: #FE96FB;
}
.TagClassName
{
border-color: #FE96FB;
}
</style>