COLOR #FDF5EE

HEX: #FDF5EE
RGB: (253,245,238)

Color info

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

RGB color model

#FDF5EE color RGB value is (253,245,238).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 238 of 255 = 93%

253
245
238

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 238 = 736 (100%)
R 253 of 736 ~ 34.38%
G 245 of 736 ~ 33.29%
B 238 of 736 ~ 32.34%

%34.38
%33.29
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(0,3,6,1)
C0M3Y6K1 
(0%,3%,6%,1%)
(0.00/0.03/0.06/0.01)	

CMYK percentages

%0
%3.16
%5.93
%0.78

Codes

Color #FDF5EE in popluar color models

FDF5EE
RGB253245238
HSL28°78.95%96.27%
HSB/HSV28°5.93%99.22%
CMYK0.00%3.16%5.93%
0.78%

Color #FDF5EE in popluar number systems.

HEXFDF5EE
Decimal253245238
Binary111111011111010111101110
Octal375365356

Shades and tints

Shades of #FDF5EE

#FDF5EE
(253,245,238)
#E6DFD9
(230,223,217)
#CFC9C4
(207,201,196)
#B8B3AF
(184,179,175)
#A19D9A
(161,157,154)
#8A8785
(138,135,133)
#737170
(115,113,112)
#5C5B5B
(92,91,91)
#454546
(69,69,70)
#2E2F31
(46,47,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #FDF5EE

#FDF5EE
(253,245,238)
#FDF5EF
(253,245,239)
#FDF5F0
(253,245,240)
#FDF5F1
(253,245,241)
#FDF5F2
(253,245,242)
#FDF5F3
(253,245,243)
#FDF5F4
(253,245,244)
#FDF5F5
(253,245,245)
#FDF5F6
(253,245,246)
#FDF5F7
(253,245,247)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5EE; }

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

This text font color is #FDF5EE.


Background Color

.myBgColor { background-color: #FDF5EE; }

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

This div background color is #FDF5EE.


Border color

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

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

This div border color is #FDF5EE.


Opacity

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

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

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

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

This text has shadow with #FDF5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5EE on black background.


Color preview on white background

This text has color #FDF5EE on white background.



Black color preview on #FDF5EE background

This text has black color on #FDF5EE background.


White color preview on #FDF5EE background

This text has white color on #FDF5EE background.