COLOR #FCF7DE

HEX: #FCF7DE RGB: (252,247,222)

Color info

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

RGB color model

#FCF7DE color RGB value is (252,247,222).

RGB: (252,247,222) (99%, 97%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 222 of 255 = 87%

252
247
222

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

Portions of RGB colors in percentages

R + G + B = 252 + 247 + 222 = 721 (100%)
R 252 of 721 ~ 34.95%
G 247 of 721 ~ 34.26%
B 222 of 721 ~ 30.79'%

%34.95
%34.26
%30.79

CMYK color model

#FCF7DE color CMYK value is (0,2,12,1).

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

CMYK: (0,2,12,1)
C0M2Y12K1 (0%, 2%, 12%, 1%)
(0.00 / 0.02 / 0.12 / 0.01)

CMYK percentages

%0
%1.98
%11.9
%1.18

Codes

Color #FCF7DE in popluar color models

FC F7 DE
RGB 252 247 222
HSL 50° 83.33% 92.94%
HSB/HSV 50° 11.90% 98.82%
CMYK 0.00% 1.98% 11.90%
1.18%

Color #FCF7DE in popluar number systems.

HEX FC F7 DE
Decimal 252 247 222
Binary 11111100 11110111 11011110
Octal 374 367 336

Shades and tints

Shades of #FCF7DE

#FCF7DE
(252,247,222)
#E6E1CA
(230,225,202)
#D0CBB6
(208,203,182)
#BAB5A2
(186,181,162)
#A49F8E
(164,159,142)
#8E897A
(142,137,122)
#787366
(120,115,102)
#625D52
(98,93,82)
#4C473E
(76,71,62)
#36312A
(54,49,42)
#201B16
(32,27,22)
#000000
(0,0,0)

Tints of #FCF7DE

#FCF7DE
(252,247,222)
#FCF7E1
(252,247,225)
#FCF7E4
(252,247,228)
#FCF7E7
(252,247,231)
#FCF7EA
(252,247,234)
#FCF7ED
(252,247,237)
#FCF7F0
(252,247,240)
#FCF7F3
(252,247,243)
#FCF7F6
(252,247,246)
#FCF7F9
(252,247,249)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7DE; }

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

This text font color is #FCF7DE.

Background Color

.myBgColor { background-color: #FCF7DE; }

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

This div background color is #FCF7DE.

Border color

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

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

This div border color is #FCF7DE.

Opacity

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

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

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

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

This text has shadow with #FCF7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF7DE.

Preview

Color preview on black background

This text has color #FCF7DE on black background.


Color preview on white background

This text has color #FCF7DE on white background.


Black color preview on #FCF7DE background

This text has black color on #FCF7DE background.


White color preview on #FCF7DE background

This text has white color on #FCF7DE background.


Related colors

Complementary color

Complementary color for #hex is #030821.


I love getcolorcode.com

Triadic colors

1 #DEFCF7 and #F7DEFC with #FCF7DE are triadic colors.

2 #DEF7FC and #F7FCDE with #FCF7DE are triadic colors.