#FEA3B1

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

Shades of Illusion #FEA3B1

Tints of Illusion #FEA3B1

Color information

#FEA3B1 (or 0xFEA3B1) is unknown color: approx Illusion. HEX triplet: FE, A3 and B1. RGB value is (254,163,177). Sum of RGB (Red+Green+Blue) = 254+163+177=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3B1 is #015C4E. Grayscale: #BFBFBF. Windows color (decimal): -89167 or 11641854. OLE color: 11641854.

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

Color convert

RGB254163177-
CMYK00.360.300.00
HSL350.77º97.85%81.76%-
HSV(B)350.77º35.83%99.61%-
XYZ61.9150.4448.07-
YUV191.8119.65172.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 163 (64.06% from 255) = 27.44%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=42.76%
G=27.44%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416317700.360.300.00350.7797.8581.76
HexFEA3B10241E015f6252
Octal376243261044360537142122
Binary111111101010001110110001010010011110010101111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3B1; }

 p { color: rgb(254,163,177); }

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

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

 a { background-color: rgb(254,163,177); }

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

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

 span { border-color: rgb(254,163,177); }

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