COLOR #FDF5D1

HEX: #FDF5D1 RGB: (253,245,209)

Color info

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

RGB color model

#FDF5D1 color RGB value is (253,245,209).

RGB: (253,245,209) (99%, 96%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 209 of 255 = 82%

253
245
209

R + G + B ~ 92%. #FDF5D1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 245 + 209 = 707 (100%)
R 253 of 707 ~ 35.79%
G 245 of 707 ~ 34.65%
B 209 of 707 ~ 29.56'%

%35.79
%34.65
%29.56

CMYK color model

#FDF5D1 color CMYK value is (0,3,17,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 17.39%
  • key color value is 0.78%

CMYK: (0,3,17,1)
C0M3Y17K1 (0%, 3%, 17%, 1%)
(0.00 / 0.03 / 0.17 / 0.01)

CMYK percentages

%0
%3.16
%17.39
%0.78

Codes

Color #FDF5D1 in popluar color models

FD F5 D1
RGB 253 245 209
HSL 49° 91.67% 90.59%
HSB/HSV 49° 17.39% 99.22%
CMYK 0.00% 3.16% 17.39%
0.78%

Color #FDF5D1 in popluar number systems.

HEX FD F5 D1
Decimal 253 245 209
Binary 11111101 11110101 11010001
Octal 375 365 321

Shades and tints

Shades of #FDF5D1

#FDF5D1
(253,245,209)
#E6DFBE
(230,223,190)
#CFC9AB
(207,201,171)
#B8B398
(184,179,152)
#A19D85
(161,157,133)
#8A8772
(138,135,114)
#73715F
(115,113,95)
#5C5B4C
(92,91,76)
#454539
(69,69,57)
#2E2F26
(46,47,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #FDF5D1

#FDF5D1
(253,245,209)
#FDF5D5
(253,245,213)
#FDF5D9
(253,245,217)
#FDF5DD
(253,245,221)
#FDF5E1
(253,245,225)
#FDF5E5
(253,245,229)
#FDF5E9
(253,245,233)
#FDF5ED
(253,245,237)
#FDF5F1
(253,245,241)
#FDF5F5
(253,245,245)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5D1; }

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

This text font color is #FDF5D1.

Background Color

.myBgColor { background-color: #FDF5D1; }

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

This div background color is #FDF5D1.

Border color

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

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

This div border color is #FDF5D1.

Opacity

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

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

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

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

This text has shadow with #FDF5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF5D1.

Preview

Color preview on black background

This text has color #FDF5D1 on black background.


Color preview on white background

This text has color #FDF5D1 on white background.


Black color preview on #FDF5D1 background

This text has black color on #FDF5D1 background.


White color preview on #FDF5D1 background

This text has white color on #FDF5D1 background.


Related colors

Complementary color

Complementary color for #hex is #020A2E.


I love getcolorcode.com

Triadic colors

1 #D1FDF5 and #F5D1FD with #FDF5D1 are triadic colors.

2 #D1F5FD and #F5FDD1 with #FDF5D1 are triadic colors.