Color Hex Logo

#fea299 Color Hex

#FEA299
(254,162,153)
0 Favorites   0 Comments

Color spaces of #fea299

RGB 254162153
HSL0.010.980.80
HSV40°100°
CMYK 0.000.360.40   0.00
XYZ59.543249.211436.4975
Yxy49.21140.40990.3388
Hunter Lab70.150828.744718.2587
CIE-Lab75.582733.073918.9706

#fea299 color RGB value is (254,162,153).

#fea299 hex color red value is 254, green value is 162 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fea299 hue: 0.01 , saturation: 0.98 and the lightness value of fea299 is 0.80.

The process color (four color CMYK) of #fea299 color hex is 0.00, 0.36, 0.40, 0.00. Web safe color of #fea299 is #ff9999. Color #fea299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 10011001
Octal 376 242 231
Decimal 254 162 153
Hex FE A2 99

RGB Percentages of Color #fea299

%44.64
%28.47
%26.89

CMYK Percentages of Color #fea299

%0
%36
%40
%0

Triadic Colors of #fea299

#fea299 #99fea2 #a299fe

Analogous Colors of #fea299

#fea299 #fed599 #fe99c3

Monochromatic Colors of #fea299

#fea299

Complementary Color

#fea299 #99f5fe

#fea299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea299 Color CSS Codes

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

#fea299 Text Font Color

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

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


#fea299 Background Color

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

This div background color is #fea299


#fea299 Border Color

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

This div border color is #fea299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea299

Related Colors


Comments

No comments written yet.

Please login to write comment.