Color Hex Logo

#fea288 Color Hex

#FEA288
(254,162,136)
0 Favorites   0 Comments

Color spaces of #fea288

RGB 254162136
HSL0.040.980.76
HSV13°46°100°
CMYK 0.000.360.46   0.00
XYZ58.237348.689129.6210
Yxy48.68910.42650.3566
Hunter Lab69.777626.867723.6753
CIE-Lab75.257531.324627.7490

#fea288 color RGB value is (254,162,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 10001000
Octal 376 242 210
Decimal 254 162 136
Hex FE A2 88

RGB Percentages of Color #fea288

%46.01
%29.35
%24.64

CMYK Percentages of Color #fea288

%0
%36
%46
%0

Triadic Colors of #fea288

#fea288 #88fea2 #a288fe

Analogous Colors of #fea288

#fea288 #fedd88 #fe88a9

Monochromatic Colors of #fea288

#fea288

Complementary Color

#fea288 #88e4fe

#fea288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea288 Color CSS Codes

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

#fea288 Text Font Color

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

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


#fea288 Background Color

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

This div background color is #fea288


#fea288 Border Color

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

This div border color is #fea288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea288


Comments

No comments written yet.

Please login to write comment.