#FEA0AA

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

Shades of Illusion #FEA0AA

Tints of Illusion #FEA0AA

Color information

#FEA0AA (or 0xFEA0AA) is unknown color: approx Illusion. HEX triplet: FE, A0 and AA. RGB value is (254,160,170). Sum of RGB (Red+Green+Blue) = 254+160+170=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0AA is #015F55. Grayscale: #BDBDBD. Windows color (decimal): -89942 or 11182334. OLE color: 11182334.

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

Color convert

RGB254160170-
CMYK00.370.330.00
HSL353.62º97.92%81.18%-
HSV(B)353.62º37.01%99.61%-
XYZ60.749.1144.31-
YUV189.25117.14174.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=43.49%
G=27.40%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416017000.370.330.00353.6297.9281.18
HexFEA0AA0252101626251
Octal376240252045410542142121
Binary1111111010100000101010100100101100001010110001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0AA; }

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

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

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

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

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

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

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

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