COLOR #FDF7D8

HEX: #FDF7D8
RGB: (253,247,216)

Color info

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

RGB color model

#FDF7D8 color RGB value is (253,247,216).

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

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 216 of 255 = 85%

253
247
216

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

Portions of RGB colors in percentages

R + G + B =
253 + 247 + 216 = 716 (100%)
R 253 of 716 ~ 35.34%
G 247 of 716 ~ 34.5%
B 216 of 716 ~ 30.17%

%35.34
%34.5
%30.17

CMYK color model

#FDF7D8 color CMYK value is (0,2,15,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 14.62%
  • key color value is 0.78%
CMYK:
(0,2,15,1)
C0M2Y15K1 
(0%,2%,15%,1%)
(0.00/0.02/0.15/0.01)	

CMYK percentages

%0
%2.37
%14.62
%0.78

Codes

Color #FDF7D8 in popluar color models

FDF7D8
RGB253247216
HSL50°90.24%91.96%
HSB/HSV50°14.62%99.22%
CMYK0.00%2.37%14.62%
0.78%

Color #FDF7D8 in popluar number systems.

HEXFDF7D8
Decimal253247216
Binary111111011111011111011000
Octal375367330

Shades and tints

Shades of #FDF7D8

#FDF7D8
(253,247,216)
#E6E1C5
(230,225,197)
#CFCBB2
(207,203,178)
#B8B59F
(184,181,159)
#A19F8C
(161,159,140)
#8A8979
(138,137,121)
#737366
(115,115,102)
#5C5D53
(92,93,83)
#454740
(69,71,64)
#2E312D
(46,49,45)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #FDF7D8

#FDF7D8
(253,247,216)
#FDF7DB
(253,247,219)
#FDF7DE
(253,247,222)
#FDF7E1
(253,247,225)
#FDF7E4
(253,247,228)
#FDF7E7
(253,247,231)
#FDF7EA
(253,247,234)
#FDF7ED
(253,247,237)
#FDF7F0
(253,247,240)
#FDF7F3
(253,247,243)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7D8; }

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

This text font color is #FDF7D8.


Background Color

.myBgColor { background-color: #FDF7D8; }

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

This div background color is #FDF7D8.


Border color

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

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

This div border color is #FDF7D8.


Opacity

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

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

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

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

This text has shadow with #FDF7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF7D8 on black background.


Color preview on white background

This text has color #FDF7D8 on white background.



Black color preview on #FDF7D8 background

This text has black color on #FDF7D8 background.


White color preview on #FDF7D8 background

This text has white color on #FDF7D8 background.