COLOR #FDFCD7

HEX: #FDFCD7
RGB: (253,252,215)

Color info

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

RGB color model

#FDFCD7 color RGB value is (253,252,215).

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

RGB channels and saturation

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

253
252
215

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

Portions of RGB colors in percentages

R + G + B =
253 + 252 + 215 = 720 (100%)
R 253 of 720 ~ 35.14%
G 252 of 720 ~ 35%
B 215 of 720 ~ 29.86%

%35.14
%35
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 15.02%
  • 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.02
%0.78

Codes

Color #FDFCD7 in popluar color models

FDFCD7
RGB253252215
HSL58°90.48%91.76%
HSB/HSV58°15.02%99.22%
CMYK0.00%0.40%15.02%
0.78%

Color #FDFCD7 in popluar number systems.

HEXFDFCD7
Decimal253252215
Binary111111011111110011010111
Octal375374327

Shades and tints

Shades of #FDFCD7

#FDFCD7
(253,252,215)
#E6E6C4
(230,230,196)
#CFD0B1
(207,208,177)
#B8BA9E
(184,186,158)
#A1A48B
(161,164,139)
#8A8E78
(138,142,120)
#737865
(115,120,101)
#5C6252
(92,98,82)
#454C3F
(69,76,63)
#2E362C
(46,54,44)
#172019
(23,32,25)
#000000
(0,0,0)

Tints of #FDFCD7

#FDFCD7
(253,252,215)
#FDFCDA
(253,252,218)
#FDFCDD
(253,252,221)
#FDFCE0
(253,252,224)
#FDFCE3
(253,252,227)
#FDFCE6
(253,252,230)
#FDFCE9
(253,252,233)
#FDFCEC
(253,252,236)
#FDFCEF
(253,252,239)
#FDFCF2
(253,252,242)
#FDFCF5
(253,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCD7; }

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

This text font color is #FDFCD7.


Background Color

.myBgColor { background-color: #FDFCD7; }

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

This div background color is #FDFCD7.


Border color

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

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

This div border color is #FDFCD7.


Opacity

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

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

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

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

This text has shadow with #FDFCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCD7 on black background.


Color preview on white background

This text has color #FDFCD7 on white background.



Black color preview on #FDFCD7 background

This text has black color on #FDFCD7 background.


White color preview on #FDFCD7 background

This text has white color on #FDFCD7 background.