COLOR #FCF7F1

HEX: #FCF7F1
RGB: (252,247,241)

Color info

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

RGB color model

#FCF7F1 color RGB value is (252,247,241).

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

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 241 of 255 = 95%

252
247
241

R + G + B ~ 97%. #FCF7F1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 247 + 241 = 740 (100%)
R 252 of 740 ~ 34.05%
G 247 of 740 ~ 33.38%
B 241 of 740 ~ 32.57%

%34.05
%33.38
%32.57

CMYK color model

#FCF7F1 color CMYK value is (0,2,4,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(0,2,4,1)
C0M2Y4K1 
(0%,2%,4%,1%)
(0.00/0.02/0.04/0.01)	

CMYK percentages

%0
%1.98
%4.37
%1.18

Codes

Color #FCF7F1 in popluar color models

FCF7F1
RGB252247241
HSL33°64.71%96.67%
HSB/HSV33°4.37%98.82%
CMYK0.00%1.98%4.37%
1.18%

Color #FCF7F1 in popluar number systems.

HEXFCF7F1
Decimal252247241
Binary111111001111011111110001
Octal374367361

Shades and tints

Shades of #FCF7F1

#FCF7F1
(252,247,241)
#E6E1DC
(230,225,220)
#D0CBC7
(208,203,199)
#BAB5B2
(186,181,178)
#A49F9D
(164,159,157)
#8E8988
(142,137,136)
#787373
(120,115,115)
#625D5E
(98,93,94)
#4C4749
(76,71,73)
#363134
(54,49,52)
#201B1F
(32,27,31)
#000000
(0,0,0)

Tints of #FCF7F1

#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)
#FCF7F8
(252,247,248)
#FCF7F9
(252,247,249)
#FCF7FA
(252,247,250)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7F1; }

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

This text font color is #FCF7F1.


Background Color

.myBgColor { background-color: #FCF7F1; }

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

This div background color is #FCF7F1.


Border color

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

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

This div border color is #FCF7F1.


Opacity

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

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

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

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

This text has shadow with #FCF7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF7F1 on black background.


Color preview on white background

This text has color #FCF7F1 on white background.



Black color preview on #FCF7F1 background

This text has black color on #FCF7F1 background.


White color preview on #FCF7F1 background

This text has white color on #FCF7F1 background.