COLOR #FEA886

HEX: #FEA886
RGB: (254,168,134)

Color info

#FEA886 contains mainly red color. Web safe color of #FEA886 is #FF9999 (or #F99).

RGB color model

#FEA886 color RGB value is (254,168,134).

  • red value is 254;
  • green value is 168;
  • blue value is 134.
RGB:
(254,168,134)
(100%,66%,53%)

RGB channels and saturation

R 254 of 255 = 100%
G 168 of 255 = 66%
B 134 of 255 = 53%

254
168
134

R + G + B ~ 73%. #FEA886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 168 + 134 = 556 (100%)
R 254 of 556 ~ 45.68%
G 168 of 556 ~ 30.22%
B 134 of 556 ~ 24.1%

%45.68
%30.22
%24.1

CMYK color model

#FEA886 color CMYK value is (0,34,47,0).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 47.24%
  • key color value is 0.39%
CMYK:
(0,34,47,0)
C0M34Y47K0 
(0%,34%,47%,0%)
(0.00/0.34/0.47/0.00)	

CMYK percentages

%0
%33.86
%47.24
%0.39

Codes

Color #FEA886 in popluar color models

FEA886
RGB254168134
HSL17°98.36%76.08%
HSB/HSV17°47.24%99.61%
CMYK0.00%33.86%47.24%
0.39%

Color #FEA886 in popluar number systems.

HEXFEA886
Decimal254168134
Binary111111101010100010000110
Octal376250206

Shades and tints

Shades of #FEA886

#FEA886
(254,168,134)
#E7997A
(231,153,122)
#D08A6E
(208,138,110)
#B97B62
(185,123,98)
#A26C56
(162,108,86)
#8B5D4A
(139,93,74)
#744E3E
(116,78,62)
#5D3F32
(93,63,50)
#463026
(70,48,38)
#2F211A
(47,33,26)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #FEA886

#FEA886
(254,168,134)
#FEAF91
(254,175,145)
#FEB69C
(254,182,156)
#FEBDA7
(254,189,167)
#FEC4B2
(254,196,178)
#FECBBD
(254,203,189)
#FED2C8
(254,210,200)
#FED9D3
(254,217,211)
#FEE0DE
(254,224,222)
#FEE7E9
(254,231,233)
#FEEEF4
(254,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA886 color. Also use rgb(254,168,134) instead hex code.

Text Font Color

.myTextColor { color: #FEA886; }

<p style="color:#FEA886">This sample text font color is #FEA886.</p>

This text font color is #FEA886.


Background Color

.myBgColor { background-color: #FEA886; }

<div style="background-color:#FEA886">Inner text</div>

This div background color is #FEA886.


Border color

.myBorderColor { border: 1px solid #FEA886; }

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

This div border color is #FEA886.


Opacity

.myOpacity80 { color: #FEA886; opacity: 0.8; }

<p style="color:#FEA886;opacity:0.8;">80%</p>

Text with #FEA886 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FEA886;}

<p style="text-shadow: 3px 3px 1px #FEA886">Text here.</p>

This text has shadow with #FEA886 color.

.textShadow {text-shadow: 3px 3px 1px #FEA886, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FEA886, 5px 5px 20px red">Text here.</p>

This text has shadow with #FEA886 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEA886, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FEA886, Direction=45, Strength=4)">Text</p>

This text has shadow with #FEA886 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FEA886;
  -webkit-box-shadow:	1px 1px 3px 2px #FEA886;
  box-shadow:		1px 1px 3px 2px #FEA886;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEA886;
-webkit-box-shadow: 1px 1px 3px 2px #FEA886;
box-shadow:1px 1px 3px 2px #FEA886;">
Div content here</div>
This div box has shadow with color #FEA886.

Preview

Color preview on black background

This text has color #FEA886 on black background.


Color preview on white background

This text has color #FEA886 on white background.



Black color preview on #FEA886 background

This text has black color on #FEA886 background.


White color preview on #FEA886 background

This text has white color on #FEA886 background.