COLOR #FDF1D9

HEX: #FDF1D9
RGB: (253,241,217)

Color info

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

RGB color model

#FDF1D9 color RGB value is (253,241,217).

  • red value is 253;
  • green value is 241;
  • blue value is 217.
RGB:
(253,241,217)
(99%,95%,85%)

RGB channels and saturation

R 253 of 255 = 99%
G 241 of 255 = 95%
B 217 of 255 = 85%

253
241
217

R + G + B ~ 93%. #FDF1D9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 241 + 217 = 711 (100%)
R 253 of 711 ~ 35.58%
G 241 of 711 ~ 33.9%
B 217 of 711 ~ 30.52%

%35.58
%33.9
%30.52

CMYK color model

#FDF1D9 color CMYK value is (0,5,14,1).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(0,5,14,1)
C0M5Y14K1 
(0%,5%,14%,1%)
(0.00/0.05/0.14/0.01)	

CMYK percentages

%0
%4.74
%14.23
%0.78

Codes

Color #FDF1D9 in popluar color models

FDF1D9
RGB253241217
HSL40°90.00%92.16%
HSB/HSV40°14.23%99.22%
CMYK0.00%4.74%14.23%
0.78%

Color #FDF1D9 in popluar number systems.

HEXFDF1D9
Decimal253241217
Binary111111011111000111011001
Octal375361331

Shades and tints

Shades of #FDF1D9

#FDF1D9
(253,241,217)
#E6DCC6
(230,220,198)
#CFC7B3
(207,199,179)
#B8B2A0
(184,178,160)
#A19D8D
(161,157,141)
#8A887A
(138,136,122)
#737367
(115,115,103)
#5C5E54
(92,94,84)
#454941
(69,73,65)
#2E342E
(46,52,46)
#171F1B
(23,31,27)
#000000
(0,0,0)

Tints of #FDF1D9

#FDF1D9
(253,241,217)
#FDF2DC
(253,242,220)
#FDF3DF
(253,243,223)
#FDF4E2
(253,244,226)
#FDF5E5
(253,245,229)
#FDF6E8
(253,246,232)
#FDF7EB
(253,247,235)
#FDF8EE
(253,248,238)
#FDF9F1
(253,249,241)
#FDFAF4
(253,250,244)
#FDFBF7
(253,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF1D9 color. Also use rgb(253,241,217) instead hex code.

Text Font Color

.myTextColor { color: #FDF1D9; }

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

This text font color is #FDF1D9.


Background Color

.myBgColor { background-color: #FDF1D9; }

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

This div background color is #FDF1D9.


Border color

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

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

This div border color is #FDF1D9.


Opacity

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

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

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

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

This text has shadow with #FDF1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF1D9 on black background.


Color preview on white background

This text has color #FDF1D9 on white background.



Black color preview on #FDF1D9 background

This text has black color on #FDF1D9 background.


White color preview on #FDF1D9 background

This text has white color on #FDF1D9 background.