#FEA5AB

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

Shades of Illusion #FEA5AB

Tints of Illusion #FEA5AB

Color information

#FEA5AB (or 0xFEA5AB) is unknown color: approx Illusion. HEX triplet: FE, A5 and AB. RGB value is (254,165,171). Sum of RGB (Red+Green+Blue) = 254+165+171=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5AB is #015A54. Grayscale: #C0C0C0. Windows color (decimal): -88661 or 11249150. OLE color: 11249150.

HSL color Cylindrical-coordinate representation of color #FEA5AB: hue angle of 355.96º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5AB is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254165171-
CMYK00.350.330.00
HSL355.96º97.8%82.16%-
HSV(B)355.96º35.04%99.61%-
XYZ61.6850.9245.11-
YUV192.3115.99172.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=43.05%
G=27.97%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416517100.350.330.00355.9697.882.16
HexFEA5AB0232101646252
Octal376245253043410544142122
Binary1111111010100101101010110100011100001010110010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5AB; }

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

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

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

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

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

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

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

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