#FEA2AE

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

Shades of Illusion #FEA2AE

Tints of Illusion #FEA2AE

Color information

#FEA2AE (or 0xFEA2AE) is unknown color: approx Illusion. HEX triplet: FE, A2 and AE. RGB value is (254,162,174). Sum of RGB (Red+Green+Blue) = 254+162+174=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2AE is #015D51. Grayscale: #BEBEBE. Windows color (decimal): -89426 or 11444990. OLE color: 11444990.

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

Color convert

RGB254162174-
CMYK00.360.310.00
HSL352.17º97.87%81.57%-
HSV(B)352.17º36.22%99.61%-
XYZ61.4349.9746.45-
YUV190.88118.48173.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=43.05%
G=27.46%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416217400.360.310.00352.1797.8781.57
HexFEA2AE0241F01606252
Octal376242256044370540142122
Binary111111101010001010101110010010011111010110000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2AE; }

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

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

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

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

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

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

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

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