Shades of Violet #FE9EFF
Tints of Violet #FE9EFF
RGB
CMYK
RGB Variations
Color information
#FE9EFF (or 0xFE9EFF) is known color: Violet. HEX triplet: FE, 9E and FF. RGB value is (254,158,255). Sum of RGB (Red+Green+Blue) = 254+158+255=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 158 (62.11% from 255 or 23.69% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EFF is #016100. Grayscale: #C5C5C5. Windows color (decimal): -90369 or 16752382. OLE color: 16752382.
HSL color Cylindrical-coordinate representation of color #FE9EFF: hue angle of 299.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EFF is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 158 | 255 | - |
| CMYK | 0.00 | 0.38 | 0 | 0 |
| HSL | 299.38º | 1% | 0.81% | - |
| HSV(B) | 299.38º | 0.38% | 1% | - |
| XYZ | 71.15 | 52.74 | 101.04 | - |
| YUV | 197.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 255 | 0.00 | 0.38 | 0 | 0 | 299.38 | 1 | 0.81 |
| Hex | FE | 9E | FF | 0 | 26 | 0 | 0 | 12B | 64 | 51 |
| Octal | 376 | 236 | 377 | 0 | 46 | 0 | 0 | 453 | 144 | 121 |
| Binary | 11111110 | 10011110 | 11111111 | 0 | 100110 | 0 | 0 | 100101011 | 1100100 | 1010001 |
Color Harmonies of #FE9EFF
Complementary color
Monochromatic Colors of #FE9EFF
Black with #FE9EFF
Text Example
Text Example
White with #FE9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EFF; }
p { color: rgb(254,158,255); }
H1.HeaderClassName
{
color: #FE9EFF;
}
.AnyTagClassName
{
color: #FE9EFF;
}
</style>
background-color css
<style>
a { background-color: #FE9EFF; }
a { background-color: rgb(254,158,255); }
div.DivClassName
{
background-color: #FE9EFF;
}
.BgClassName
{
background-color: #FE9EFF;
}
</style>
border-color css
<style>
span { border-color: #FE9EFF; }
span { border-color: rgb(254,158,255); }
td.TdClassName
{
border-color: #FE9EFF;
}
.TagClassName
{
border-color: #FE9EFF;
}
</style>