#FEA1B2

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

Shades of Illusion #FEA1B2

Tints of Illusion #FEA1B2

Color information

#FEA1B2 (or 0xFEA1B2) is unknown color: approx Illusion. HEX triplet: FE, A1 and B2. RGB value is (254,161,178). Sum of RGB (Red+Green+Blue) = 254+161+178=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1B2 is #015E4D. Grayscale: #BEBEBE. Windows color (decimal): -89678 or 11706878. OLE color: 11706878.

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

Color convert

RGB254161178-
CMYK00.370.300.00
HSL349.03º97.89%81.37%-
HSV(B)349.03º36.61%99.61%-
XYZ61.6549.7748.48-
YUV190.74120.81173.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 161 (63.28% from 255) = 27.15%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=42.83%
G=27.15%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416117800.370.300.00349.0397.8981.37
HexFEA1B20251E015d6251
Octal376241262045360535142121
Binary111111101010000110110010010010111110010101110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1B2; }

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

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

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

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

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

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

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

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