COLOR #FCE3B5

HEX: #FCE3B5
RGB: (252,227,181)

Color info

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

RGB color model

#FCE3B5 color RGB value is (252,227,181).

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

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 181 of 255 = 71%

252
227
181

R + G + B ~ 86%. #FCE3B5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 181 = 660 (100%)
R 252 of 660 ~ 38.18%
G 227 of 660 ~ 34.39%
B 181 of 660 ~ 27.42%

%38.18
%34.39
%27.42

CMYK color model

#FCE3B5 color CMYK value is (0,10,28,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 28.17%
  • key color value is 1.18%
CMYK:
(0,10,28,1)
C0M10Y28K1 
(0%,10%,28%,1%)
(0.00/0.10/0.28/0.01)	

CMYK percentages

%0
%9.92
%28.17
%1.18

Codes

Color #FCE3B5 in popluar color models

FCE3B5
RGB252227181
HSL39°92.21%84.90%
HSB/HSV39°28.17%98.82%
CMYK0.00%9.92%28.17%
1.18%

Color #FCE3B5 in popluar number systems.

HEXFCE3B5
Decimal252227181
Binary111111001110001110110101
Octal374343265

Shades and tints

Shades of #FCE3B5

#FCE3B5
(252,227,181)
#E6CFA5
(230,207,165)
#D0BB95
(208,187,149)
#BAA785
(186,167,133)
#A49375
(164,147,117)
#8E7F65
(142,127,101)
#786B55
(120,107,85)
#625745
(98,87,69)
#4C4335
(76,67,53)
#362F25
(54,47,37)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCE3B5

#FCE3B5
(252,227,181)
#FCE5BB
(252,229,187)
#FCE7C1
(252,231,193)
#FCE9C7
(252,233,199)
#FCEBCD
(252,235,205)
#FCEDD3
(252,237,211)
#FCEFD9
(252,239,217)
#FCF1DF
(252,241,223)
#FCF3E5
(252,243,229)
#FCF5EB
(252,245,235)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3B5; }

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

This text font color is #FCE3B5.


Background Color

.myBgColor { background-color: #FCE3B5; }

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

This div background color is #FCE3B5.


Border color

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

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

This div border color is #FCE3B5.


Opacity

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

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

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

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

This text has shadow with #FCE3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3B5 on black background.


Color preview on white background

This text has color #FCE3B5 on white background.



Black color preview on #FCE3B5 background

This text has black color on #FCE3B5 background.


White color preview on #FCE3B5 background

This text has white color on #FCE3B5 background.