#FEA1AE

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

Shades of Illusion #FEA1AE

Tints of Illusion #FEA1AE

Color information

#FEA1AE (or 0xFEA1AE) is unknown color: approx Illusion. HEX triplet: FE, A1 and AE. RGB value is (254,161,174). Sum of RGB (Red+Green+Blue) = 254+161+174=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1AE is #015E51. Grayscale: #BEBEBE. Windows color (decimal): -89682 or 11444734. OLE color: 11444734.

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

Color convert

RGB254161174-
CMYK00.370.310.00
HSL351.61º97.89%81.37%-
HSV(B)351.61º36.61%99.61%-
XYZ61.2649.6246.39-
YUV190.29118.81173.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=43.12%
G=27.33%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416117400.370.310.00351.6197.8981.37
HexFEA1AE0251F01606251
Octal376241256045370540142121
Binary111111101010000110101110010010111111010110000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1AE; }

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

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

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

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

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

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

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

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