COLOR #FCE89D

HEX: #FCE89D RGB: (252,232,157)

Color info

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

RGB color model

#FCE89D color RGB value is (252,232,157).

RGB: (252,232,157) (99%, 91%, 62%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 157 of 255 = 62%

252
232
157

R + G + B ~ 84%. #FCE89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 232 + 157 = 641 (100%)
R 252 of 641 ~ 39.31%
G 232 of 641 ~ 36.19%
B 157 of 641 ~ 24.49'%

%39.31
%36.19
%24.49

CMYK color model

#FCE89D color CMYK value is (0,8,38,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 37.70%
  • key color value is 1.18%

CMYK: (0,8,38,1)
C0M8Y38K1 (0%, 8%, 38%, 1%)
(0.00 / 0.08 / 0.38 / 0.01)

CMYK percentages

%0
%7.94
%37.7
%1.18

Codes

Color #FCE89D in popluar color models

FC E8 9D
RGB 252 232 157
HSL 47° 94.06% 80.20%
HSB/HSV 47° 37.70% 98.82%
CMYK 0.00% 7.94% 37.70%
1.18%

Color #FCE89D in popluar number systems.

HEX FC E8 9D
Decimal 252 232 157
Binary 11111100 11101000 10011101
Octal 374 350 235

Shades and tints

Shades of #FCE89D

#FCE89D
(252,232,157)
#E6D38F
(230,211,143)
#D0BE81
(208,190,129)
#BAA973
(186,169,115)
#A49465
(164,148,101)
#8E7F57
(142,127,87)
#786A49
(120,106,73)
#62553B
(98,85,59)
#4C402D
(76,64,45)
#362B1F
(54,43,31)
#201611
(32,22,17)
#000000
(0,0,0)

Tints of #FCE89D

#FCE89D
(252,232,157)
#FCEAA5
(252,234,165)
#FCECAD
(252,236,173)
#FCEEB5
(252,238,181)
#FCF0BD
(252,240,189)
#FCF2C5
(252,242,197)
#FCF4CD
(252,244,205)
#FCF6D5
(252,246,213)
#FCF8DD
(252,248,221)
#FCFAE5
(252,250,229)
#FCFCED
(252,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE89D; }

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

This text font color is #FCE89D.

Background Color

.myBgColor { background-color: #FCE89D; }

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

This div background color is #FCE89D.

Border color

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

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

This div border color is #FCE89D.

Opacity

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

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

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

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

This text has shadow with #FCE89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE89D.

Preview

Color preview on black background

This text has color #FCE89D on black background.


Color preview on white background

This text has color #FCE89D on white background.


Black color preview on #FCE89D background

This text has black color on #FCE89D background.


White color preview on #FCE89D background

This text has white color on #FCE89D background.


Related colors

Complementary color

Complementary color for #hex is #031762.


I love getcolorcode.com

Triadic colors

1 #9DFCE8 and #E89DFC with #FCE89D are triadic colors.

2 #9DE8FC and #E8FC9D with #FCE89D are triadic colors.