COLOR #FDF0DD

HEX: #FDF0DD RGB: (253,240,221)

Color info

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

RGB color model

#FDF0DD color RGB value is (253,240,221).

RGB: (253,240,221) (99%, 94%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 240 of 255 = 94%
B 221 of 255 = 87%

253
240
221

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

Portions of RGB colors in percentages

R + G + B = 253 + 240 + 221 = 714 (100%)
R 253 of 714 ~ 35.43%
G 240 of 714 ~ 33.61%
B 221 of 714 ~ 30.95'%

%35.43
%33.61
%30.95

CMYK color model

#FDF0DD color CMYK value is (0,5,13,1).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 12.65%
  • key color value is 0.78%

CMYK: (0,5,13,1)
C0M5Y13K1 (0%, 5%, 13%, 1%)
(0.00 / 0.05 / 0.13 / 0.01)

CMYK percentages

%0
%5.14
%12.65
%0.78

Codes

Color #FDF0DD in popluar color models

FD F0 DD
RGB 253 240 221
HSL 36° 88.89% 92.94%
HSB/HSV 36° 12.65% 99.22%
CMYK 0.00% 5.14% 12.65%
0.78%

Color #FDF0DD in popluar number systems.

HEX FD F0 DD
Decimal 253 240 221
Binary 11111101 11110000 11011101
Octal 375 360 335

Shades and tints

Shades of #FDF0DD

#FDF0DD
(253,240,221)
#E6DBC9
(230,219,201)
#CFC6B5
(207,198,181)
#B8B1A1
(184,177,161)
#A19C8D
(161,156,141)
#8A8779
(138,135,121)
#737265
(115,114,101)
#5C5D51
(92,93,81)
#45483D
(69,72,61)
#2E3329
(46,51,41)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #FDF0DD

#FDF0DD
(253,240,221)
#FDF1E0
(253,241,224)
#FDF2E3
(253,242,227)
#FDF3E6
(253,243,230)
#FDF4E9
(253,244,233)
#FDF5EC
(253,245,236)
#FDF6EF
(253,246,239)
#FDF7F2
(253,247,242)
#FDF8F5
(253,248,245)
#FDF9F8
(253,249,248)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF0DD color. Also use rgb(253,240,221) instead hex code.

Text Font Color

.myTextColor { color: #FDF0DD; }

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

This text font color is #FDF0DD.

Background Color

.myBgColor { background-color: #FDF0DD; }

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

This div background color is #FDF0DD.

Border color

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

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

This div border color is #FDF0DD.

Opacity

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

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

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

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

This text has shadow with #FDF0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF0DD.

Preview

Color preview on black background

This text has color #FDF0DD on black background.


Color preview on white background

This text has color #FDF0DD on white background.


Black color preview on #FDF0DD background

This text has black color on #FDF0DD background.


White color preview on #FDF0DD background

This text has white color on #FDF0DD background.


Related colors

Complementary color

Complementary color for #hex is #020F22.


I love getcolorcode.com

Triadic colors

1 #DDFDF0 and #F0DDFD with #FDF0DD are triadic colors.

2 #DDF0FD and #F0FDDD with #FDF0DD are triadic colors.