COLOR #FCE5BA

HEX: #FCE5BA RGB: (252,229,186)

Color info

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

RGB color model

#FCE5BA color RGB value is (252,229,186).

RGB: (252,229,186) (99%, 90%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 186 of 255 = 73%

252
229
186

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

Portions of RGB colors in percentages

R + G + B = 252 + 229 + 186 = 667 (100%)
R 252 of 667 ~ 37.78%
G 229 of 667 ~ 34.33%
B 186 of 667 ~ 27.89'%

%37.78
%34.33
%27.89

CMYK color model

#FCE5BA color CMYK value is (0,9,26,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 26.19%
  • key color value is 1.18%
CMYK: (0,9,26,1) C0M9Y26K1 (0%,9%,26%,1%) (0.00/0.09/0.26/0.01) 

CMYK percentages

%0
%9.13
%26.19
%1.18

Codes

Color #FCE5BA in popluar color models

FC E5 BA
RGB 252 229 186
HSL 39° 91.67% 85.88%
HSB/HSV 39° 26.19% 98.82%
CMYK 0.00% 9.13% 26.19%
1.18%

Color #FCE5BA in popluar number systems.

HEX FC E5 BA
Decimal 252 229 186
Binary 11111100 11100101 10111010
Octal 374 345 272

Shades and tints

Shades of #FCE5BA

#FCE5BA
(252,229,186)
#E6D1AA
(230,209,170)
#D0BD9A
(208,189,154)
#BAA98A
(186,169,138)
#A4957A
(164,149,122)
#8E816A
(142,129,106)
#786D5A
(120,109,90)
#62594A
(98,89,74)
#4C453A
(76,69,58)
#36312A
(54,49,42)
#201D1A
(32,29,26)
#000000
(0,0,0)

Tints of #FCE5BA

#FCE5BA
(252,229,186)
#FCE7C0
(252,231,192)
#FCE9C6
(252,233,198)
#FCEBCC
(252,235,204)
#FCEDD2
(252,237,210)
#FCEFD8
(252,239,216)
#FCF1DE
(252,241,222)
#FCF3E4
(252,243,228)
#FCF5EA
(252,245,234)
#FCF7F0
(252,247,240)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE5BA color. Also use rgb(252,229,186) instead hex code.

Text Font Color

.myTextColor { color: #FCE5BA; }

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

This text font color is #FCE5BA.

Background Color

.myBgColor { background-color: #FCE5BA; }

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

This div background color is #FCE5BA.

Border color

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

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

This div border color is #FCE5BA.

Opacity

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

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

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

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

This text has shadow with #FCE5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE5BA.

Preview

Color preview on black background

This text has color #FCE5BA on black background.


Color preview on white background

This text has color #FCE5BA on white background.


Black color preview on #FCE5BA background

This text has black color on #FCE5BA background.


White color preview on #FCE5BA background

This text has white color on #FCE5BA background.


Related colors

Complementary color

Complementary color for #hex is #031A45.


I love getcolorcode.com

Triadic colors

1 #BAFCE5 and #E5BAFC with #FCE5BA are triadic colors.

2 #BAE5FC and #E5FCBA with #FCE5BA are triadic colors.