Shades of Violet #FE9AFF
Tints of Violet #FE9AFF
RGB
CMYK
RGB Variations
Color information
#FE9AFF (or 0xFE9AFF) is known color: Violet. HEX triplet: FE, 9A and FF. RGB value is (254,154,255). Sum of RGB (Red+Green+Blue) = 254+154+255=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 154 (60.55% from 255 or 23.23% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AFF is #016500. Grayscale: #C3C3C3. Windows color (decimal): -91393 or 16751358. OLE color: 16751358.
HSL color Cylindrical-coordinate representation of color #FE9AFF: hue angle of 299.41º 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 #FE9AFF is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 154 | 255 | - |
| CMYK | 0.00 | 0.40 | 0 | 0 |
| HSL | 299.41º | 1% | 0.8% | - |
| HSV(B) | 299.41º | 0.4% | 1% | - |
| XYZ | 70.48 | 51.4 | 100.81 | - |
| YUV | 195.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 255 | 0.00 | 0.40 | 0 | 0 | 299.41 | 1 | 0.8 |
| Hex | FE | 9A | FF | 0 | 28 | 0 | 0 | 12B | 64 | 50 |
| Octal | 376 | 232 | 377 | 0 | 50 | 0 | 0 | 453 | 144 | 120 |
| Binary | 11111110 | 10011010 | 11111111 | 0 | 101000 | 0 | 0 | 100101011 | 1100100 | 1010000 |
Color Harmonies of #FE9AFF
Complementary color
Monochromatic Colors of #FE9AFF
Black with #FE9AFF
Text Example
Text Example
White with #FE9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AFF; }
p { color: rgb(254,154,255); }
H1.HeaderClassName
{
color: #FE9AFF;
}
.AnyTagClassName
{
color: #FE9AFF;
}
</style>
background-color css
<style>
a { background-color: #FE9AFF; }
a { background-color: rgb(254,154,255); }
div.DivClassName
{
background-color: #FE9AFF;
}
.BgClassName
{
background-color: #FE9AFF;
}
</style>
border-color css
<style>
span { border-color: #FE9AFF; }
span { border-color: rgb(254,154,255); }
td.TdClassName
{
border-color: #FE9AFF;
}
.TagClassName
{
border-color: #FE9AFF;
}
</style>