COLOR #FCF7ED

HEX: #FCF7ED RGB: (252,247,237)

Color info

#FCF7ED contains red, green and blue colors in about the same proportion. Web safe color of #FCF7ED is #FFFFFF (or #FFF).

RGB color model

#FCF7ED color RGB value is (252,247,237).

RGB: (252,247,237) (99%, 97%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 237 of 255 = 93%

252
247
237

R + G + B ~ 96%. #FCF7ED is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 247 + 237 = 736 (100%)
R 252 of 736 ~ 34.24%
G 247 of 736 ~ 33.56%
B 237 of 736 ~ 32.2'%

%34.24
%33.56
%32.2

CMYK color model

#FCF7ED color CMYK value is (0,2,6,1).

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

CMYK: (0,2,6,1)
C0M2Y6K1 (0%, 2%, 6%, 1%)
(0.00 / 0.02 / 0.06 / 0.01)

CMYK percentages

%0
%1.98
%5.95
%1.18

Codes

Color #FCF7ED in popluar color models

FC F7 ED
RGB 252 247 237
HSL 40° 71.43% 95.88%
HSB/HSV 40° 5.95% 98.82%
CMYK 0.00% 1.98% 5.95%
1.18%

Color #FCF7ED in popluar number systems.

HEX FC F7 ED
Decimal 252 247 237
Binary 11111100 11110111 11101101
Octal 374 367 355

Shades and tints

Shades of #FCF7ED

#FCF7ED
(252,247,237)
#E6E1D8
(230,225,216)
#D0CBC3
(208,203,195)
#BAB5AE
(186,181,174)
#A49F99
(164,159,153)
#8E8984
(142,137,132)
#78736F
(120,115,111)
#625D5A
(98,93,90)
#4C4745
(76,71,69)
#363130
(54,49,48)
#201B1B
(32,27,27)
#000000
(0,0,0)

Tints of #FCF7ED

#FCF7ED
(252,247,237)
#FCF7EE
(252,247,238)
#FCF7EF
(252,247,239)
#FCF7F0
(252,247,240)
#FCF7F1
(252,247,241)
#FCF7F2
(252,247,242)
#FCF7F3
(252,247,243)
#FCF7F4
(252,247,244)
#FCF7F5
(252,247,245)
#FCF7F6
(252,247,246)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7ED; }

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

This text font color is #FCF7ED.

Background Color

.myBgColor { background-color: #FCF7ED; }

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

This div background color is #FCF7ED.

Border color

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

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

This div border color is #FCF7ED.

Opacity

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

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

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

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

This text has shadow with #FCF7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF7ED.

Preview

Color preview on black background

This text has color #FCF7ED on black background.


Color preview on white background

This text has color #FCF7ED on white background.


Black color preview on #FCF7ED background

This text has black color on #FCF7ED background.


White color preview on #FCF7ED background

This text has white color on #FCF7ED background.


Related colors

Complementary color

Complementary color for #hex is #030812.


I love getcolorcode.com

Triadic colors

1 #EDFCF7 and #F7EDFC with #FCF7ED are triadic colors.

2 #EDF7FC and #F7FCED with #FCF7ED are triadic colors.