COLOR #FCE2AA

HEX: #FCE2AA
RGB: (252,226,170)

Color info

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

RGB color model

#FCE2AA color RGB value is (252,226,170).

  • red value is 252;
  • green value is 226;
  • blue value is 170.
RGB:
(252,226,170)
(99%,89%,67%)

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 170 of 255 = 67%

252
226
170

R + G + B ~ 85%. #FCE2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 226 + 170 = 648 (100%)
R 252 of 648 ~ 38.89%
G 226 of 648 ~ 34.88%
B 170 of 648 ~ 26.23%

%38.89
%34.88
%26.23

CMYK color model

#FCE2AA color CMYK value is (0,10,33,1).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 32.54%
  • key color value is 1.18%
CMYK:
(0,10,33,1)
C0M10Y33K1 
(0%,10%,33%,1%)
(0.00/0.10/0.33/0.01)	

CMYK percentages

%0
%10.32
%32.54
%1.18

Codes

Color #FCE2AA in popluar color models

FCE2AA
RGB252226170
HSL41°93.18%82.75%
HSB/HSV41°32.54%98.82%
CMYK0.00%10.32%32.54%
1.18%

Color #FCE2AA in popluar number systems.

HEXFCE2AA
Decimal252226170
Binary111111001110001010101010
Octal374342252

Shades and tints

Shades of #FCE2AA

#FCE2AA
(252,226,170)
#E6CE9B
(230,206,155)
#D0BA8C
(208,186,140)
#BAA67D
(186,166,125)
#A4926E
(164,146,110)
#8E7E5F
(142,126,95)
#786A50
(120,106,80)
#625641
(98,86,65)
#4C4232
(76,66,50)
#362E23
(54,46,35)
#201A14
(32,26,20)
#000000
(0,0,0)

Tints of #FCE2AA

#FCE2AA
(252,226,170)
#FCE4B1
(252,228,177)
#FCE6B8
(252,230,184)
#FCE8BF
(252,232,191)
#FCEAC6
(252,234,198)
#FCECCD
(252,236,205)
#FCEED4
(252,238,212)
#FCF0DB
(252,240,219)
#FCF2E2
(252,242,226)
#FCF4E9
(252,244,233)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE2AA color. Also use rgb(252,226,170) instead hex code.

Text Font Color

.myTextColor { color: #FCE2AA; }

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

This text font color is #FCE2AA.


Background Color

.myBgColor { background-color: #FCE2AA; }

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

This div background color is #FCE2AA.


Border color

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

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

This div border color is #FCE2AA.


Opacity

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

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

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

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

This text has shadow with #FCE2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE2AA on black background.


Color preview on white background

This text has color #FCE2AA on white background.



Black color preview on #FCE2AA background

This text has black color on #FCE2AA background.


White color preview on #FCE2AA background

This text has white color on #FCE2AA background.