COLOR #FCE7B4

HEX: #FCE7B4
RGB: (252,231,180)

Color info

#FCE7B4 contains mainly red and green colors. Web safe color of #FCE7B4 is #FFFFCC (or #FFC).

RGB color model

#FCE7B4 color RGB value is (252,231,180).

  • red value is 252;
  • green value is 231;
  • blue value is 180.
RGB:
(252,231,180)
(99%,91%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 180 of 255 = 71%

252
231
180

R + G + B ~ 87%. #FCE7B4 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 231 + 180 = 663 (100%)
R 252 of 663 ~ 38.01%
G 231 of 663 ~ 34.84%
B 180 of 663 ~ 27.15%

%38.01
%34.84
%27.15

CMYK color model

#FCE7B4 color CMYK value is (0,8,29,1).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 28.57%
  • key color value is 1.18%
CMYK:
(0,8,29,1)
C0M8Y29K1 
(0%,8%,29%,1%)
(0.00/0.08/0.29/0.01)	

CMYK percentages

%0
%8.33
%28.57
%1.18

Codes

Color #FCE7B4 in popluar color models

FCE7B4
RGB252231180
HSL43°92.31%84.71%
HSB/HSV43°28.57%98.82%
CMYK0.00%8.33%28.57%
1.18%

Color #FCE7B4 in popluar number systems.

HEXFCE7B4
Decimal252231180
Binary111111001110011110110100
Octal374347264

Shades and tints

Shades of #FCE7B4

#FCE7B4
(252,231,180)
#E6D2A4
(230,210,164)
#D0BD94
(208,189,148)
#BAA884
(186,168,132)
#A49374
(164,147,116)
#8E7E64
(142,126,100)
#786954
(120,105,84)
#625444
(98,84,68)
#4C3F34
(76,63,52)
#362A24
(54,42,36)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FCE7B4

#FCE7B4
(252,231,180)
#FCE9BA
(252,233,186)
#FCEBC0
(252,235,192)
#FCEDC6
(252,237,198)
#FCEFCC
(252,239,204)
#FCF1D2
(252,241,210)
#FCF3D8
(252,243,216)
#FCF5DE
(252,245,222)
#FCF7E4
(252,247,228)
#FCF9EA
(252,249,234)
#FCFBF0
(252,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE7B4 color. Also use rgb(252,231,180) instead hex code.

Text Font Color

.myTextColor { color: #FCE7B4; }

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

This text font color is #FCE7B4.


Background Color

.myBgColor { background-color: #FCE7B4; }

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

This div background color is #FCE7B4.


Border color

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

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

This div border color is #FCE7B4.


Opacity

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

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

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

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

This text has shadow with #FCE7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE7B4 on black background.


Color preview on white background

This text has color #FCE7B4 on white background.



Black color preview on #FCE7B4 background

This text has black color on #FCE7B4 background.


White color preview on #FCE7B4 background

This text has white color on #FCE7B4 background.