COLOR #FCF7E5

HEX: #FCF7E5
RGB: (252,247,229)

Color info

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

RGB color model

#FCF7E5 color RGB value is (252,247,229).

  • red value is 252;
  • green value is 247;
  • blue value is 229.
RGB:
(252,247,229)
(99%,97%,90%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 229 of 255 = 90%

252
247
229

R + G + B ~ 95%. #FCF7E5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 247 + 229 = 728 (100%)
R 252 of 728 ~ 34.62%
G 247 of 728 ~ 33.93%
B 229 of 728 ~ 31.46%

%34.62
%33.93
%31.46

CMYK color model

#FCF7E5 color CMYK value is (0,2,9,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,2,9,1)
C0M2Y9K1 
(0%,2%,9%,1%)
(0.00/0.02/0.09/0.01)	

CMYK percentages

%0
%1.98
%9.13
%1.18

Codes

Color #FCF7E5 in popluar color models

FCF7E5
RGB252247229
HSL47°79.31%94.31%
HSB/HSV47°9.13%98.82%
CMYK0.00%1.98%9.13%
1.18%

Color #FCF7E5 in popluar number systems.

HEXFCF7E5
Decimal252247229
Binary111111001111011111100101
Octal374367345

Shades and tints

Shades of #FCF7E5

#FCF7E5
(252,247,229)
#E6E1D1
(230,225,209)
#D0CBBD
(208,203,189)
#BAB5A9
(186,181,169)
#A49F95
(164,159,149)
#8E8981
(142,137,129)
#78736D
(120,115,109)
#625D59
(98,93,89)
#4C4745
(76,71,69)
#363131
(54,49,49)
#201B1D
(32,27,29)
#000000
(0,0,0)

Tints of #FCF7E5

#FCF7E5
(252,247,229)
#FCF7E7
(252,247,231)
#FCF7E9
(252,247,233)
#FCF7EB
(252,247,235)
#FCF7ED
(252,247,237)
#FCF7EF
(252,247,239)
#FCF7F1
(252,247,241)
#FCF7F3
(252,247,243)
#FCF7F5
(252,247,245)
#FCF7F7
(252,247,247)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF7E5 color. Also use rgb(252,247,229) instead hex code.

Text Font Color

.myTextColor { color: #FCF7E5; }

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

This text font color is #FCF7E5.


Background Color

.myBgColor { background-color: #FCF7E5; }

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

This div background color is #FCF7E5.


Border color

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

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

This div border color is #FCF7E5.


Opacity

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

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

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

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

This text has shadow with #FCF7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF7E5 on black background.


Color preview on white background

This text has color #FCF7E5 on white background.



Black color preview on #FCF7E5 background

This text has black color on #FCF7E5 background.


White color preview on #FCF7E5 background

This text has white color on #FCF7E5 background.