COLOR #FCF5D6

HEX: #FCF5D6
RGB: (252,245,214)

Color info

#FCF5D6 contains red, green and blue colors in about the same proportion. Web safe color of #FCF5D6 is #FFFFCC (or #FFC).

RGB color model

#FCF5D6 color RGB value is (252,245,214).

  • red value is 252;
  • green value is 245;
  • blue value is 214.
RGB:
(252,245,214)
(99%,96%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 214 of 255 = 84%

252
245
214

R + G + B ~ 93%. #FCF5D6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 245 + 214 = 711 (100%)
R 252 of 711 ~ 35.44%
G 245 of 711 ~ 34.46%
B 214 of 711 ~ 30.1%

%35.44
%34.46
%30.1

CMYK color model

#FCF5D6 color CMYK value is (0,3,15,1).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 15.08%
  • key color value is 1.18%
CMYK:
(0,3,15,1)
C0M3Y15K1 
(0%,3%,15%,1%)
(0.00/0.03/0.15/0.01)	

CMYK percentages

%0
%2.78
%15.08
%1.18

Codes

Color #FCF5D6 in popluar color models

FCF5D6
RGB252245214
HSL49°86.36%91.37%
HSB/HSV49°15.08%98.82%
CMYK0.00%2.78%15.08%
1.18%

Color #FCF5D6 in popluar number systems.

HEXFCF5D6
Decimal252245214
Binary111111001111010111010110
Octal374365326

Shades and tints

Shades of #FCF5D6

#FCF5D6
(252,245,214)
#E6DFC3
(230,223,195)
#D0C9B0
(208,201,176)
#BAB39D
(186,179,157)
#A49D8A
(164,157,138)
#8E8777
(142,135,119)
#787164
(120,113,100)
#625B51
(98,91,81)
#4C453E
(76,69,62)
#362F2B
(54,47,43)
#201918
(32,25,24)
#000000
(0,0,0)

Tints of #FCF5D6

#FCF5D6
(252,245,214)
#FCF5D9
(252,245,217)
#FCF5DC
(252,245,220)
#FCF5DF
(252,245,223)
#FCF5E2
(252,245,226)
#FCF5E5
(252,245,229)
#FCF5E8
(252,245,232)
#FCF5EB
(252,245,235)
#FCF5EE
(252,245,238)
#FCF5F1
(252,245,241)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF5D6 color. Also use rgb(252,245,214) instead hex code.

Text Font Color

.myTextColor { color: #FCF5D6; }

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

This text font color is #FCF5D6.


Background Color

.myBgColor { background-color: #FCF5D6; }

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

This div background color is #FCF5D6.


Border color

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

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

This div border color is #FCF5D6.


Opacity

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

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

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

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

This text has shadow with #FCF5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF5D6 on black background.


Color preview on white background

This text has color #FCF5D6 on white background.



Black color preview on #FCF5D6 background

This text has black color on #FCF5D6 background.


White color preview on #FCF5D6 background

This text has white color on #FCF5D6 background.