#FE96FA

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

Shades of Violet #FE96FA

Tints of Violet #FE96FA

Color information

#FE96FA (or 0xFE96FA) is unknown color: approx Violet. HEX triplet: FE, 96 and FA. RGB value is (254,150,250). Sum of RGB (Red+Green+Blue) = 254+150+250=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 150 (58.98% from 255 or 22.94% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96FA is #016905. Grayscale: #C0C0C0. Windows color (decimal): -92422 or 16422654. OLE color: 16422654.

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

Color convert

RGB254150250-
CMYK00.410.020.00
HSL302.31º98.11%79.22%-
HSV(B)302.31º40.94%99.61%-
XYZ69.0349.7996.41-
YUV192.5160.46171.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 150 (58.98% from 255) = 22.94%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=38.84%
G=22.94%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415025000.410.020.00302.3198.1179.22
HexFE96FA0292012e624f
Octal37622637205120456142117
Binary111111101001011011111010010100110010010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96FA; }

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

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

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

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

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

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

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

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