COLOR #FCE4B8

HEX: #FCE4B8 RGB: (252,228,184)

Color info

#FCE4B8 contains mainly red and green colors. Web safe color of #FCE4B8 is #FFCCCC (or #FCC).

RGB color model

#FCE4B8 color RGB value is (252,228,184).

RGB: (252,228,184) (99%, 89%, 72%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 184 of 255 = 72%

252
228
184

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

Portions of RGB colors in percentages

R + G + B = 252 + 228 + 184 = 664 (100%)
R 252 of 664 ~ 37.95%
G 228 of 664 ~ 34.34%
B 184 of 664 ~ 27.71'%

%37.95
%34.34
%27.71

CMYK color model

#FCE4B8 color CMYK value is (0,10,27,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 26.98%
  • key color value is 1.18%

CMYK: (0,10,27,1)
C0M10Y27K1 (0%, 10%, 27%, 1%)
(0.00 / 0.10 / 0.27 / 0.01)

CMYK percentages

%0
%9.52
%26.98
%1.18

Codes

Color #FCE4B8 in popluar color models

FC E4 B8
RGB 252 228 184
HSL 39° 91.89% 85.49%
HSB/HSV 39° 26.98% 98.82%
CMYK 0.00% 9.52% 26.98%
1.18%

Color #FCE4B8 in popluar number systems.

HEX FC E4 B8
Decimal 252 228 184
Binary 11111100 11100100 10111000
Octal 374 344 270

Shades and tints

Shades of #FCE4B8

#FCE4B8
(252,228,184)
#E6D0A8
(230,208,168)
#D0BC98
(208,188,152)
#BAA888
(186,168,136)
#A49478
(164,148,120)
#8E8068
(142,128,104)
#786C58
(120,108,88)
#625848
(98,88,72)
#4C4438
(76,68,56)
#363028
(54,48,40)
#201C18
(32,28,24)
#000000
(0,0,0)

Tints of #FCE4B8

#FCE4B8
(252,228,184)
#FCE6BE
(252,230,190)
#FCE8C4
(252,232,196)
#FCEACA
(252,234,202)
#FCECD0
(252,236,208)
#FCEED6
(252,238,214)
#FCF0DC
(252,240,220)
#FCF2E2
(252,242,226)
#FCF4E8
(252,244,232)
#FCF6EE
(252,246,238)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE4B8; }

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

This text font color is #FCE4B8.

Background Color

.myBgColor { background-color: #FCE4B8; }

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

This div background color is #FCE4B8.

Border color

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

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

This div border color is #FCE4B8.

Opacity

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

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

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

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

This text has shadow with #FCE4B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE4B8.

Preview

Color preview on black background

This text has color #FCE4B8 on black background.


Color preview on white background

This text has color #FCE4B8 on white background.


Black color preview on #FCE4B8 background

This text has black color on #FCE4B8 background.


White color preview on #FCE4B8 background

This text has white color on #FCE4B8 background.


Related colors

Complementary color

Complementary color for #hex is #031B47.


I love getcolorcode.com

Triadic colors

1 #B8FCE4 and #E4B8FC with #FCE4B8 are triadic colors.

2 #B8E4FC and #E4FCB8 with #FCE4B8 are triadic colors.