Color Hex Logo

#fea096 Color Hex

#FEA096
(254,160,150)
0 Favorites   0 Comments

Color spaces of #fea096

RGB 254160150
HSL0.020.980.79
HSV41°100°
CMYK 0.000.370.41   0.00
XYZ58.948948.414535.0921
Yxy48.41450.41380.3399
Hunter Lab69.580529.460018.8042
CIE-Lab75.085633.788219.9203

#fea096 color RGB value is (254,160,150).

#fea096 hex color red value is 254, green value is 160 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fea096 hue: 0.02 , saturation: 0.98 and the lightness value of fea096 is 0.79.

The process color (four color CMYK) of #fea096 color hex is 0.00, 0.37, 0.41, 0.00. Web safe color of #fea096 is #ff9999. Color #fea096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 10010110
Octal 376 240 226
Decimal 254 160 150
Hex FE A0 96

RGB Percentages of Color #fea096

%45.04
%28.37
%26.60

CMYK Percentages of Color #fea096

%0
%37
%41
%0

Triadic Colors of #fea096

#fea096 #96fea0 #a096fe

Analogous Colors of #fea096

#fea096 #fed496 #fe96c0

Monochromatic Colors of #fea096

#fea096

Complementary Color

#fea096 #96f4fe

#fea096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea096 Color CSS Codes

.mybgcolor {background-color:#fea096; } 
.myforecolor {color:#fea096; }
.mybordercolor {border:3px solid #fea096; }

#fea096 Text Font Color

<p style="color:#fea096">Text here</p>

This sample text font color is #fea096
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fea096 Background Color

<div style="background-color:#fea096">
Div content here</div>

This div background color is #fea096


#fea096 Border Color

<div style="border:3px solid #fea096">
Div here</div>

This div border color is #fea096


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,160,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fea096; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fea096;
  -webkit-box-shadow: 1px 1px 3px 2px #fea096;
  box-shadow:         1px 1px 3px 2px #fea096; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,160,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fea096">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fea096;
  -webkit-box-shadow: 1px 1px 3px 2px #fea096;
  box-shadow:         1px 1px 3px 2px #fea096;">
Div content here</div>

This div box has shadow with color #fea096


Comments

No comments written yet.

Please login to write comment.