COLOR #FDF3DD

HEX: #FDF3DD RGB: (253,243,221)

Color info

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

RGB color model

#FDF3DD color RGB value is (253,243,221).

RGB: (253,243,221) (99%, 95%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 221 of 255 = 87%

253
243
221

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

Portions of RGB colors in percentages

R + G + B = 253 + 243 + 221 = 717 (100%)
R 253 of 717 ~ 35.29%
G 243 of 717 ~ 33.89%
B 221 of 717 ~ 30.82'%

%35.29
%33.89
%30.82

CMYK color model

#FDF3DD color CMYK value is (0,4,13,1).

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

CMYK: (0,4,13,1)
C0M4Y13K1 (0%, 4%, 13%, 1%)
(0.00 / 0.04 / 0.13 / 0.01)

CMYK percentages

%0
%3.95
%12.65
%0.78

Codes

Color #FDF3DD in popluar color models

FD F3 DD
RGB 253 243 221
HSL 41° 88.89% 92.94%
HSB/HSV 41° 12.65% 99.22%
CMYK 0.00% 3.95% 12.65%
0.78%

Color #FDF3DD in popluar number systems.

HEX FD F3 DD
Decimal 253 243 221
Binary 11111101 11110011 11011101
Octal 375 363 335

Shades and tints

Shades of #FDF3DD

#FDF3DD
(253,243,221)
#E6DDC9
(230,221,201)
#CFC7B5
(207,199,181)
#B8B1A1
(184,177,161)
#A19B8D
(161,155,141)
#8A8579
(138,133,121)
#736F65
(115,111,101)
#5C5951
(92,89,81)
#45433D
(69,67,61)
#2E2D29
(46,45,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #FDF3DD

#FDF3DD
(253,243,221)
#FDF4E0
(253,244,224)
#FDF5E3
(253,245,227)
#FDF6E6
(253,246,230)
#FDF7E9
(253,247,233)
#FDF8EC
(253,248,236)
#FDF9EF
(253,249,239)
#FDFAF2
(253,250,242)
#FDFBF5
(253,251,245)
#FDFCF8
(253,252,248)
#FDFDFB
(253,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3DD; }

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

This text font color is #FDF3DD.

Background Color

.myBgColor { background-color: #FDF3DD; }

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

This div background color is #FDF3DD.

Border color

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

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

This div border color is #FDF3DD.

Opacity

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

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

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

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

This text has shadow with #FDF3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF3DD.

Preview

Color preview on black background

This text has color #FDF3DD on black background.


Color preview on white background

This text has color #FDF3DD on white background.


Black color preview on #FDF3DD background

This text has black color on #FDF3DD background.


White color preview on #FDF3DD background

This text has white color on #FDF3DD background.


Related colors

Complementary color

Complementary color for #hex is #020C22.


I love getcolorcode.com

Triadic colors

1 #DDFDF3 and #F3DDFD with #FDF3DD are triadic colors.

2 #DDF3FD and #F3FDDD with #FDF3DD are triadic colors.