COLOR #FDF8D3

HEX: #FDF8D3 RGB: (253,248,211)

Color info

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

RGB color model

#FDF8D3 color RGB value is (253,248,211).

RGB: (253,248,211) (99%, 97%, 83%)

RGB channels and saturation

R 253 of 255 = 99%
G 248 of 255 = 97%
B 211 of 255 = 83%

253
248
211

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

Portions of RGB colors in percentages

R + G + B = 253 + 248 + 211 = 712 (100%)
R 253 of 712 ~ 35.53%
G 248 of 712 ~ 34.83%
B 211 of 712 ~ 29.63'%

%35.53
%34.83
%29.63

CMYK color model

#FDF8D3 color CMYK value is (0,2,17,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 16.60%
  • key color value is 0.78%

CMYK: (0,2,17,1)
C0M2Y17K1 (0%, 2%, 17%, 1%)
(0.00 / 0.02 / 0.17 / 0.01)

CMYK percentages

%0
%1.98
%16.6
%0.78

Codes

Color #FDF8D3 in popluar color models

FD F8 D3
RGB 253 248 211
HSL 53° 91.30% 90.98%
HSB/HSV 53° 16.60% 99.22%
CMYK 0.00% 1.98% 16.60%
0.78%

Color #FDF8D3 in popluar number systems.

HEX FD F8 D3
Decimal 253 248 211
Binary 11111101 11111000 11010011
Octal 375 370 323

Shades and tints

Shades of #FDF8D3

#FDF8D3
(253,248,211)
#E6E2C0
(230,226,192)
#CFCCAD
(207,204,173)
#B8B69A
(184,182,154)
#A1A087
(161,160,135)
#8A8A74
(138,138,116)
#737461
(115,116,97)
#5C5E4E
(92,94,78)
#45483B
(69,72,59)
#2E3228
(46,50,40)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #FDF8D3

#FDF8D3
(253,248,211)
#FDF8D7
(253,248,215)
#FDF8DB
(253,248,219)
#FDF8DF
(253,248,223)
#FDF8E3
(253,248,227)
#FDF8E7
(253,248,231)
#FDF8EB
(253,248,235)
#FDF8EF
(253,248,239)
#FDF8F3
(253,248,243)
#FDF8F7
(253,248,247)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF8D3 color. Also use rgb(253,248,211) instead hex code.

Text Font Color

.myTextColor { color: #FDF8D3; }

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

This text font color is #FDF8D3.

Background Color

.myBgColor { background-color: #FDF8D3; }

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

This div background color is #FDF8D3.

Border color

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

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

This div border color is #FDF8D3.

Opacity

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

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

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

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

This text has shadow with #FDF8D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF8D3.

Preview

Color preview on black background

This text has color #FDF8D3 on black background.


Color preview on white background

This text has color #FDF8D3 on white background.


Black color preview on #FDF8D3 background

This text has black color on #FDF8D3 background.


White color preview on #FDF8D3 background

This text has white color on #FDF8D3 background.


Related colors

Complementary color

Complementary color for #hex is #02072C.


I love getcolorcode.com

Triadic colors

1 #D3FDF8 and #F8D3FD with #FDF8D3 are triadic colors.

2 #D3F8FD and #F8FDD3 with #FDF8D3 are triadic colors.