COLOR #FDFDD6

HEX: #FDFDD6 RGB: (253,253,214)

Color info

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

RGB color model

#FDFDD6 color RGB value is (253,253,214).

RGB: (253,253,214) (99%, 99%, 84%)

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 214 of 255 = 84%

253
253
214

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

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 214 = 720 (100%)
R 253 of 720 ~ 35.14%
G 253 of 720 ~ 35.14%
B 214 of 720 ~ 29.72'%

%35.14
%35.14
%29.72

CMYK color model

#FDFDD6 color CMYK value is (0,0,15,1).

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

CMYK: (0,0,15,1)
C0M0Y15K1 (0%, 0%, 15%, 1%)
(0.00 / 0.00 / 0.15 / 0.01)

CMYK percentages

%0
%0
%15.42
%0.78

Codes

Color #FDFDD6 in popluar color models

FD FD D6
RGB 253 253 214
HSL 60° 90.70% 91.57%
HSB/HSV 60° 15.42% 99.22%
CMYK 0.00% 0.00% 15.42%
0.78%

Color #FDFDD6 in popluar number systems.

HEX FD FD D6
Decimal 253 253 214
Binary 11111101 11111101 11010110
Octal 375 375 326

Shades and tints

Shades of #FDFDD6

#FDFDD6
(253,253,214)
#E6E6C3
(230,230,195)
#CFCFB0
(207,207,176)
#B8B89D
(184,184,157)
#A1A18A
(161,161,138)
#8A8A77
(138,138,119)
#737364
(115,115,100)
#5C5C51
(92,92,81)
#45453E
(69,69,62)
#2E2E2B
(46,46,43)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDFDD6

#FDFDD6
(253,253,214)
#FDFDD9
(253,253,217)
#FDFDDC
(253,253,220)
#FDFDDF
(253,253,223)
#FDFDE2
(253,253,226)
#FDFDE5
(253,253,229)
#FDFDE8
(253,253,232)
#FDFDEB
(253,253,235)
#FDFDEE
(253,253,238)
#FDFDF1
(253,253,241)
#FDFDF4
(253,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDD6; }

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

This text font color is #FDFDD6.

Background Color

.myBgColor { background-color: #FDFDD6; }

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

This div background color is #FDFDD6.

Border color

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

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

This div border color is #FDFDD6.

Opacity

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

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

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

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

This text has shadow with #FDFDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDD6.

Preview

Color preview on black background

This text has color #FDFDD6 on black background.


Color preview on white background

This text has color #FDFDD6 on white background.


Black color preview on #FDFDD6 background

This text has black color on #FDFDD6 background.


White color preview on #FDFDD6 background

This text has white color on #FDFDD6 background.


Related colors

Complementary color

Complementary color for #hex is #020229.


I love getcolorcode.com