#FE96AE

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

Shades of Illusion #FE96AE

Tints of Illusion #FE96AE

Color information

#FE96AE (or 0xFE96AE) is unknown color: approx Illusion. HEX triplet: FE, 96 and AE. RGB value is (254,150,174). Sum of RGB (Red+Green+Blue) = 254+150+174=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96AE is #016951. Grayscale: #B7B7B7. Windows color (decimal): -92498 or 11441918. OLE color: 11441918.

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

Color convert

RGB254150174-
CMYK00.410.310.00
HSL346.15º98.11%79.22%-
HSV(B)346.15º40.94%99.61%-
XYZ59.4245.9445.78-
YUV183.83122.46178.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=43.94%
G=25.95%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415017400.410.310.00346.1598.1179.22
HexFE96AE0291F015a624f
Octal376226256051370532142117
Binary111111101001011010101110010100111111010101101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96AE; }

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

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

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

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

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

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

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

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