COLOR #FCFCF7

HEX: #FCFCF7
RGB: (252,252,247)

Color info

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

RGB color model

#FCFCF7 color RGB value is (252,252,247).

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

RGB channels and saturation

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

252
252
247

R + G + B ~ 98%. #FCFCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 252 + 247 = 751 (100%)
R 252 of 751 ~ 33.56%
G 252 of 751 ~ 33.56%
B 247 of 751 ~ 32.89%

%33.56
%33.56
%32.89

CMYK color model

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

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

CMYK percentages

%0
%0
%1.98
%1.18

Codes

Color #FCFCF7 in popluar color models

FCFCF7
RGB252252247
HSL60°45.45%97.84%
HSB/HSV60°1.98%98.82%
CMYK0.00%0.00%1.98%
1.18%

Color #FCFCF7 in popluar number systems.

HEXFCFCF7
Decimal252252247
Binary111111001111110011110111
Octal374374367

Shades and tints

Shades of #FCFCF7

#FCFCF7
(252,252,247)
#E6E6E1
(230,230,225)
#D0D0CB
(208,208,203)
#BABAB5
(186,186,181)
#A4A49F
(164,164,159)
#8E8E89
(142,142,137)
#787873
(120,120,115)
#62625D
(98,98,93)
#4C4C47
(76,76,71)
#363631
(54,54,49)
#20201B
(32,32,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCF7; }

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

This text font color is #FCFCF7.


Background Color

.myBgColor { background-color: #FCFCF7; }

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

This div background color is #FCFCF7.


Border color

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

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

This div border color is #FCFCF7.


Opacity

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

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

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

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

This text has shadow with #FCFCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFCF7 on black background.


Color preview on white background

This text has color #FCFCF7 on white background.



Black color preview on #FCFCF7 background

This text has black color on #FCFCF7 background.


White color preview on #FCFCF7 background

This text has white color on #FCFCF7 background.