COLOR #FDFCEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
252
238

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

Portions of RGB colors in percentages

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

%34.05
%33.92
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • 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
%0.4
%5.93
%0.78

Codes

Color #FDFCEE in popluar color models

FDFCEE
RGB253252238
HSL56°78.95%96.27%
HSB/HSV56°5.93%99.22%
CMYK0.00%0.40%5.93%
0.78%

Color #FDFCEE in popluar number systems.

HEXFDFCEE
Decimal253252238
Binary111111011111110011101110
Octal375374356

Shades and tints

Shades of #FDFCEE

#FDFCEE
(253,252,238)
#E6E6D9
(230,230,217)
#CFD0C4
(207,208,196)
#B8BAAF
(184,186,175)
#A1A49A
(161,164,154)
#8A8E85
(138,142,133)
#737870
(115,120,112)
#5C625B
(92,98,91)
#454C46
(69,76,70)
#2E3631
(46,54,49)
#17201C
(23,32,28)
#000000
(0,0,0)

Tints of #FDFCEE

#FDFCEE
(253,252,238)
#FDFCEF
(253,252,239)
#FDFCF0
(253,252,240)
#FDFCF1
(253,252,241)
#FDFCF2
(253,252,242)
#FDFCF3
(253,252,243)
#FDFCF4
(253,252,244)
#FDFCF5
(253,252,245)
#FDFCF6
(253,252,246)
#FDFCF7
(253,252,247)
#FDFCF8
(253,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCEE; }

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

This text font color is #FDFCEE.


Background Color

.myBgColor { background-color: #FDFCEE; }

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

This div background color is #FDFCEE.


Border color

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

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

This div border color is #FDFCEE.


Opacity

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

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

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

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

This text has shadow with #FDFCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCEE on black background.


Color preview on white background

This text has color #FDFCEE on white background.



Black color preview on #FDFCEE background

This text has black color on #FDFCEE background.


White color preview on #FDFCEE background

This text has white color on #FDFCEE background.