COLOR #FCFDF7

HEX: #FCFDF7
RGB: (252,253,247)

Color info

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

RGB color model

#FCFDF7 color RGB value is (252,253,247).

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

RGB channels and saturation

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

252
253
247

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

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 247 = 752 (100%)
R 252 of 752 ~ 33.51%
G 253 of 752 ~ 33.64%
B 247 of 752 ~ 32.85%

%33.51
%33.64
%32.85

CMYK color model

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

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

CMYK percentages

%0.4
%0
%2.37
%0.78

Codes

Color #FCFDF7 in popluar color models

FCFDF7
RGB252253247
HSL70°60.00%98.04%
HSB/HSV70°2.37%99.22%
CMYK0.40%0.00%2.37%
0.78%

Color #FCFDF7 in popluar number systems.

HEXFCFDF7
Decimal252253247
Binary111111001111110111110111
Octal374375367

Shades and tints

Shades of #FCFDF7

#FCFDF7
(252,253,247)
#E6E6E1
(230,230,225)
#D0CFCB
(208,207,203)
#BAB8B5
(186,184,181)
#A4A19F
(164,161,159)
#8E8A89
(142,138,137)
#787373
(120,115,115)
#625C5D
(98,92,93)
#4C4547
(76,69,71)
#362E31
(54,46,49)
#20171B
(32,23,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDF7; }

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

This text font color is #FCFDF7.


Background Color

.myBgColor { background-color: #FCFDF7; }

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

This div background color is #FCFDF7.


Border color

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

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

This div border color is #FCFDF7.


Opacity

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

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

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

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

This text has shadow with #FCFDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDF7 on black background.


Color preview on white background

This text has color #FCFDF7 on white background.



Black color preview on #FCFDF7 background

This text has black color on #FCFDF7 background.


White color preview on #FCFDF7 background

This text has white color on #FCFDF7 background.