Shades of Violet #FE98FA
Tints of Violet #FE98FA
RGB
CMYK
RGB Variations
Color information
#FE98FA (or 0xFE98FA) is known color: Violet. HEX triplet: FE, 98 and FA. RGB value is (254,152,250). Sum of RGB (Red+Green+Blue) = 254+152+250=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 152 (59.77% from 255 or 23.17% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE98FA is #016705. Grayscale: #C1C1C1. Windows color (decimal): -91910 or 16423166. OLE color: 16423166.
HSL color Cylindrical-coordinate representation of color #FE98FA: hue angle of 302.35º 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 #FE98FA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 250 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.00 |
| HSL | 302.35º | 0.98% | 0.8% | - |
| HSV(B) | 302.35º | 0.4% | 1% | - |
| XYZ | 69.36 | 50.43 | 96.52 | - |
| YUV | 193.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 250 | 0 | 0.40 | 0.02 | 0.00 | 302.35 | 0.98 | 0.8 |
| Hex | FE | 98 | FA | 0 | 28 | 2 | 0 | 12E | 62 | 50 |
| Octal | 376 | 230 | 372 | 0 | 50 | 2 | 0 | 456 | 142 | 120 |
| Binary | 11111110 | 10011000 | 11111010 | 0 | 101000 | 10 | 0 | 100101110 | 1100010 | 1010000 |
Color Harmonies of #FE98FA
Complementary color
Monochromatic Colors of #FE98FA
Black with #FE98FA
Text Example
Text Example
White with #FE98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98FA; }
p { color: rgb(254,152,250); }
H1.HeaderClassName
{
color: #FE98FA;
}
.AnyTagClassName
{
color: #FE98FA;
}
</style>
background-color css
<style>
a { background-color: #FE98FA; }
a { background-color: rgb(254,152,250); }
div.DivClassName
{
background-color: #FE98FA;
}
.BgClassName
{
background-color: #FE98FA;
}
</style>
border-color css
<style>
span { border-color: #FE98FA; }
span { border-color: rgb(254,152,250); }
td.TdClassName
{
border-color: #FE98FA;
}
.TagClassName
{
border-color: #FE98FA;
}
</style>