#FEA2AD

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

Shades of Illusion #FEA2AD

Tints of Illusion #FEA2AD

Color information

#FEA2AD (or 0xFEA2AD) is unknown color: approx Illusion. HEX triplet: FE, A2 and AD. RGB value is (254,162,173). Sum of RGB (Red+Green+Blue) = 254+162+173=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2AD is #015D52. Grayscale: #BEBEBE. Windows color (decimal): -89427 or 11379454. OLE color: 11379454.

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

Color convert

RGB254162173-
CMYK00.360.320.00
HSL352.83º97.87%81.57%-
HSV(B)352.83º36.22%99.61%-
XYZ61.3449.9345.94-
YUV190.76117.98173.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=43.12%
G=27.50%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416217300.360.320.00352.8397.8781.57
HexFEA2AD0242001616252
Octal376242255044400541142122
Binary1111111010100010101011010100100100000010110000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2AD; }

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

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

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

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

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

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

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

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