COLOR #FCFDEC

HEX: #FCFDEC
RGB: (252,253,236)

Color info

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

RGB color model

#FCFDEC color RGB value is (252,253,236).

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

RGB channels and saturation

R 252 of 255 = 99%
G 253 of 255 = 99%
B 236 of 255 = 93%

252
253
236

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

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 236 = 741 (100%)
R 252 of 741 ~ 34.01%
G 253 of 741 ~ 34.14%
B 236 of 741 ~ 31.85%

%34.01
%34.14
%31.85

CMYK color model

#FCFDEC color CMYK value is (0,0,7,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(0,0,7,1)
C0M0Y7K1 
(0%,0%,7%,1%)
(0.00/0.00/0.07/0.01)	

CMYK percentages

%0.4
%0
%6.72
%0.78

Codes

Color #FCFDEC in popluar color models

FCFDEC
RGB252253236
HSL64°80.95%95.88%
HSB/HSV64°6.72%99.22%
CMYK0.40%0.00%6.72%
0.78%

Color #FCFDEC in popluar number systems.

HEXFCFDEC
Decimal252253236
Binary111111001111110111101100
Octal374375354

Shades and tints

Shades of #FCFDEC

#FCFDEC
(252,253,236)
#E6E6D7
(230,230,215)
#D0CFC2
(208,207,194)
#BAB8AD
(186,184,173)
#A4A198
(164,161,152)
#8E8A83
(142,138,131)
#78736E
(120,115,110)
#625C59
(98,92,89)
#4C4544
(76,69,68)
#362E2F
(54,46,47)
#20171A
(32,23,26)
#000000
(0,0,0)

Tints of #FCFDEC

#FCFDEC
(252,253,236)
#FCFDED
(252,253,237)
#FCFDEE
(252,253,238)
#FCFDEF
(252,253,239)
#FCFDF0
(252,253,240)
#FCFDF1
(252,253,241)
#FCFDF2
(252,253,242)
#FCFDF3
(252,253,243)
#FCFDF4
(252,253,244)
#FCFDF5
(252,253,245)
#FCFDF6
(252,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDEC; }

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

This text font color is #FCFDEC.


Background Color

.myBgColor { background-color: #FCFDEC; }

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

This div background color is #FCFDEC.


Border color

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

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

This div border color is #FCFDEC.


Opacity

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

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

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

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

This text has shadow with #FCFDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDEC on black background.


Color preview on white background

This text has color #FCFDEC on white background.



Black color preview on #FCFDEC background

This text has black color on #FCFDEC background.


White color preview on #FCFDEC background

This text has white color on #FCFDEC background.