COLOR #FCD5AE

HEX: #FCD5AE
RGB: (252,213,174)

Color info

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

RGB color model

#FCD5AE color RGB value is (252,213,174).

  • red value is 252;
  • green value is 213;
  • blue value is 174.
RGB:
(252,213,174)
(99%,84%,68%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 174 of 255 = 68%

252
213
174

R + G + B ~ 84%. #FCD5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 174 = 639 (100%)
R 252 of 639 ~ 39.44%
G 213 of 639 ~ 33.33%
B 174 of 639 ~ 27.23%

%39.44
%33.33
%27.23

CMYK color model

#FCD5AE color CMYK value is (0,15,31,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 30.95%
  • key color value is 1.18%
CMYK:
(0,15,31,1)
C0M15Y31K1 
(0%,15%,31%,1%)
(0.00/0.15/0.31/0.01)	

CMYK percentages

%0
%15.48
%30.95
%1.18

Codes

Color #FCD5AE in popluar color models

FCD5AE
RGB252213174
HSL30°92.86%83.53%
HSB/HSV30°30.95%98.82%
CMYK0.00%15.48%30.95%
1.18%

Color #FCD5AE in popluar number systems.

HEXFCD5AE
Decimal252213174
Binary111111001101010110101110
Octal374325256

Shades and tints

Shades of #FCD5AE

#FCD5AE
(252,213,174)
#E6C29F
(230,194,159)
#D0AF90
(208,175,144)
#BA9C81
(186,156,129)
#A48972
(164,137,114)
#8E7663
(142,118,99)
#786354
(120,99,84)
#625045
(98,80,69)
#4C3D36
(76,61,54)
#362A27
(54,42,39)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCD5AE

#FCD5AE
(252,213,174)
#FCD8B5
(252,216,181)
#FCDBBC
(252,219,188)
#FCDEC3
(252,222,195)
#FCE1CA
(252,225,202)
#FCE4D1
(252,228,209)
#FCE7D8
(252,231,216)
#FCEADF
(252,234,223)
#FCEDE6
(252,237,230)
#FCF0ED
(252,240,237)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD5AE color. Also use rgb(252,213,174) instead hex code.

Text Font Color

.myTextColor { color: #FCD5AE; }

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

This text font color is #FCD5AE.


Background Color

.myBgColor { background-color: #FCD5AE; }

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

This div background color is #FCD5AE.


Border color

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

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

This div border color is #FCD5AE.


Opacity

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

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

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

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

This text has shadow with #FCD5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5AE on black background.


Color preview on white background

This text has color #FCD5AE on white background.



Black color preview on #FCD5AE background

This text has black color on #FCD5AE background.


White color preview on #FCD5AE background

This text has white color on #FCD5AE background.