Shades of Violet #FE9AFB
Tints of Violet #FE9AFB
RGB
CMYK
RGB Variations
Color information
#FE9AFB (or 0xFE9AFB) is known color: Violet. HEX triplet: FE, 9A and FB. RGB value is (254,154,251). Sum of RGB (Red+Green+Blue) = 254+154+251=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 154 (60.55% from 255 or 23.37% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AFB is #016504. Grayscale: #C2C2C2. Windows color (decimal): -91397 or 16489214. OLE color: 16489214.
HSL color Cylindrical-coordinate representation of color #FE9AFB: hue angle of 301.8º 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 #FE9AFB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 251 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.00 |
| HSL | 301.8º | 0.98% | 0.8% | - |
| HSV(B) | 301.8º | 0.39% | 1% | - |
| XYZ | 69.84 | 51.15 | 97.46 | - |
| YUV | 194.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 251 | 0 | 0.39 | 0.01 | 0.00 | 301.8 | 0.98 | 0.8 |
| Hex | FE | 9A | FB | 0 | 27 | 1 | 0 | 12E | 62 | 50 |
| Octal | 376 | 232 | 373 | 0 | 47 | 1 | 0 | 456 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11111011 | 0 | 100111 | 1 | 0 | 100101110 | 1100010 | 1010000 |
Color Harmonies of #FE9AFB
Complementary color
Monochromatic Colors of #FE9AFB
Black with #FE9AFB
Text Example
Text Example
White with #FE9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AFB; }
p { color: rgb(254,154,251); }
H1.HeaderClassName
{
color: #FE9AFB;
}
.AnyTagClassName
{
color: #FE9AFB;
}
</style>
background-color css
<style>
a { background-color: #FE9AFB; }
a { background-color: rgb(254,154,251); }
div.DivClassName
{
background-color: #FE9AFB;
}
.BgClassName
{
background-color: #FE9AFB;
}
</style>
border-color css
<style>
span { border-color: #FE9AFB; }
span { border-color: rgb(254,154,251); }
td.TdClassName
{
border-color: #FE9AFB;
}
.TagClassName
{
border-color: #FE9AFB;
}
</style>