COLOR #FCE895

HEX: #FCE895
RGB: (252,232,149)

Color info

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

RGB color model

#FCE895 color RGB value is (252,232,149).

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

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 149 of 255 = 58%

252
232
149

R + G + B ~ 83%. #FCE895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 149 = 633 (100%)
R 252 of 633 ~ 39.81%
G 232 of 633 ~ 36.65%
B 149 of 633 ~ 23.54%

%39.81
%36.65
%23.54

CMYK color model

#FCE895 color CMYK value is (0,8,41,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 40.87%
  • key color value is 1.18%
CMYK:
(0,8,41,1)
C0M8Y41K1 
(0%,8%,41%,1%)
(0.00/0.08/0.41/0.01)	

CMYK percentages

%0
%7.94
%40.87
%1.18

Codes

Color #FCE895 in popluar color models

FCE895
RGB252232149
HSL48°94.50%78.63%
HSB/HSV48°40.87%98.82%
CMYK0.00%7.94%40.87%
1.18%

Color #FCE895 in popluar number systems.

HEXFCE895
Decimal252232149
Binary111111001110100010010101
Octal374350225

Shades and tints

Shades of #FCE895

#FCE895
(252,232,149)
#E6D388
(230,211,136)
#D0BE7B
(208,190,123)
#BAA96E
(186,169,110)
#A49461
(164,148,97)
#8E7F54
(142,127,84)
#786A47
(120,106,71)
#62553A
(98,85,58)
#4C402D
(76,64,45)
#362B20
(54,43,32)
#201613
(32,22,19)
#000000
(0,0,0)

Tints of #FCE895

#FCE895
(252,232,149)
#FCEA9E
(252,234,158)
#FCECA7
(252,236,167)
#FCEEB0
(252,238,176)
#FCF0B9
(252,240,185)
#FCF2C2
(252,242,194)
#FCF4CB
(252,244,203)
#FCF6D4
(252,246,212)
#FCF8DD
(252,248,221)
#FCFAE6
(252,250,230)
#FCFCEF
(252,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE895; }

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

This text font color is #FCE895.


Background Color

.myBgColor { background-color: #FCE895; }

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

This div background color is #FCE895.


Border color

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

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

This div border color is #FCE895.


Opacity

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

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

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

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

This text has shadow with #FCE895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE895 on black background.


Color preview on white background

This text has color #FCE895 on white background.



Black color preview on #FCE895 background

This text has black color on #FCE895 background.


White color preview on #FCE895 background

This text has white color on #FCE895 background.