COLOR #FCF5DE

HEX: #FCF5DE
RGB: (252,245,222)

Color info

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

RGB color model

#FCF5DE color RGB value is (252,245,222).

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

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 222 of 255 = 87%

252
245
222

R + G + B ~ 94%. #FCF5DE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 245 + 222 = 719 (100%)
R 252 of 719 ~ 35.05%
G 245 of 719 ~ 34.08%
B 222 of 719 ~ 30.88%

%35.05
%34.08
%30.88

CMYK color model

#FCF5DE color CMYK value is (0,3,12,1).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(0,3,12,1)
C0M3Y12K1 
(0%,3%,12%,1%)
(0.00/0.03/0.12/0.01)	

CMYK percentages

%0
%2.78
%11.9
%1.18

Codes

Color #FCF5DE in popluar color models

FCF5DE
RGB252245222
HSL46°83.33%92.94%
HSB/HSV46°11.90%98.82%
CMYK0.00%2.78%11.90%
1.18%

Color #FCF5DE in popluar number systems.

HEXFCF5DE
Decimal252245222
Binary111111001111010111011110
Octal374365336

Shades and tints

Shades of #FCF5DE

#FCF5DE
(252,245,222)
#E6DFCA
(230,223,202)
#D0C9B6
(208,201,182)
#BAB3A2
(186,179,162)
#A49D8E
(164,157,142)
#8E877A
(142,135,122)
#787166
(120,113,102)
#625B52
(98,91,82)
#4C453E
(76,69,62)
#362F2A
(54,47,42)
#201916
(32,25,22)
#000000
(0,0,0)

Tints of #FCF5DE

#FCF5DE
(252,245,222)
#FCF5E1
(252,245,225)
#FCF5E4
(252,245,228)
#FCF5E7
(252,245,231)
#FCF5EA
(252,245,234)
#FCF5ED
(252,245,237)
#FCF5F0
(252,245,240)
#FCF5F3
(252,245,243)
#FCF5F6
(252,245,246)
#FCF5F9
(252,245,249)
#FCF5FC
(252,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5DE; }

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

This text font color is #FCF5DE.


Background Color

.myBgColor { background-color: #FCF5DE; }

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

This div background color is #FCF5DE.


Border color

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

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

This div border color is #FCF5DE.


Opacity

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

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

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

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

This text has shadow with #FCF5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF5DE on black background.


Color preview on white background

This text has color #FCF5DE on white background.



Black color preview on #FCF5DE background

This text has black color on #FCF5DE background.


White color preview on #FCF5DE background

This text has white color on #FCF5DE background.