#FEA2B0

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

Shades of Illusion #FEA2B0

Tints of Illusion #FEA2B0

Color information

#FEA2B0 (or 0xFEA2B0) is unknown color: approx Illusion. HEX triplet: FE, A2 and B0. RGB value is (254,162,176). Sum of RGB (Red+Green+Blue) = 254+162+176=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2B0 is #015D4F. Grayscale: #BFBFBF. Windows color (decimal): -89424 or 11576062. OLE color: 11576062.

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

Color convert

RGB254162176-
CMYK00.360.310.00
HSL350.87º97.87%81.57%-
HSV(B)350.87º36.22%99.61%-
XYZ61.6350.0547.49-
YUV191.1119.48172.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 176 (69.14% from 255) = 29.73%
R=42.91%
G=27.36%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416217600.360.310.00350.8797.8781.57
HexFEA2B00241F015f6252
Octal376242260044370537142122
Binary111111101010001010110000010010011111010101111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2B0; }

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

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

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

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

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

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

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

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