Shades of Violet #FE98FF
Tints of Violet #FE98FF
RGB
CMYK
RGB Variations
Color information
#FE98FF (or 0xFE98FF) is known color: Violet. HEX triplet: FE, 98 and FF. RGB value is (254,152,255). Sum of RGB (Red+Green+Blue) = 254+152+255=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 152 (59.77% from 255 or 23.00% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE98FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE98FF is #016700. Grayscale: #C1C1C1. Windows color (decimal): -91905 or 16750846. OLE color: 16750846.
HSL color Cylindrical-coordinate representation of color #FE98FF: hue angle of 299.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE98FF is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 152 | 255 | - |
| CMYK | 0.00 | 0.40 | 0 | 0 |
| HSL | 299.42º | 1% | 0.8% | - |
| HSV(B) | 299.42º | 0.4% | 1% | - |
| XYZ | 70.15 | 50.75 | 100.71 | - |
| YUV | 194.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 255 | 0.00 | 0.40 | 0 | 0 | 299.42 | 1 | 0.8 |
| Hex | FE | 98 | FF | 0 | 28 | 0 | 0 | 12B | 64 | 50 |
| Octal | 376 | 230 | 377 | 0 | 50 | 0 | 0 | 453 | 144 | 120 |
| Binary | 11111110 | 10011000 | 11111111 | 0 | 101000 | 0 | 0 | 100101011 | 1100100 | 1010000 |
Color Harmonies of #FE98FF
Complementary color
Monochromatic Colors of #FE98FF
Black with #FE98FF
Text Example
Text Example
White with #FE98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98FF; }
p { color: rgb(254,152,255); }
H1.HeaderClassName
{
color: #FE98FF;
}
.AnyTagClassName
{
color: #FE98FF;
}
</style>
background-color css
<style>
a { background-color: #FE98FF; }
a { background-color: rgb(254,152,255); }
div.DivClassName
{
background-color: #FE98FF;
}
.BgClassName
{
background-color: #FE98FF;
}
</style>
border-color css
<style>
span { border-color: #FE98FF; }
span { border-color: rgb(254,152,255); }
td.TdClassName
{
border-color: #FE98FF;
}
.TagClassName
{
border-color: #FE98FF;
}
</style>