#FEA0AE

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

Shades of Illusion #FEA0AE

Tints of Illusion #FEA0AE

Color information

#FEA0AE (or 0xFEA0AE) is unknown color: approx Illusion. HEX triplet: FE, A0 and AE. RGB value is (254,160,174). Sum of RGB (Red+Green+Blue) = 254+160+174=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0AE is #015F51. Grayscale: #BDBDBD. Windows color (decimal): -89938 or 11444478. OLE color: 11444478.

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

Color convert

RGB254160174-
CMYK00.370.310.00
HSL351.06º97.92%81.18%-
HSV(B)351.06º37.01%99.61%-
XYZ61.0849.2746.33-
YUV189.7119.14173.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 160 (62.89% from 255) = 27.21%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=43.20%
G=27.21%
B=29.59%

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
Decimal25416017400.370.310.00351.0697.9281.18
HexFEA0AE0251F015f6251
Octal376240256045370537142121
Binary111111101010000010101110010010111111010101111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0AE; }

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

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

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

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

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

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

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

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