COLOR #FDF8EC

HEX: #FDF8EC
RGB: (253,248,236)

Color info

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

RGB color model

#FDF8EC color RGB value is (253,248,236).

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

RGB channels and saturation

R 253 of 255 = 99%
G 248 of 255 = 97%
B 236 of 255 = 93%

253
248
236

R + G + B ~ 96%. #FDF8EC is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 248 + 236 = 737 (100%)
R 253 of 737 ~ 34.33%
G 248 of 737 ~ 33.65%
B 236 of 737 ~ 32.02%

%34.33
%33.65
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(0,2,7,1)
C0M2Y7K1 
(0%,2%,7%,1%)
(0.00/0.02/0.07/0.01)	

CMYK percentages

%0
%1.98
%6.72
%0.78

Codes

Color #FDF8EC in popluar color models

FDF8EC
RGB253248236
HSL42°80.95%95.88%
HSB/HSV42°6.72%99.22%
CMYK0.00%1.98%6.72%
0.78%

Color #FDF8EC in popluar number systems.

HEXFDF8EC
Decimal253248236
Binary111111011111100011101100
Octal375370354

Shades and tints

Shades of #FDF8EC

#FDF8EC
(253,248,236)
#E6E2D7
(230,226,215)
#CFCCC2
(207,204,194)
#B8B6AD
(184,182,173)
#A1A098
(161,160,152)
#8A8A83
(138,138,131)
#73746E
(115,116,110)
#5C5E59
(92,94,89)
#454844
(69,72,68)
#2E322F
(46,50,47)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #FDF8EC

#FDF8EC
(253,248,236)
#FDF8ED
(253,248,237)
#FDF8EE
(253,248,238)
#FDF8EF
(253,248,239)
#FDF8F0
(253,248,240)
#FDF8F1
(253,248,241)
#FDF8F2
(253,248,242)
#FDF8F3
(253,248,243)
#FDF8F4
(253,248,244)
#FDF8F5
(253,248,245)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF8EC; }

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

This text font color is #FDF8EC.


Background Color

.myBgColor { background-color: #FDF8EC; }

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

This div background color is #FDF8EC.


Border color

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

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

This div border color is #FDF8EC.


Opacity

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

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

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

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

This text has shadow with #FDF8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF8EC on black background.


Color preview on white background

This text has color #FDF8EC on white background.



Black color preview on #FDF8EC background

This text has black color on #FDF8EC background.


White color preview on #FDF8EC background

This text has white color on #FDF8EC background.