Shades of Violet #FE9AFC
Tints of Violet #FE9AFC
RGB
CMYK
RGB Variations
Color information
#FE9AFC (or 0xFE9AFC) is known color: Violet. HEX triplet: FE, 9A and FC. RGB value is (254,154,252). Sum of RGB (Red+Green+Blue) = 254+154+252=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 154 (60.55% from 255 or 23.33% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AFC is #016503. Grayscale: #C2C2C2. Windows color (decimal): -91396 or 16554750. OLE color: 16554750.
HSL color Cylindrical-coordinate representation of color #FE9AFC: hue angle of 301.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AFC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 252 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.00 |
| HSL | 301.2º | 0.98% | 0.8% | - |
| HSV(B) | 301.2º | 0.39% | 1% | - |
| XYZ | 70 | 51.21 | 98.29 | - |
| YUV | 195.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 252 | 0 | 0.39 | 0.01 | 0.00 | 301.2 | 0.98 | 0.8 |
| Hex | FE | 9A | FC | 0 | 27 | 1 | 0 | 12D | 62 | 50 |
| Octal | 376 | 232 | 374 | 0 | 47 | 1 | 0 | 455 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11111100 | 0 | 100111 | 1 | 0 | 100101101 | 1100010 | 1010000 |
Color Harmonies of #FE9AFC
Complementary color
Monochromatic Colors of #FE9AFC
Black with #FE9AFC
Text Example
Text Example
White with #FE9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AFC; }
p { color: rgb(254,154,252); }
H1.HeaderClassName
{
color: #FE9AFC;
}
.AnyTagClassName
{
color: #FE9AFC;
}
</style>
background-color css
<style>
a { background-color: #FE9AFC; }
a { background-color: rgb(254,154,252); }
div.DivClassName
{
background-color: #FE9AFC;
}
.BgClassName
{
background-color: #FE9AFC;
}
</style>
border-color css
<style>
span { border-color: #FE9AFC; }
span { border-color: rgb(254,154,252); }
td.TdClassName
{
border-color: #FE9AFC;
}
.TagClassName
{
border-color: #FE9AFC;
}
</style>