COLOR #FCE2BA

HEX: #FCE2BA RGB: (252,226,186)

Color info

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

RGB color model

#FCE2BA color RGB value is (252,226,186).

RGB: (252,226,186) (99%, 89%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 186 of 255 = 73%

252
226
186

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

Portions of RGB colors in percentages

R + G + B = 252 + 226 + 186 = 664 (100%)
R 252 of 664 ~ 37.95%
G 226 of 664 ~ 34.04%
B 186 of 664 ~ 28.01'%

%37.95
%34.04
%28.01

CMYK color model

#FCE2BA color CMYK value is (0,10,26,1).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 26.19%
  • key color value is 1.18%

CMYK: (0,10,26,1)
C0M10Y26K1 (0%, 10%, 26%, 1%)
(0.00 / 0.10 / 0.26 / 0.01)

CMYK percentages

%0
%10.32
%26.19
%1.18

Codes

Color #FCE2BA in popluar color models

FC E2 BA
RGB 252 226 186
HSL 36° 91.67% 85.88%
HSB/HSV 36° 26.19% 98.82%
CMYK 0.00% 10.32% 26.19%
1.18%

Color #FCE2BA in popluar number systems.

HEX FC E2 BA
Decimal 252 226 186
Binary 11111100 11100010 10111010
Octal 374 342 272

Shades and tints

Shades of #FCE2BA

#FCE2BA
(252,226,186)
#E6CEAA
(230,206,170)
#D0BA9A
(208,186,154)
#BAA68A
(186,166,138)
#A4927A
(164,146,122)
#8E7E6A
(142,126,106)
#786A5A
(120,106,90)
#62564A
(98,86,74)
#4C423A
(76,66,58)
#362E2A
(54,46,42)
#201A1A
(32,26,26)
#000000
(0,0,0)

Tints of #FCE2BA

#FCE2BA
(252,226,186)
#FCE4C0
(252,228,192)
#FCE6C6
(252,230,198)
#FCE8CC
(252,232,204)
#FCEAD2
(252,234,210)
#FCECD8
(252,236,216)
#FCEEDE
(252,238,222)
#FCF0E4
(252,240,228)
#FCF2EA
(252,242,234)
#FCF4F0
(252,244,240)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2BA; }

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

This text font color is #FCE2BA.

Background Color

.myBgColor { background-color: #FCE2BA; }

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

This div background color is #FCE2BA.

Border color

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

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

This div border color is #FCE2BA.

Opacity

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

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

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

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

This text has shadow with #FCE2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE2BA.

Preview

Color preview on black background

This text has color #FCE2BA on black background.


Color preview on white background

This text has color #FCE2BA on white background.


Black color preview on #FCE2BA background

This text has black color on #FCE2BA background.


White color preview on #FCE2BA background

This text has white color on #FCE2BA background.


Related colors

Complementary color

Complementary color for #hex is #031D45.


I love getcolorcode.com

Triadic colors

1 #BAFCE2 and #E2BAFC with #FCE2BA are triadic colors.

2 #BAE2FC and #E2FCBA with #FCE2BA are triadic colors.