COLOR #FCF7E1

HEX: #FCF7E1 RGB: (252,247,225)

Color info

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

RGB color model

#FCF7E1 color RGB value is (252,247,225).

RGB: (252,247,225) (99%, 97%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 225 of 255 = 88%

252
247
225

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

Portions of RGB colors in percentages

R + G + B = 252 + 247 + 225 = 724 (100%)
R 252 of 724 ~ 34.81%
G 247 of 724 ~ 34.12%
B 225 of 724 ~ 31.08'%

%34.81
%34.12
%31.08

CMYK color model

#FCF7E1 color CMYK value is (0,2,11,1).

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

CMYK: (0,2,11,1)
C0M2Y11K1 (0%, 2%, 11%, 1%)
(0.00 / 0.02 / 0.11 / 0.01)

CMYK percentages

%0
%1.98
%10.71
%1.18

Codes

Color #FCF7E1 in popluar color models

FC F7 E1
RGB 252 247 225
HSL 49° 81.82% 93.53%
HSB/HSV 49° 10.71% 98.82%
CMYK 0.00% 1.98% 10.71%
1.18%

Color #FCF7E1 in popluar number systems.

HEX FC F7 E1
Decimal 252 247 225
Binary 11111100 11110111 11100001
Octal 374 367 341

Shades and tints

Shades of #FCF7E1

#FCF7E1
(252,247,225)
#E6E1CD
(230,225,205)
#D0CBB9
(208,203,185)
#BAB5A5
(186,181,165)
#A49F91
(164,159,145)
#8E897D
(142,137,125)
#787369
(120,115,105)
#625D55
(98,93,85)
#4C4741
(76,71,65)
#36312D
(54,49,45)
#201B19
(32,27,25)
#000000
(0,0,0)

Tints of #FCF7E1

#FCF7E1
(252,247,225)
#FCF7E3
(252,247,227)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7E1; }

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

This text font color is #FCF7E1.

Background Color

.myBgColor { background-color: #FCF7E1; }

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

This div background color is #FCF7E1.

Border color

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

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

This div border color is #FCF7E1.

Opacity

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

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

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

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

This text has shadow with #FCF7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF7E1.

Preview

Color preview on black background

This text has color #FCF7E1 on black background.


Color preview on white background

This text has color #FCF7E1 on white background.


Black color preview on #FCF7E1 background

This text has black color on #FCF7E1 background.


White color preview on #FCF7E1 background

This text has white color on #FCF7E1 background.


Related colors

Complementary color

Complementary color for #hex is #03081E.


I love getcolorcode.com

Triadic colors

1 #E1FCF7 and #F7E1FC with #FCF7E1 are triadic colors.

2 #E1F7FC and #F7FCE1 with #FCF7E1 are triadic colors.