#FEA0AB

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

Shades of Illusion #FEA0AB

Tints of Illusion #FEA0AB

Color information

#FEA0AB (or 0xFEA0AB) is unknown color: approx Illusion. HEX triplet: FE, A0 and AB. RGB value is (254,160,171). Sum of RGB (Red+Green+Blue) = 254+160+171=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0AB is #015F54. Grayscale: #BDBDBD. Windows color (decimal): -89941 or 11247870. OLE color: 11247870.

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

Color convert

RGB254160171-
CMYK00.370.330.00
HSL352.98º97.92%81.18%-
HSV(B)352.98º37.01%99.61%-
XYZ60.7949.1544.81-
YUV189.36117.64174.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=43.42%
G=27.35%
B=29.23%

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
Decimal25416017100.370.330.00352.9897.9281.18
HexFEA0AB0252101616251
Octal376240253045410541142121
Binary1111111010100000101010110100101100001010110000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0AB; }

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

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

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

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

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

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

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

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