#FE8EFA

Color #FE8EFA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #FE8EFA

Tints of Violet #FE8EFA

Color information

#FE8EFA (or 0xFE8EFA) is unknown color: approx Violet. HEX triplet: FE, 8E and FA. RGB value is (254,142,250). Sum of RGB (Red+Green+Blue) = 254+142+250=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 142 (55.86% from 255 or 21.98% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EFA is #017105. Grayscale: #BBBBBB. Windows color (decimal): -94470 or 16420606. OLE color: 16420606.

HSL color Cylindrical-coordinate representation of color #FE8EFA: hue angle of 302.14º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EFA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254142250-
CMYK00.440.020.00
HSL302.14º98.25%77.65%-
HSV(B)302.14º44.09%99.61%-
XYZ67.847.3296-
YUV187.8163.11175.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 142 (55.86% from 255) = 21.98%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=39.32%
G=21.98%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414225000.440.020.00302.1498.2577.65
HexFE8EFA02C2012e624e
Octal37621637205420456142116
Binary111111101000111011111010010110010010010111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8EFA; }

 p { color: rgb(254,142,250); }

 H1.HeaderClassName
 {
   color: #FE8EFA;
 }
 .AnyTagClassName
 {
   color: #FE8EFA;
 }
</style>
background-color css

<style>
 a { background-color: #FE8EFA; }

 a { background-color: rgb(254,142,250); }

 div.DivClassName
 {
   background-color: #FE8EFA;
 }
 .BgClassName
 {
   background-color: #FE8EFA;
 }
</style>
border-color css

<style>
 span { border-color: #FE8EFA; }

 span { border-color: rgb(254,142,250); }

 td.TdClassName
 {
   border-color: #FE8EFA;
 }
 .TagClassName
 {
   border-color: #FE8EFA;
 }
</style>