COLOR #FDF8EA

HEX: #FDF8EA
RGB: (253,248,234)

Color info

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

RGB color model

#FDF8EA color RGB value is (253,248,234).

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

RGB channels and saturation

R 253 of 255 = 99%
G 248 of 255 = 97%
B 234 of 255 = 92%

253
248
234

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

Portions of RGB colors in percentages

R + G + B =
253 + 248 + 234 = 735 (100%)
R 253 of 735 ~ 34.42%
G 248 of 735 ~ 33.74%
B 234 of 735 ~ 31.84%

%34.42
%33.74
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(0,2,8,1)
C0M2Y8K1 
(0%,2%,8%,1%)
(0.00/0.02/0.08/0.01)	

CMYK percentages

%0
%1.98
%7.51
%0.78

Codes

Color #FDF8EA in popluar color models

FDF8EA
RGB253248234
HSL44°82.61%95.49%
HSB/HSV44°7.51%99.22%
CMYK0.00%1.98%7.51%
0.78%

Color #FDF8EA in popluar number systems.

HEXFDF8EA
Decimal253248234
Binary111111011111100011101010
Octal375370352

Shades and tints

Shades of #FDF8EA

#FDF8EA
(253,248,234)
#E6E2D5
(230,226,213)
#CFCCC0
(207,204,192)
#B8B6AB
(184,182,171)
#A1A096
(161,160,150)
#8A8A81
(138,138,129)
#73746C
(115,116,108)
#5C5E57
(92,94,87)
#454842
(69,72,66)
#2E322D
(46,50,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #FDF8EA

#FDF8EA
(253,248,234)
#FDF8EB
(253,248,235)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF8EA; }

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

This text font color is #FDF8EA.


Background Color

.myBgColor { background-color: #FDF8EA; }

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

This div background color is #FDF8EA.


Border color

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

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

This div border color is #FDF8EA.


Opacity

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

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

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

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

This text has shadow with #FDF8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF8EA on black background.


Color preview on white background

This text has color #FDF8EA on white background.



Black color preview on #FDF8EA background

This text has black color on #FDF8EA background.


White color preview on #FDF8EA background

This text has white color on #FDF8EA background.