COLOR #FDFCD6

HEX: #FDFCD6
RGB: (253,252,214)

Color info

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

RGB color model

#FDFCD6 color RGB value is (253,252,214).

  • red value is 253;
  • green value is 252;
  • blue value is 214.
RGB:
(253,252,214)
(99%,99%,84%)

RGB channels and saturation

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

253
252
214

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

Portions of RGB colors in percentages

R + G + B =
253 + 252 + 214 = 719 (100%)
R 253 of 719 ~ 35.19%
G 252 of 719 ~ 35.05%
B 214 of 719 ~ 29.76%

%35.19
%35.05
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • 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.4
%15.42
%0.78

Codes

Color #FDFCD6 in popluar color models

FDFCD6
RGB253252214
HSL58°90.70%91.57%
HSB/HSV58°15.42%99.22%
CMYK0.00%0.40%15.42%
0.78%

Color #FDFCD6 in popluar number systems.

HEXFDFCD6
Decimal253252214
Binary111111011111110011010110
Octal375374326

Shades and tints

Shades of #FDFCD6

#FDFCD6
(253,252,214)
#E6E6C3
(230,230,195)
#CFD0B0
(207,208,176)
#B8BA9D
(184,186,157)
#A1A48A
(161,164,138)
#8A8E77
(138,142,119)
#737864
(115,120,100)
#5C6251
(92,98,81)
#454C3E
(69,76,62)
#2E362B
(46,54,43)
#172018
(23,32,24)
#000000
(0,0,0)

Tints of #FDFCD6

#FDFCD6
(253,252,214)
#FDFCD9
(253,252,217)
#FDFCDC
(253,252,220)
#FDFCDF
(253,252,223)
#FDFCE2
(253,252,226)
#FDFCE5
(253,252,229)
#FDFCE8
(253,252,232)
#FDFCEB
(253,252,235)
#FDFCEE
(253,252,238)
#FDFCF1
(253,252,241)
#FDFCF4
(253,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCD6; }

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

This text font color is #FDFCD6.


Background Color

.myBgColor { background-color: #FDFCD6; }

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

This div background color is #FDFCD6.


Border color

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

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

This div border color is #FDFCD6.


Opacity

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

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

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

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

This text has shadow with #FDFCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCD6 on black background.


Color preview on white background

This text has color #FDFCD6 on white background.



Black color preview on #FDFCD6 background

This text has black color on #FDFCD6 background.


White color preview on #FDFCD6 background

This text has white color on #FDFCD6 background.