COLOR #FDF7DB

HEX: #FDF7DB RGB: (253,247,219)

Color info

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

RGB color model

#FDF7DB color RGB value is (253,247,219).

RGB: (253,247,219) (99%, 97%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 219 of 255 = 86%

253
247
219

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

Portions of RGB colors in percentages

R + G + B = 253 + 247 + 219 = 719 (100%)
R 253 of 719 ~ 35.19%
G 247 of 719 ~ 34.35%
B 219 of 719 ~ 30.46'%

%35.19
%34.35
%30.46

CMYK color model

#FDF7DB color CMYK value is (0,2,13,1).

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

CMYK: (0,2,13,1)
C0M2Y13K1 (0%, 2%, 13%, 1%)
(0.00 / 0.02 / 0.13 / 0.01)

CMYK percentages

%0
%2.37
%13.44
%0.78

Codes

Color #FDF7DB in popluar color models

FD F7 DB
RGB 253 247 219
HSL 49° 89.47% 92.55%
HSB/HSV 49° 13.44% 99.22%
CMYK 0.00% 2.37% 13.44%
0.78%

Color #FDF7DB in popluar number systems.

HEX FD F7 DB
Decimal 253 247 219
Binary 11111101 11110111 11011011
Octal 375 367 333

Shades and tints

Shades of #FDF7DB

#FDF7DB
(253,247,219)
#E6E1C8
(230,225,200)
#CFCBB5
(207,203,181)
#B8B5A2
(184,181,162)
#A19F8F
(161,159,143)
#8A897C
(138,137,124)
#737369
(115,115,105)
#5C5D56
(92,93,86)
#454743
(69,71,67)
#2E3130
(46,49,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #FDF7DB

#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)
#FDF7F6
(253,247,246)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7DB; }

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

This text font color is #FDF7DB.

Background Color

.myBgColor { background-color: #FDF7DB; }

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

This div background color is #FDF7DB.

Border color

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

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

This div border color is #FDF7DB.

Opacity

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

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

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

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

This text has shadow with #FDF7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF7DB.

Preview

Color preview on black background

This text has color #FDF7DB on black background.


Color preview on white background

This text has color #FDF7DB on white background.


Black color preview on #FDF7DB background

This text has black color on #FDF7DB background.


White color preview on #FDF7DB background

This text has white color on #FDF7DB background.


Related colors

Complementary color

Complementary color for #hex is #020824.


I love getcolorcode.com

Triadic colors

1 #DBFDF7 and #F7DBFD with #FDF7DB are triadic colors.

2 #DBF7FD and #F7FDDB with #FDF7DB are triadic colors.