COLOR #FCE3B8

HEX: #FCE3B8
RGB: (252,227,184)

Color info

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

RGB color model

#FCE3B8 color RGB value is (252,227,184).

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

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 184 of 255 = 72%

252
227
184

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 184 = 663 (100%)
R 252 of 663 ~ 38.01%
G 227 of 663 ~ 34.24%
B 184 of 663 ~ 27.75%

%38.01
%34.24
%27.75

CMYK color model

#FCE3B8 color CMYK value is (0,10,27,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 26.98%
  • key color value is 1.18%
CMYK:
(0,10,27,1)
C0M10Y27K1 
(0%,10%,27%,1%)
(0.00/0.10/0.27/0.01)	

CMYK percentages

%0
%9.92
%26.98
%1.18

Codes

Color #FCE3B8 in popluar color models

FCE3B8
RGB252227184
HSL38°91.89%85.49%
HSB/HSV38°26.98%98.82%
CMYK0.00%9.92%26.98%
1.18%

Color #FCE3B8 in popluar number systems.

HEXFCE3B8
Decimal252227184
Binary111111001110001110111000
Octal374343270

Shades and tints

Shades of #FCE3B8

#FCE3B8
(252,227,184)
#E6CFA8
(230,207,168)
#D0BB98
(208,187,152)
#BAA788
(186,167,136)
#A49378
(164,147,120)
#8E7F68
(142,127,104)
#786B58
(120,107,88)
#625748
(98,87,72)
#4C4338
(76,67,56)
#362F28
(54,47,40)
#201B18
(32,27,24)
#000000
(0,0,0)

Tints of #FCE3B8

#FCE3B8
(252,227,184)
#FCE5BE
(252,229,190)
#FCE7C4
(252,231,196)
#FCE9CA
(252,233,202)
#FCEBD0
(252,235,208)
#FCEDD6
(252,237,214)
#FCEFDC
(252,239,220)
#FCF1E2
(252,241,226)
#FCF3E8
(252,243,232)
#FCF5EE
(252,245,238)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3B8; }

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

This text font color is #FCE3B8.


Background Color

.myBgColor { background-color: #FCE3B8; }

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

This div background color is #FCE3B8.


Border color

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

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

This div border color is #FCE3B8.


Opacity

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

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

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

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

This text has shadow with #FCE3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3B8 on black background.


Color preview on white background

This text has color #FCE3B8 on white background.



Black color preview on #FCE3B8 background

This text has black color on #FCE3B8 background.


White color preview on #FCE3B8 background

This text has white color on #FCE3B8 background.