COLOR #FCFDEE

HEX: #FCFDEE
RGB: (252,253,238)

Color info

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

RGB color model

#FCFDEE color RGB value is (252,253,238).

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

RGB channels and saturation

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

252
253
238

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

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 238 = 743 (100%)
R 252 of 743 ~ 33.92%
G 253 of 743 ~ 34.05%
B 238 of 743 ~ 32.03%

%33.92
%34.05
%32.03

CMYK color model

#FCFDEE color CMYK value is (0,0,6,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(0,0,6,1)
C0M0Y6K1 
(0%,0%,6%,1%)
(0.00/0.00/0.06/0.01)	

CMYK percentages

%0.4
%0
%5.93
%0.78

Codes

Color #FCFDEE in popluar color models

FCFDEE
RGB252253238
HSL64°78.95%96.27%
HSB/HSV64°5.93%99.22%
CMYK0.40%0.00%5.93%
0.78%

Color #FCFDEE in popluar number systems.

HEXFCFDEE
Decimal252253238
Binary111111001111110111101110
Octal374375356

Shades and tints

Shades of #FCFDEE

#FCFDEE
(252,253,238)
#E6E6D9
(230,230,217)
#D0CFC4
(208,207,196)
#BAB8AF
(186,184,175)
#A4A19A
(164,161,154)
#8E8A85
(142,138,133)
#787370
(120,115,112)
#625C5B
(98,92,91)
#4C4546
(76,69,70)
#362E31
(54,46,49)
#20171C
(32,23,28)
#000000
(0,0,0)

Tints of #FCFDEE

#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)
#FCFDF7
(252,253,247)
#FCFDF8
(252,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDEE; }

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

This text font color is #FCFDEE.


Background Color

.myBgColor { background-color: #FCFDEE; }

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

This div background color is #FCFDEE.


Border color

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

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

This div border color is #FCFDEE.


Opacity

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

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

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

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

This text has shadow with #FCFDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDEE on black background.


Color preview on white background

This text has color #FCFDEE on white background.



Black color preview on #FCFDEE background

This text has black color on #FCFDEE background.


White color preview on #FCFDEE background

This text has white color on #FCFDEE background.