COLOR #FDF7D5

HEX: #FDF7D5 RGB: (253,247,213)

Color info

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

RGB color model

#FDF7D5 color RGB value is (253,247,213).

RGB: (253,247,213) (99%, 97%, 84%)

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 213 of 255 = 84%

253
247
213

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

Portions of RGB colors in percentages

R + G + B = 253 + 247 + 213 = 713 (100%)
R 253 of 713 ~ 35.48%
G 247 of 713 ~ 34.64%
B 213 of 713 ~ 29.87'%

%35.48
%34.64
%29.87

CMYK color model

#FDF7D5 color CMYK value is (0,2,16,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 15.81%
  • key color value is 0.78%

CMYK: (0,2,16,1)
C0M2Y16K1 (0%, 2%, 16%, 1%)
(0.00 / 0.02 / 0.16 / 0.01)

CMYK percentages

%0
%2.37
%15.81
%0.78

Codes

Color #FDF7D5 in popluar color models

FD F7 D5
RGB 253 247 213
HSL 51° 90.91% 91.37%
HSB/HSV 51° 15.81% 99.22%
CMYK 0.00% 2.37% 15.81%
0.78%

Color #FDF7D5 in popluar number systems.

HEX FD F7 D5
Decimal 253 247 213
Binary 11111101 11110111 11010101
Octal 375 367 325

Shades and tints

Shades of #FDF7D5

#FDF7D5
(253,247,213)
#E6E1C2
(230,225,194)
#CFCBAF
(207,203,175)
#B8B59C
(184,181,156)
#A19F89
(161,159,137)
#8A8976
(138,137,118)
#737363
(115,115,99)
#5C5D50
(92,93,80)
#45473D
(69,71,61)
#2E312A
(46,49,42)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #FDF7D5

#FDF7D5
(253,247,213)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7D5; }

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

This text font color is #FDF7D5.

Background Color

.myBgColor { background-color: #FDF7D5; }

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

This div background color is #FDF7D5.

Border color

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

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

This div border color is #FDF7D5.

Opacity

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

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

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

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

This text has shadow with #FDF7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF7D5.

Preview

Color preview on black background

This text has color #FDF7D5 on black background.


Color preview on white background

This text has color #FDF7D5 on white background.


Black color preview on #FDF7D5 background

This text has black color on #FDF7D5 background.


White color preview on #FDF7D5 background

This text has white color on #FDF7D5 background.


Related colors

Complementary color

Complementary color for #hex is #02082A.


I love getcolorcode.com

Triadic colors

1 #D5FDF7 and #F7D5FD with #FDF7D5 are triadic colors.

2 #D5F7FD and #F7FDD5 with #FDF7D5 are triadic colors.