COLOR #FDFCD0

HEX: #FDFCD0 RGB: (253,252,208)

Color info

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

RGB color model

#FDFCD0 color RGB value is (253,252,208).

RGB: (253,252,208) (99%, 99%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 252 of 255 = 99%
B 208 of 255 = 82%

253
252
208

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

Portions of RGB colors in percentages

R + G + B = 253 + 252 + 208 = 713 (100%)
R 253 of 713 ~ 35.48%
G 252 of 713 ~ 35.34%
B 208 of 713 ~ 29.17'%

%35.48
%35.34
%29.17

CMYK color model

#FDFCD0 color CMYK value is (0,0,18,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK: (0,0,18,1) C0M0Y18K1 (0%,0%,18%,1%) (0.00/0.00/0.18/0.01) 

CMYK percentages

%0
%0.4
%17.79
%0.78

Codes

Color #FDFCD0 in popluar color models

FD FC D0
RGB 253 252 208
HSL 59° 91.84% 90.39%
HSB/HSV 59° 17.79% 99.22%
CMYK 0.00% 0.40% 17.79%
0.78%

Color #FDFCD0 in popluar number systems.

HEX FD FC D0
Decimal 253 252 208
Binary 11111101 11111100 11010000
Octal 375 374 320

Shades and tints

Shades of #FDFCD0

#FDFCD0
(253,252,208)
#E6E6BE
(230,230,190)
#CFD0AC
(207,208,172)
#B8BA9A
(184,186,154)
#A1A488
(161,164,136)
#8A8E76
(138,142,118)
#737864
(115,120,100)
#5C6252
(92,98,82)
#454C40
(69,76,64)
#2E362E
(46,54,46)
#17201C
(23,32,28)
#000000
(0,0,0)

Tints of #FDFCD0

#FDFCD0
(253,252,208)
#FDFCD4
(253,252,212)
#FDFCD8
(253,252,216)
#FDFCDC
(253,252,220)
#FDFCE0
(253,252,224)
#FDFCE4
(253,252,228)
#FDFCE8
(253,252,232)
#FDFCEC
(253,252,236)
#FDFCF0
(253,252,240)
#FDFCF4
(253,252,244)
#FDFCF8
(253,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCD0; }

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

This text font color is #FDFCD0.

Background Color

.myBgColor { background-color: #FDFCD0; }

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

This div background color is #FDFCD0.

Border color

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

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

This div border color is #FDFCD0.

Opacity

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

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

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

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

This text has shadow with #FDFCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFCD0.

Preview

Color preview on black background

This text has color #FDFCD0 on black background.


Color preview on white background

This text has color #FDFCD0 on white background.


Black color preview on #FDFCD0 background

This text has black color on #FDFCD0 background.


White color preview on #FDFCD0 background

This text has white color on #FDFCD0 background.


Related colors

Complementary color

Complementary color for #hex is #02032F.


I love getcolorcode.com

Triadic colors

1 #D0FDFC and #FCD0FD with #FDFCD0 are triadic colors.

2 #D0FCFD and #FCFDD0 with #FDFCD0 are triadic colors.