COLOR #FDFDDB

HEX: #FDFDDB RGB: (253,253,219)

Color info

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

RGB color model

#FDFDDB color RGB value is (253,253,219).

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

RGB channels and saturation

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

253
253
219

R + G + B ~ 95%. #FDFDDB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 219 = 725 (100%)
R 253 of 725 ~ 34.9%
G 253 of 725 ~ 34.9%
B 219 of 725 ~ 30.21'%

%34.9
%34.9
%30.21

CMYK color model

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

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

CMYK: (0,0,13,1)
C0M0Y13K1 (0%, 0%, 13%, 1%)
(0.00 / 0.00 / 0.13 / 0.01)

CMYK percentages

%0
%0
%13.44
%0.78

Codes

Color #FDFDDB in popluar color models

FD FD DB
RGB 253 253 219
HSL 60° 89.47% 92.55%
HSB/HSV 60° 13.44% 99.22%
CMYK 0.00% 0.00% 13.44%
0.78%

Color #FDFDDB in popluar number systems.

HEX FD FD DB
Decimal 253 253 219
Binary 11111101 11111101 11011011
Octal 375 375 333

Shades and tints

Shades of #FDFDDB

#FDFDDB
(253,253,219)
#E6E6C8
(230,230,200)
#CFCFB5
(207,207,181)
#B8B8A2
(184,184,162)
#A1A18F
(161,161,143)
#8A8A7C
(138,138,124)
#737369
(115,115,105)
#5C5C56
(92,92,86)
#454543
(69,69,67)
#2E2E30
(46,46,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #FDFDDB

#FDFDDB
(253,253,219)
#FDFDDE
(253,253,222)
#FDFDE1
(253,253,225)
#FDFDE4
(253,253,228)
#FDFDE7
(253,253,231)
#FDFDEA
(253,253,234)
#FDFDED
(253,253,237)
#FDFDF0
(253,253,240)
#FDFDF3
(253,253,243)
#FDFDF6
(253,253,246)
#FDFDF9
(253,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDDB; }

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

This text font color is #FDFDDB.

Background Color

.myBgColor { background-color: #FDFDDB; }

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

This div background color is #FDFDDB.

Border color

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

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

This div border color is #FDFDDB.

Opacity

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

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

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

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

This text has shadow with #FDFDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDDB.

Preview

Color preview on black background

This text has color #FDFDDB on black background.


Color preview on white background

This text has color #FDFDDB on white background.


Black color preview on #FDFDDB background

This text has black color on #FDFDDB background.


White color preview on #FDFDDB background

This text has white color on #FDFDDB background.


Related colors

Complementary color

Complementary color for #hex is #020224.


I love getcolorcode.com