COLOR #FCE9B8

HEX: #FCE9B8
RGB: (252,233,184)

Color info

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

RGB color model

#FCE9B8 color RGB value is (252,233,184).

  • red value is 252;
  • green value is 233;
  • blue value is 184.
RGB:
(252,233,184)
(99%,91%,72%)

RGB channels and saturation

R 252 of 255 = 99%
G 233 of 255 = 91%
B 184 of 255 = 72%

252
233
184

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

Portions of RGB colors in percentages

R + G + B =
252 + 233 + 184 = 669 (100%)
R 252 of 669 ~ 37.67%
G 233 of 669 ~ 34.83%
B 184 of 669 ~ 27.5%

%37.67
%34.83
%27.5

CMYK color model

#FCE9B8 color CMYK value is (0,8,27,1).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 26.98%
  • key color value is 1.18%
CMYK:
(0,8,27,1)
C0M8Y27K1 
(0%,8%,27%,1%)
(0.00/0.08/0.27/0.01)	

CMYK percentages

%0
%7.54
%26.98
%1.18

Codes

Color #FCE9B8 in popluar color models

FCE9B8
RGB252233184
HSL43°91.89%85.49%
HSB/HSV43°26.98%98.82%
CMYK0.00%7.54%26.98%
1.18%

Color #FCE9B8 in popluar number systems.

HEXFCE9B8
Decimal252233184
Binary111111001110100110111000
Octal374351270

Shades and tints

Shades of #FCE9B8

#FCE9B8
(252,233,184)
#E6D4A8
(230,212,168)
#D0BF98
(208,191,152)
#BAAA88
(186,170,136)
#A49578
(164,149,120)
#8E8068
(142,128,104)
#786B58
(120,107,88)
#625648
(98,86,72)
#4C4138
(76,65,56)
#362C28
(54,44,40)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCE9B8

#FCE9B8
(252,233,184)
#FCEBBE
(252,235,190)
#FCEDC4
(252,237,196)
#FCEFCA
(252,239,202)
#FCF1D0
(252,241,208)
#FCF3D6
(252,243,214)
#FCF5DC
(252,245,220)
#FCF7E2
(252,247,226)
#FCF9E8
(252,249,232)
#FCFBEE
(252,251,238)
#FCFDF4
(252,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE9B8 color. Also use rgb(252,233,184) instead hex code.

Text Font Color

.myTextColor { color: #FCE9B8; }

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

This text font color is #FCE9B8.


Background Color

.myBgColor { background-color: #FCE9B8; }

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

This div background color is #FCE9B8.


Border color

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

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

This div border color is #FCE9B8.


Opacity

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

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

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

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

This text has shadow with #FCE9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE9B8 on black background.


Color preview on white background

This text has color #FCE9B8 on white background.



Black color preview on #FCE9B8 background

This text has black color on #FCE9B8 background.


White color preview on #FCE9B8 background

This text has white color on #FCE9B8 background.