COLOR #FDF5DF

HEX: #FDF5DF
RGB: (253,245,223)

Color info

#FDF5DF contains red, green and blue colors in about the same proportion. Web safe color of #FDF5DF is #FFFFCC (or #FFC).

RGB color model

#FDF5DF color RGB value is (253,245,223).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 223 of 255 = 87%

253
245
223

R + G + B ~ 94%. #FDF5DF is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 223 = 721 (100%)
R 253 of 721 ~ 35.09%
G 245 of 721 ~ 33.98%
B 223 of 721 ~ 30.93%

%35.09
%33.98
%30.93

CMYK color model

#FDF5DF color CMYK value is (0,3,12,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(0,3,12,1)
C0M3Y12K1 
(0%,3%,12%,1%)
(0.00/0.03/0.12/0.01)	

CMYK percentages

%0
%3.16
%11.86
%0.78

Codes

Color #FDF5DF in popluar color models

FDF5DF
RGB253245223
HSL44°88.24%93.33%
HSB/HSV44°11.86%99.22%
CMYK0.00%3.16%11.86%
0.78%

Color #FDF5DF in popluar number systems.

HEXFDF5DF
Decimal253245223
Binary111111011111010111011111
Octal375365337

Shades and tints

Shades of #FDF5DF

#FDF5DF
(253,245,223)
#E6DFCB
(230,223,203)
#CFC9B7
(207,201,183)
#B8B3A3
(184,179,163)
#A19D8F
(161,157,143)
#8A877B
(138,135,123)
#737167
(115,113,103)
#5C5B53
(92,91,83)
#45453F
(69,69,63)
#2E2F2B
(46,47,43)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDF5DF

#FDF5DF
(253,245,223)
#FDF5E1
(253,245,225)
#FDF5E3
(253,245,227)
#FDF5E5
(253,245,229)
#FDF5E7
(253,245,231)
#FDF5E9
(253,245,233)
#FDF5EB
(253,245,235)
#FDF5ED
(253,245,237)
#FDF5EF
(253,245,239)
#FDF5F1
(253,245,241)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5DF; }

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

This text font color is #FDF5DF.


Background Color

.myBgColor { background-color: #FDF5DF; }

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

This div background color is #FDF5DF.


Border color

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

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

This div border color is #FDF5DF.


Opacity

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

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

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

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

This text has shadow with #FDF5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5DF on black background.


Color preview on white background

This text has color #FDF5DF on white background.



Black color preview on #FDF5DF background

This text has black color on #FDF5DF background.


White color preview on #FDF5DF background

This text has white color on #FDF5DF background.