COLOR #FCE1AB

HEX: #FCE1AB
RGB: (252,225,171)

Color info

#FCE1AB contains mainly red and green colors. Web safe color of #FCE1AB is #FFCC99 (or #FC9).

RGB color model

#FCE1AB color RGB value is (252,225,171).

  • red value is 252;
  • green value is 225;
  • blue value is 171.
RGB:
(252,225,171)
(99%,88%,67%)

RGB channels and saturation

R 252 of 255 = 99%
G 225 of 255 = 88%
B 171 of 255 = 67%

252
225
171

R + G + B ~ 85%. #FCE1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 225 + 171 = 648 (100%)
R 252 of 648 ~ 38.89%
G 225 of 648 ~ 34.72%
B 171 of 648 ~ 26.39%

%38.89
%34.72
%26.39

CMYK color model

#FCE1AB color CMYK value is (0,11,32,1).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 32.14%
  • key color value is 1.18%
CMYK:
(0,11,32,1)
C0M11Y32K1 
(0%,11%,32%,1%)
(0.00/0.11/0.32/0.01)	

CMYK percentages

%0
%10.71
%32.14
%1.18

Codes

Color #FCE1AB in popluar color models

FCE1AB
RGB252225171
HSL40°93.10%82.94%
HSB/HSV40°32.14%98.82%
CMYK0.00%10.71%32.14%
1.18%

Color #FCE1AB in popluar number systems.

HEXFCE1AB
Decimal252225171
Binary111111001110000110101011
Octal374341253

Shades and tints

Shades of #FCE1AB

#FCE1AB
(252,225,171)
#E6CD9C
(230,205,156)
#D0B98D
(208,185,141)
#BAA57E
(186,165,126)
#A4916F
(164,145,111)
#8E7D60
(142,125,96)
#786951
(120,105,81)
#625542
(98,85,66)
#4C4133
(76,65,51)
#362D24
(54,45,36)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCE1AB

#FCE1AB
(252,225,171)
#FCE3B2
(252,227,178)
#FCE5B9
(252,229,185)
#FCE7C0
(252,231,192)
#FCE9C7
(252,233,199)
#FCEBCE
(252,235,206)
#FCEDD5
(252,237,213)
#FCEFDC
(252,239,220)
#FCF1E3
(252,241,227)
#FCF3EA
(252,243,234)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE1AB color. Also use rgb(252,225,171) instead hex code.

Text Font Color

.myTextColor { color: #FCE1AB; }

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

This text font color is #FCE1AB.


Background Color

.myBgColor { background-color: #FCE1AB; }

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

This div background color is #FCE1AB.


Border color

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

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

This div border color is #FCE1AB.


Opacity

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

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

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

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

This text has shadow with #FCE1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE1AB on black background.


Color preview on white background

This text has color #FCE1AB on white background.



Black color preview on #FCE1AB background

This text has black color on #FCE1AB background.


White color preview on #FCE1AB background

This text has white color on #FCE1AB background.