COLOR #FECAA0

HEX: #FECAA0
RGB: (254,202,160)

Color info

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

RGB color model

#FECAA0 color RGB value is (254,202,160).

  • red value is 254;
  • green value is 202;
  • blue value is 160.
RGB: (254,202,160) (100%,79%,63%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 160 of 255 = 63%

254
202
160

R + G + B ~ 81%. #FECAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 202 + 160 = 616 (100%)
R 254 of 616 ~ 41.23%
G 202 of 616 ~ 32.79%
B 160 of 616 ~ 25.97%

%41.23
%32.79
%25.97

CMYK color model

#FECAA0 color CMYK value is (0,20,37,0).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 37.01%
  • key color value is 0.39%
CMYK: (0,20,37,0) C0M20Y37K0 (0%,20%,37%,0%) (0.00/0.20/0.37/0.00)

CMYK percentages

%0
%20.47
%37.01
%0.39

Codes

Color #FECAA0 in popluar color models

FECAA0
RGB254202160
HSL27°97.92%81.18%
HSB/HSV27°37.01%99.61%
CMYK0.00%20.47%37.01%
0.39%

Color #FECAA0 in popluar number systems.

HEXFECAA0
Decimal254202160
Binary111111101100101010100000
Octal376312240

Shades and tints

Shades of #FECAA0

#FECAA0
(254,202,160)
#E7B892
(231,184,146)
#D0A684
(208,166,132)
#B99476
(185,148,118)
#A28268
(162,130,104)
#8B705A
(139,112,90)
#745E4C
(116,94,76)
#5D4C3E
(93,76,62)
#463A30
(70,58,48)
#2F2822
(47,40,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #FECAA0

#FECAA0
(254,202,160)
#FECEA8
(254,206,168)
#FED2B0
(254,210,176)
#FED6B8
(254,214,184)
#FEDAC0
(254,218,192)
#FEDEC8
(254,222,200)
#FEE2D0
(254,226,208)
#FEE6D8
(254,230,216)
#FEEAE0
(254,234,224)
#FEEEE8
(254,238,232)
#FEF2F0
(254,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECAA0 color. Also use rgb(254,202,160) instead hex code.

Text Font Color

.myTextColor { color: #FECAA0; }

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

This text font color is #FECAA0.


Background Color

.myBgColor { background-color: #FECAA0; }

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

This div background color is #FECAA0.


Border color

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

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

This div border color is #FECAA0.


Opacity

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

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

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

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

This text has shadow with #FECAA0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FECAA0 on black background.


Color preview on white background

This text has color #FECAA0 on white background.



Black color preview on #FECAA0 background

This text has black color on #FECAA0 background.


White color preview on #FECAA0 background

This text has white color on #FECAA0 background.