#FEA3AE

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

Shades of Illusion #FEA3AE

Tints of Illusion #FEA3AE

Color information

#FEA3AE (or 0xFEA3AE) is unknown color: approx Illusion. HEX triplet: FE, A3 and AE. RGB value is (254,163,174). Sum of RGB (Red+Green+Blue) = 254+163+174=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3AE is #015C51. Grayscale: #BFBFBF. Windows color (decimal): -89170 or 11445246. OLE color: 11445246.

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

Color convert

RGB254163174-
CMYK00.360.310.00
HSL352.75º97.85%81.76%-
HSV(B)352.75º35.83%99.61%-
XYZ61.6150.3246.51-
YUV191.46118.15172.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=42.98%
G=27.58%
B=29.44%

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
Decimal25416317400.360.310.00352.7597.8581.76
HexFEA3AE0241F01616252
Octal376243256044370541142122
Binary111111101010001110101110010010011111010110000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3AE; }

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

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

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

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

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

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

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

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