COLOR #FCE3BA

HEX: #FCE3BA
RGB: (252,227,186)

Color info

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

RGB color model

#FCE3BA color RGB value is (252,227,186).

  • red value is 252;
  • green value is 227;
  • blue value is 186.
RGB:
(252,227,186)
(99%,89%,73%)

RGB channels and saturation

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

252
227
186

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 186 = 665 (100%)
R 252 of 665 ~ 37.89%
G 227 of 665 ~ 34.14%
B 186 of 665 ~ 27.97%

%37.89
%34.14
%27.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.92%
  • 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
%9.92
%26.19
%1.18

Codes

Color #FCE3BA in popluar color models

FCE3BA
RGB252227186
HSL37°91.67%85.88%
HSB/HSV37°26.19%98.82%
CMYK0.00%9.92%26.19%
1.18%

Color #FCE3BA in popluar number systems.

HEXFCE3BA
Decimal252227186
Binary111111001110001110111010
Octal374343272

Shades and tints

Shades of #FCE3BA

#FCE3BA
(252,227,186)
#E6CFAA
(230,207,170)
#D0BB9A
(208,187,154)
#BAA78A
(186,167,138)
#A4937A
(164,147,122)
#8E7F6A
(142,127,106)
#786B5A
(120,107,90)
#62574A
(98,87,74)
#4C433A
(76,67,58)
#362F2A
(54,47,42)
#201B1A
(32,27,26)
#000000
(0,0,0)

Tints of #FCE3BA

#FCE3BA
(252,227,186)
#FCE5C0
(252,229,192)
#FCE7C6
(252,231,198)
#FCE9CC
(252,233,204)
#FCEBD2
(252,235,210)
#FCEDD8
(252,237,216)
#FCEFDE
(252,239,222)
#FCF1E4
(252,241,228)
#FCF3EA
(252,243,234)
#FCF5F0
(252,245,240)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3BA; }

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

This text font color is #FCE3BA.


Background Color

.myBgColor { background-color: #FCE3BA; }

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

This div background color is #FCE3BA.


Border color

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

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

This div border color is #FCE3BA.


Opacity

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

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

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

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

This text has shadow with #FCE3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3BA on black background.


Color preview on white background

This text has color #FCE3BA on white background.



Black color preview on #FCE3BA background

This text has black color on #FCE3BA background.


White color preview on #FCE3BA background

This text has white color on #FCE3BA background.