COLOR #FCE891

HEX: #FCE891
RGB: (252,232,145)

Color info

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

RGB color model

#FCE891 color RGB value is (252,232,145).

  • red value is 252;
  • green value is 232;
  • blue value is 145.
RGB:
(252,232,145)
(99%,91%,57%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 145 of 255 = 57%

252
232
145

R + G + B ~ 82%. #FCE891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 145 = 629 (100%)
R 252 of 629 ~ 40.06%
G 232 of 629 ~ 36.88%
B 145 of 629 ~ 23.05%

%40.06
%36.88
%23.05

CMYK color model

#FCE891 color CMYK value is (0,8,42,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 42.46%
  • key color value is 1.18%
CMYK:
(0,8,42,1)
C0M8Y42K1 
(0%,8%,42%,1%)
(0.00/0.08/0.42/0.01)	

CMYK percentages

%0
%7.94
%42.46
%1.18

Codes

Color #FCE891 in popluar color models

FCE891
RGB252232145
HSL49°94.69%77.84%
HSB/HSV49°42.46%98.82%
CMYK0.00%7.94%42.46%
1.18%

Color #FCE891 in popluar number systems.

HEXFCE891
Decimal252232145
Binary111111001110100010010001
Octal374350221

Shades and tints

Shades of #FCE891

#FCE891
(252,232,145)
#E6D384
(230,211,132)
#D0BE77
(208,190,119)
#BAA96A
(186,169,106)
#A4945D
(164,148,93)
#8E7F50
(142,127,80)
#786A43
(120,106,67)
#625536
(98,85,54)
#4C4029
(76,64,41)
#362B1C
(54,43,28)
#20160F
(32,22,15)
#000000
(0,0,0)

Tints of #FCE891

#FCE891
(252,232,145)
#FCEA9B
(252,234,155)
#FCECA5
(252,236,165)
#FCEEAF
(252,238,175)
#FCF0B9
(252,240,185)
#FCF2C3
(252,242,195)
#FCF4CD
(252,244,205)
#FCF6D7
(252,246,215)
#FCF8E1
(252,248,225)
#FCFAEB
(252,250,235)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE891 color. Also use rgb(252,232,145) instead hex code.

Text Font Color

.myTextColor { color: #FCE891; }

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

This text font color is #FCE891.


Background Color

.myBgColor { background-color: #FCE891; }

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

This div background color is #FCE891.


Border color

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

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

This div border color is #FCE891.


Opacity

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

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

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

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

This text has shadow with #FCE891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE891 on black background.


Color preview on white background

This text has color #FCE891 on white background.



Black color preview on #FCE891 background

This text has black color on #FCE891 background.


White color preview on #FCE891 background

This text has white color on #FCE891 background.