COLOR #FEC9A9

HEX: #FEC9A9
RGB: (254,201,169)

Color info

#FEC9A9 contains mainly red and green colors. Web safe color of #FEC9A9 is #FFCC99 (or #FC9).

RGB color model

#FEC9A9 color RGB value is (254,201,169).

  • red value is 254;
  • green value is 201;
  • blue value is 169.
RGB:
(254,201,169)
(100%,79%,66%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 169 of 255 = 66%

254
201
169

R + G + B ~ 82%. #FEC9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 201 + 169 = 624 (100%)
R 254 of 624 ~ 40.71%
G 201 of 624 ~ 32.21%
B 169 of 624 ~ 27.08%

%40.71
%32.21
%27.08

CMYK color model

#FEC9A9 color CMYK value is (0,21,33,0).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 33.46%
  • key color value is 0.39%
CMYK:
(0,21,33,0)
C0M21Y33K0 
(0%,21%,33%,0%)
(0.00/0.21/0.33/0.00)	

CMYK percentages

%0
%20.87
%33.46
%0.39

Codes

Color #FEC9A9 in popluar color models

FEC9A9
RGB254201169
HSL23°97.70%82.94%
HSB/HSV23°33.46%99.61%
CMYK0.00%20.87%33.46%
0.39%

Color #FEC9A9 in popluar number systems.

HEXFEC9A9
Decimal254201169
Binary111111101100100110101001
Octal376311251

Shades and tints

Shades of #FEC9A9

#FEC9A9
(254,201,169)
#E7B79A
(231,183,154)
#D0A58B
(208,165,139)
#B9937C
(185,147,124)
#A2816D
(162,129,109)
#8B6F5E
(139,111,94)
#745D4F
(116,93,79)
#5D4B40
(93,75,64)
#463931
(70,57,49)
#2F2722
(47,39,34)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #FEC9A9

#FEC9A9
(254,201,169)
#FECDB0
(254,205,176)
#FED1B7
(254,209,183)
#FED5BE
(254,213,190)
#FED9C5
(254,217,197)
#FEDDCC
(254,221,204)
#FEE1D3
(254,225,211)
#FEE5DA
(254,229,218)
#FEE9E1
(254,233,225)
#FEEDE8
(254,237,232)
#FEF1EF
(254,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC9A9 color. Also use rgb(254,201,169) instead hex code.

Text Font Color

.myTextColor { color: #FEC9A9; }

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

This text font color is #FEC9A9.


Background Color

.myBgColor { background-color: #FEC9A9; }

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

This div background color is #FEC9A9.


Border color

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

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

This div border color is #FEC9A9.


Opacity

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

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

Text with #FEC9A9 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 #FEC9A9;}

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

This text has shadow with #FEC9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC9A9 on black background.


Color preview on white background

This text has color #FEC9A9 on white background.



Black color preview on #FEC9A9 background

This text has black color on #FEC9A9 background.


White color preview on #FEC9A9 background

This text has white color on #FEC9A9 background.