COLOR #FDF6DB

HEX: #FDF6DB RGB: (253,246,219)

Color info

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

RGB color model

#FDF6DB color RGB value is (253,246,219).

RGB: (253,246,219) (99%, 96%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 246 of 255 = 96%
B 219 of 255 = 86%

253
246
219

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

Portions of RGB colors in percentages

R + G + B = 253 + 246 + 219 = 718 (100%)
R 253 of 718 ~ 35.24%
G 246 of 718 ~ 34.26%
B 219 of 718 ~ 30.5'%

%35.24
%34.26
%30.5

CMYK color model

#FDF6DB color CMYK value is (0,3,13,1).

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

CMYK: (0,3,13,1)
C0M3Y13K1 (0%, 3%, 13%, 1%)
(0.00 / 0.03 / 0.13 / 0.01)

CMYK percentages

%0
%2.77
%13.44
%0.78

Codes

Color #FDF6DB in popluar color models

FD F6 DB
RGB 253 246 219
HSL 48° 89.47% 92.55%
HSB/HSV 48° 13.44% 99.22%
CMYK 0.00% 2.77% 13.44%
0.78%

Color #FDF6DB in popluar number systems.

HEX FD F6 DB
Decimal 253 246 219
Binary 11111101 11110110 11011011
Octal 375 366 333

Shades and tints

Shades of #FDF6DB

#FDF6DB
(253,246,219)
#E6E0C8
(230,224,200)
#CFCAB5
(207,202,181)
#B8B4A2
(184,180,162)
#A19E8F
(161,158,143)
#8A887C
(138,136,124)
#737269
(115,114,105)
#5C5C56
(92,92,86)
#454643
(69,70,67)
#2E3030
(46,48,48)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #FDF6DB

#FDF6DB
(253,246,219)
#FDF6DE
(253,246,222)
#FDF6E1
(253,246,225)
#FDF6E4
(253,246,228)
#FDF6E7
(253,246,231)
#FDF6EA
(253,246,234)
#FDF6ED
(253,246,237)
#FDF6F0
(253,246,240)
#FDF6F3
(253,246,243)
#FDF6F6
(253,246,246)
#FDF6F9
(253,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF6DB; }

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

This text font color is #FDF6DB.

Background Color

.myBgColor { background-color: #FDF6DB; }

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

This div background color is #FDF6DB.

Border color

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

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

This div border color is #FDF6DB.

Opacity

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

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

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

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

This text has shadow with #FDF6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF6DB.

Preview

Color preview on black background

This text has color #FDF6DB on black background.


Color preview on white background

This text has color #FDF6DB on white background.


Black color preview on #FDF6DB background

This text has black color on #FDF6DB background.


White color preview on #FDF6DB background

This text has white color on #FDF6DB background.


Related colors

Complementary color

Complementary color for #hex is #020924.


I love getcolorcode.com

Triadic colors

1 #DBFDF6 and #F6DBFD with #FDF6DB are triadic colors.

2 #DBF6FD and #F6FDDB with #FDF6DB are triadic colors.