COLOR #FCE3BF

HEX: #FCE3BF
RGB: (252,227,191)

Color info

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

RGB color model

#FCE3BF color RGB value is (252,227,191).

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

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 191 of 255 = 75%

252
227
191

R + G + B ~ 88%. #FCE3BF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 191 = 670 (100%)
R 252 of 670 ~ 37.61%
G 227 of 670 ~ 33.88%
B 191 of 670 ~ 28.51%

%37.61
%33.88
%28.51

CMYK color model

#FCE3BF color CMYK value is (0,10,24,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 24.21%
  • key color value is 1.18%
CMYK:
(0,10,24,1)
C0M10Y24K1 
(0%,10%,24%,1%)
(0.00/0.10/0.24/0.01)	

CMYK percentages

%0
%9.92
%24.21
%1.18

Codes

Color #FCE3BF in popluar color models

FCE3BF
RGB252227191
HSL35°91.04%86.86%
HSB/HSV35°24.21%98.82%
CMYK0.00%9.92%24.21%
1.18%

Color #FCE3BF in popluar number systems.

HEXFCE3BF
Decimal252227191
Binary111111001110001110111111
Octal374343277

Shades and tints

Shades of #FCE3BF

#FCE3BF
(252,227,191)
#E6CFAE
(230,207,174)
#D0BB9D
(208,187,157)
#BAA78C
(186,167,140)
#A4937B
(164,147,123)
#8E7F6A
(142,127,106)
#786B59
(120,107,89)
#625748
(98,87,72)
#4C4337
(76,67,55)
#362F26
(54,47,38)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCE3BF

#FCE3BF
(252,227,191)
#FCE5C4
(252,229,196)
#FCE7C9
(252,231,201)
#FCE9CE
(252,233,206)
#FCEBD3
(252,235,211)
#FCEDD8
(252,237,216)
#FCEFDD
(252,239,221)
#FCF1E2
(252,241,226)
#FCF3E7
(252,243,231)
#FCF5EC
(252,245,236)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3BF; }

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

This text font color is #FCE3BF.


Background Color

.myBgColor { background-color: #FCE3BF; }

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

This div background color is #FCE3BF.


Border color

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

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

This div border color is #FCE3BF.


Opacity

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

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

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

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

This text has shadow with #FCE3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3BF on black background.


Color preview on white background

This text has color #FCE3BF on white background.



Black color preview on #FCE3BF background

This text has black color on #FCE3BF background.


White color preview on #FCE3BF background

This text has white color on #FCE3BF background.