COLOR #FCE5B0

HEX: #FCE5B0
RGB: (252,229,176)

Color info

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

RGB color model

#FCE5B0 color RGB value is (252,229,176).

  • red value is 252;
  • green value is 229;
  • blue value is 176.
RGB:
(252,229,176)
(99%,90%,69%)

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 176 of 255 = 69%

252
229
176

R + G + B ~ 86%. #FCE5B0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 229 + 176 = 657 (100%)
R 252 of 657 ~ 38.36%
G 229 of 657 ~ 34.86%
B 176 of 657 ~ 26.79%

%38.36
%34.86
%26.79

CMYK color model

#FCE5B0 color CMYK value is (0,9,30,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(0,9,30,1)
C0M9Y30K1 
(0%,9%,30%,1%)
(0.00/0.09/0.30/0.01)	

CMYK percentages

%0
%9.13
%30.16
%1.18

Codes

Color #FCE5B0 in popluar color models

FCE5B0
RGB252229176
HSL42°92.68%83.92%
HSB/HSV42°30.16%98.82%
CMYK0.00%9.13%30.16%
1.18%

Color #FCE5B0 in popluar number systems.

HEXFCE5B0
Decimal252229176
Binary111111001110010110110000
Octal374345260

Shades and tints

Shades of #FCE5B0

#FCE5B0
(252,229,176)
#E6D1A0
(230,209,160)
#D0BD90
(208,189,144)
#BAA980
(186,169,128)
#A49570
(164,149,112)
#8E8160
(142,129,96)
#786D50
(120,109,80)
#625940
(98,89,64)
#4C4530
(76,69,48)
#363120
(54,49,32)
#201D10
(32,29,16)
#000000
(0,0,0)

Tints of #FCE5B0

#FCE5B0
(252,229,176)
#FCE7B7
(252,231,183)
#FCE9BE
(252,233,190)
#FCEBC5
(252,235,197)
#FCEDCC
(252,237,204)
#FCEFD3
(252,239,211)
#FCF1DA
(252,241,218)
#FCF3E1
(252,243,225)
#FCF5E8
(252,245,232)
#FCF7EF
(252,247,239)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE5B0 color. Also use rgb(252,229,176) instead hex code.

Text Font Color

.myTextColor { color: #FCE5B0; }

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

This text font color is #FCE5B0.


Background Color

.myBgColor { background-color: #FCE5B0; }

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

This div background color is #FCE5B0.


Border color

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

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

This div border color is #FCE5B0.


Opacity

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

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

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

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

This text has shadow with #FCE5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5B0 on black background.


Color preview on white background

This text has color #FCE5B0 on white background.



Black color preview on #FCE5B0 background

This text has black color on #FCE5B0 background.


White color preview on #FCE5B0 background

This text has white color on #FCE5B0 background.