COLOR #FDF7D1

HEX: #FDF7D1
RGB: (253,247,209)

Color info

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

RGB color model

#FDF7D1 color RGB value is (253,247,209).

  • red value is 253;
  • green value is 247;
  • blue value is 209.
RGB:
(253,247,209)
(99%,97%,82%)

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 209 of 255 = 82%

253
247
209

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

Portions of RGB colors in percentages

R + G + B =
253 + 247 + 209 = 709 (100%)
R 253 of 709 ~ 35.68%
G 247 of 709 ~ 34.84%
B 209 of 709 ~ 29.48%

%35.68
%34.84
%29.48

CMYK color model

#FDF7D1 color CMYK value is (0,2,17,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 17.39%
  • key color value is 0.78%
CMYK:
(0,2,17,1)
C0M2Y17K1 
(0%,2%,17%,1%)
(0.00/0.02/0.17/0.01)	

CMYK percentages

%0
%2.37
%17.39
%0.78

Codes

Color #FDF7D1 in popluar color models

FDF7D1
RGB253247209
HSL52°91.67%90.59%
HSB/HSV52°17.39%99.22%
CMYK0.00%2.37%17.39%
0.78%

Color #FDF7D1 in popluar number systems.

HEXFDF7D1
Decimal253247209
Binary111111011111011111010001
Octal375367321

Shades and tints

Shades of #FDF7D1

#FDF7D1
(253,247,209)
#E6E1BE
(230,225,190)
#CFCBAB
(207,203,171)
#B8B598
(184,181,152)
#A19F85
(161,159,133)
#8A8972
(138,137,114)
#73735F
(115,115,95)
#5C5D4C
(92,93,76)
#454739
(69,71,57)
#2E3126
(46,49,38)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #FDF7D1

#FDF7D1
(253,247,209)
#FDF7D5
(253,247,213)
#FDF7D9
(253,247,217)
#FDF7DD
(253,247,221)
#FDF7E1
(253,247,225)
#FDF7E5
(253,247,229)
#FDF7E9
(253,247,233)
#FDF7ED
(253,247,237)
#FDF7F1
(253,247,241)
#FDF7F5
(253,247,245)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF7D1 color. Also use rgb(253,247,209) instead hex code.

Text Font Color

.myTextColor { color: #FDF7D1; }

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

This text font color is #FDF7D1.


Background Color

.myBgColor { background-color: #FDF7D1; }

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

This div background color is #FDF7D1.


Border color

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

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

This div border color is #FDF7D1.


Opacity

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

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

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

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

This text has shadow with #FDF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF7D1 on black background.


Color preview on white background

This text has color #FDF7D1 on white background.



Black color preview on #FDF7D1 background

This text has black color on #FDF7D1 background.


White color preview on #FDF7D1 background

This text has white color on #FDF7D1 background.