Shades of Violet #FE98FC
Tints of Violet #FE98FC
RGB
CMYK
RGB Variations
Color information
#FE98FC (or 0xFE98FC) is known color: Violet. HEX triplet: FE, 98 and FC. RGB value is (254,152,252). Sum of RGB (Red+Green+Blue) = 254+152+252=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 152 (59.77% from 255 or 23.10% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE98FC is #016703. Grayscale: #C1C1C1. Windows color (decimal): -91908 or 16554238. OLE color: 16554238.
HSL color Cylindrical-coordinate representation of color #FE98FC: hue angle of 301.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE98FC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 252 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.00 |
| HSL | 301.18º | 0.98% | 0.8% | - |
| HSV(B) | 301.18º | 0.4% | 1% | - |
| XYZ | 69.67 | 50.56 | 98.18 | - |
| YUV | 193.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 252 | 0 | 0.40 | 0.01 | 0.00 | 301.18 | 0.98 | 0.8 |
| Hex | FE | 98 | FC | 0 | 28 | 1 | 0 | 12D | 62 | 50 |
| Octal | 376 | 230 | 374 | 0 | 50 | 1 | 0 | 455 | 142 | 120 |
| Binary | 11111110 | 10011000 | 11111100 | 0 | 101000 | 1 | 0 | 100101101 | 1100010 | 1010000 |
Color Harmonies of #FE98FC
Complementary color
Monochromatic Colors of #FE98FC
Black with #FE98FC
Text Example
Text Example
White with #FE98FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98FC; }
p { color: rgb(254,152,252); }
H1.HeaderClassName
{
color: #FE98FC;
}
.AnyTagClassName
{
color: #FE98FC;
}
</style>
background-color css
<style>
a { background-color: #FE98FC; }
a { background-color: rgb(254,152,252); }
div.DivClassName
{
background-color: #FE98FC;
}
.BgClassName
{
background-color: #FE98FC;
}
</style>
border-color css
<style>
span { border-color: #FE98FC; }
span { border-color: rgb(254,152,252); }
td.TdClassName
{
border-color: #FE98FC;
}
.TagClassName
{
border-color: #FE98FC;
}
</style>