Color Hex Logo

#fea995 Color Hex

#FEA995
(254,169,149)
0 Favorites   0 Comments

Color spaces of #fea995

RGB 254169149
HSL0.030.980.79
HSV11°41°100°
CMYK 0.000.330.41   0.00
XYZ60.485851.616735.2088
Yxy51.61670.41060.3504
Hunter Lab71.844824.550121.2352
CIE-Lab77.051128.990323.1572

#fea995 color RGB value is (254,169,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 10010101
Octal 376 251 225
Decimal 254 169 149
Hex FE A9 95

RGB Percentages of Color #fea995

%44.41
%29.55
%26.05

CMYK Percentages of Color #fea995

%0
%33
%41
%0

Triadic Colors of #fea995

#fea995 #95fea9 #a995fe

Analogous Colors of #fea995

#fea995 #fede95 #fe95b6

Monochromatic Colors of #fea995

#fea995

Complementary Color

#fea995 #95eafe

#fea995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea995 Color CSS Codes

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

#fea995 Text Font Color

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

This sample text font color is #fea995
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.


#fea995 Background Color

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

This div background color is #fea995


#fea995 Border Color

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

This div border color is #fea995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea995

Related Colors


Comments

No comments written yet.

Please login to write comment.