#FEA1AB

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

Shades of Illusion #FEA1AB

Tints of Illusion #FEA1AB

Color information

#FEA1AB (or 0xFEA1AB) is unknown color: approx Illusion. HEX triplet: FE, A1 and AB. RGB value is (254,161,171). Sum of RGB (Red+Green+Blue) = 254+161+171=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1AB is #015E54. Grayscale: #BEBEBE. Windows color (decimal): -89685 or 11248126. OLE color: 11248126.

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

Color convert

RGB254161171-
CMYK00.370.330.00
HSL353.55º97.89%81.37%-
HSV(B)353.55º36.61%99.61%-
XYZ60.9749.544.87-
YUV189.95117.31173.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=43.34%
G=27.47%
B=29.18%

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
Decimal25416117100.370.330.00353.5597.8981.37
HexFEA1AB0252101626251
Octal376241253045410542142121
Binary1111111010100001101010110100101100001010110001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1AB; }

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

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

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

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

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

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

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

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