#FE9CFE

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

Shades of Violet #FE9CFE

Tints of Violet #FE9CFE

Color information

#FE9CFE (or 0xFE9CFE) is unknown color: approx Violet. HEX triplet: FE, 9C and FE. RGB value is (254,156,254). Sum of RGB (Red+Green+Blue) = 254+156+254=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 156 (61.33% from 255 or 23.49% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CFE is #016301. Grayscale: #C4C4C4. Windows color (decimal): -90882 or 16686334. OLE color: 16686334.

HSL color Cylindrical-coordinate representation of color #FE9CFE: hue angle of 300º 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 #FE9CFE is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB254156254-
CMYK00.3900.00
HSL300º98%80.39%-
HSV(B)300º38.58%99.61%-
XYZ70.6552100.08-
YUV196.47160.47169.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 156 (61.33% from 255) = 23.49%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=38.25%
G=23.49%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415625400.3900.003009880.39
HexFE9CFE0270012c6250
Octal37623437604700454142120
Binary11111110100111001111111001001110010010110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CFE; }

 p { color: rgb(254,156,254); }

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

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

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

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

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

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

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