COLOR #FCF7DC

HEX: #FCF7DC RGB: (252,247,220)

Color info

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

RGB color model

#FCF7DC color RGB value is (252,247,220).

RGB: (252,247,220) (99%, 97%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 220 of 255 = 86%

252
247
220

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

Portions of RGB colors in percentages

R + G + B = 252 + 247 + 220 = 719 (100%)
R 252 of 719 ~ 35.05%
G 247 of 719 ~ 34.35%
B 220 of 719 ~ 30.6'%

%35.05
%34.35
%30.6

CMYK color model

#FCF7DC color CMYK value is (0,2,13,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 12.70%
  • key color value is 1.18%

CMYK: (0,2,13,1)
C0M2Y13K1 (0%, 2%, 13%, 1%)
(0.00 / 0.02 / 0.13 / 0.01)

CMYK percentages

%0
%1.98
%12.7
%1.18

Codes

Color #FCF7DC in popluar color models

FC F7 DC
RGB 252 247 220
HSL 51° 84.21% 92.55%
HSB/HSV 51° 12.70% 98.82%
CMYK 0.00% 1.98% 12.70%
1.18%

Color #FCF7DC in popluar number systems.

HEX FC F7 DC
Decimal 252 247 220
Binary 11111100 11110111 11011100
Octal 374 367 334

Shades and tints

Shades of #FCF7DC

#FCF7DC
(252,247,220)
#E6E1C8
(230,225,200)
#D0CBB4
(208,203,180)
#BAB5A0
(186,181,160)
#A49F8C
(164,159,140)
#8E8978
(142,137,120)
#787364
(120,115,100)
#625D50
(98,93,80)
#4C473C
(76,71,60)
#363128
(54,49,40)
#201B14
(32,27,20)
#000000
(0,0,0)

Tints of #FCF7DC

#FCF7DC
(252,247,220)
#FCF7DF
(252,247,223)
#FCF7E2
(252,247,226)
#FCF7E5
(252,247,229)
#FCF7E8
(252,247,232)
#FCF7EB
(252,247,235)
#FCF7EE
(252,247,238)
#FCF7F1
(252,247,241)
#FCF7F4
(252,247,244)
#FCF7F7
(252,247,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7DC; }

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

This text font color is #FCF7DC.

Background Color

.myBgColor { background-color: #FCF7DC; }

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

This div background color is #FCF7DC.

Border color

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

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

This div border color is #FCF7DC.

Opacity

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

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

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

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

This text has shadow with #FCF7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF7DC.

Preview

Color preview on black background

This text has color #FCF7DC on black background.


Color preview on white background

This text has color #FCF7DC on white background.


Black color preview on #FCF7DC background

This text has black color on #FCF7DC background.


White color preview on #FCF7DC background

This text has white color on #FCF7DC background.


Related colors

Complementary color

Complementary color for #hex is #030823.


I love getcolorcode.com

Triadic colors

1 #DCFCF7 and #F7DCFC with #FCF7DC are triadic colors.

2 #DCF7FC and #F7FCDC with #FCF7DC are triadic colors.