COLOR #FCE7B2

HEX: #FCE7B2
RGB: (252,231,178)

Color info

#FCE7B2 contains mainly red and green colors. Web safe color of #FCE7B2 is #FFFF99 (or #FF9).

RGB color model

#FCE7B2 color RGB value is (252,231,178).

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

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 178 of 255 = 70%

252
231
178

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

Portions of RGB colors in percentages

R + G + B =
252 + 231 + 178 = 661 (100%)
R 252 of 661 ~ 38.12%
G 231 of 661 ~ 34.95%
B 178 of 661 ~ 26.93%

%38.12
%34.95
%26.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 29.37%
  • 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
%29.37
%1.18

Codes

Color #FCE7B2 in popluar color models

FCE7B2
RGB252231178
HSL43°92.50%84.31%
HSB/HSV43°29.37%98.82%
CMYK0.00%8.33%29.37%
1.18%

Color #FCE7B2 in popluar number systems.

HEXFCE7B2
Decimal252231178
Binary111111001110011110110010
Octal374347262

Shades and tints

Shades of #FCE7B2

#FCE7B2
(252,231,178)
#E6D2A2
(230,210,162)
#D0BD92
(208,189,146)
#BAA882
(186,168,130)
#A49372
(164,147,114)
#8E7E62
(142,126,98)
#786952
(120,105,82)
#625442
(98,84,66)
#4C3F32
(76,63,50)
#362A22
(54,42,34)
#201512
(32,21,18)
#000000
(0,0,0)

Tints of #FCE7B2

#FCE7B2
(252,231,178)
#FCE9B9
(252,233,185)
#FCEBC0
(252,235,192)
#FCEDC7
(252,237,199)
#FCEFCE
(252,239,206)
#FCF1D5
(252,241,213)
#FCF3DC
(252,243,220)
#FCF5E3
(252,245,227)
#FCF7EA
(252,247,234)
#FCF9F1
(252,249,241)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE7B2; }

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

This text font color is #FCE7B2.


Background Color

.myBgColor { background-color: #FCE7B2; }

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

This div background color is #FCE7B2.


Border color

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

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

This div border color is #FCE7B2.


Opacity

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

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

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

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

This text has shadow with #FCE7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE7B2 on black background.


Color preview on white background

This text has color #FCE7B2 on white background.



Black color preview on #FCE7B2 background

This text has black color on #FCE7B2 background.


White color preview on #FCE7B2 background

This text has white color on #FCE7B2 background.