COLOR #FCE8AB

HEX: #FCE8AB RGB: (252,232,171)

Color info

#FCE8AB contains mainly red and green colors. Web safe color of #FCE8AB is #FFFF99 (or #FF9).

RGB color model

#FCE8AB color RGB value is (252,232,171).

RGB: (252,232,171) (99%, 91%, 67%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 171 of 255 = 67%

252
232
171

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

Portions of RGB colors in percentages

R + G + B = 252 + 232 + 171 = 655 (100%)
R 252 of 655 ~ 38.47%
G 232 of 655 ~ 35.42%
B 171 of 655 ~ 26.11'%

%38.47
%35.42
%26.11

CMYK color model

#FCE8AB color CMYK value is (0,8,32,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 32.14%
  • key color value is 1.18%

CMYK: (0,8,32,1)
C0M8Y32K1 (0%, 8%, 32%, 1%)
(0.00 / 0.08 / 0.32 / 0.01)

CMYK percentages

%0
%7.94
%32.14
%1.18

Codes

Color #FCE8AB in popluar color models

FC E8 AB
RGB 252 232 171
HSL 45° 93.10% 82.94%
HSB/HSV 45° 32.14% 98.82%
CMYK 0.00% 7.94% 32.14%
1.18%

Color #FCE8AB in popluar number systems.

HEX FC E8 AB
Decimal 252 232 171
Binary 11111100 11101000 10101011
Octal 374 350 253

Shades and tints

Shades of #FCE8AB

#FCE8AB
(252,232,171)
#E6D39C
(230,211,156)
#D0BE8D
(208,190,141)
#BAA97E
(186,169,126)
#A4946F
(164,148,111)
#8E7F60
(142,127,96)
#786A51
(120,106,81)
#625542
(98,85,66)
#4C4033
(76,64,51)
#362B24
(54,43,36)
#201615
(32,22,21)
#000000
(0,0,0)

Tints of #FCE8AB

#FCE8AB
(252,232,171)
#FCEAB2
(252,234,178)
#FCECB9
(252,236,185)
#FCEEC0
(252,238,192)
#FCF0C7
(252,240,199)
#FCF2CE
(252,242,206)
#FCF4D5
(252,244,213)
#FCF6DC
(252,246,220)
#FCF8E3
(252,248,227)
#FCFAEA
(252,250,234)
#FCFCF1
(252,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE8AB; }

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

This text font color is #FCE8AB.

Background Color

.myBgColor { background-color: #FCE8AB; }

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

This div background color is #FCE8AB.

Border color

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

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

This div border color is #FCE8AB.

Opacity

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

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

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

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

This text has shadow with #FCE8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE8AB.

Preview

Color preview on black background

This text has color #FCE8AB on black background.


Color preview on white background

This text has color #FCE8AB on white background.


Black color preview on #FCE8AB background

This text has black color on #FCE8AB background.


White color preview on #FCE8AB background

This text has white color on #FCE8AB background.


Related colors

Complementary color

Complementary color for #hex is #031754.


I love getcolorcode.com

Triadic colors

1 #ABFCE8 and #E8ABFC with #FCE8AB are triadic colors.

2 #ABE8FC and #E8FCAB with #FCE8AB are triadic colors.