Color Hex Logo

#fea59f Color Hex

#FEA59F
(254,165,159)
0 Favorites   0 Comments

Color spaces of #fea59f

RGB 254165159
HSL0.010.980.81
HSV37°100°
CMYK 0.000.350.37   0.00
XYZ60.586250.484339.3521
Yxy50.48430.40280.3356
Hunter Lab71.052327.865216.8990
CIE-Lab76.365632.182916.7889

#fea59f color RGB value is (254,165,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 10011111
Octal 376 245 237
Decimal 254 165 159
Hex FE A5 9F

RGB Percentages of Color #fea59f

%43.94
%28.55
%27.51

CMYK Percentages of Color #fea59f

%0
%35
%37
%0

Triadic Colors of #fea59f

#fea59f #9ffea5 #a59ffe

Analogous Colors of #fea59f

#fea59f #fed59f #fe9fc9

Monochromatic Colors of #fea59f

#fea59f

Complementary Color

#fea59f #9ff8fe

#fea59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea59f Color CSS Codes

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

#fea59f Text Font Color

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

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


#fea59f Background Color

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

This div background color is #fea59f


#fea59f Border Color

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

This div border color is #fea59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea59f

#fea59f Color Palettes


Comments

No comments written yet.

Please login to write comment.