COLOR #FCE2BF

HEX: #FCE2BF
RGB: (252,226,191)

Color info

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

RGB color model

#FCE2BF color RGB value is (252,226,191).

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

RGB channels and saturation

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

252
226
191

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

Portions of RGB colors in percentages

R + G + B =
252 + 226 + 191 = 669 (100%)
R 252 of 669 ~ 37.67%
G 226 of 669 ~ 33.78%
B 191 of 669 ~ 28.55%

%37.67
%33.78
%28.55

CMYK color model

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

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

Codes

Color #FCE2BF in popluar color models

FCE2BF
RGB252226191
HSL34°91.04%86.86%
HSB/HSV34°24.21%98.82%
CMYK0.00%10.32%24.21%
1.18%

Color #FCE2BF in popluar number systems.

HEXFCE2BF
Decimal252226191
Binary111111001110001010111111
Octal374342277

Shades and tints

Shades of #FCE2BF

#FCE2BF
(252,226,191)
#E6CEAE
(230,206,174)
#D0BA9D
(208,186,157)
#BAA68C
(186,166,140)
#A4927B
(164,146,123)
#8E7E6A
(142,126,106)
#786A59
(120,106,89)
#625648
(98,86,72)
#4C4237
(76,66,55)
#362E26
(54,46,38)
#201A15
(32,26,21)
#000000
(0,0,0)

Tints of #FCE2BF

#FCE2BF
(252,226,191)
#FCE4C4
(252,228,196)
#FCE6C9
(252,230,201)
#FCE8CE
(252,232,206)
#FCEAD3
(252,234,211)
#FCECD8
(252,236,216)
#FCEEDD
(252,238,221)
#FCF0E2
(252,240,226)
#FCF2E7
(252,242,231)
#FCF4EC
(252,244,236)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2BF; }

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

This text font color is #FCE2BF.


Background Color

.myBgColor { background-color: #FCE2BF; }

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

This div background color is #FCE2BF.


Border color

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

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

This div border color is #FCE2BF.


Opacity

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

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

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

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

This text has shadow with #FCE2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE2BF on black background.


Color preview on white background

This text has color #FCE2BF on white background.



Black color preview on #FCE2BF background

This text has black color on #FCE2BF background.


White color preview on #FCE2BF background

This text has white color on #FCE2BF background.