COLOR #FDF1DC

HEX: #FDF1DC
RGB: (253,241,220)

Color info

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

RGB color model

#FDF1DC color RGB value is (253,241,220).

  • red value is 253;
  • green value is 241;
  • blue value is 220.
RGB:
(253,241,220)
(99%,95%,86%)

RGB channels and saturation

R 253 of 255 = 99%
G 241 of 255 = 95%
B 220 of 255 = 86%

253
241
220

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

Portions of RGB colors in percentages

R + G + B =
253 + 241 + 220 = 714 (100%)
R 253 of 714 ~ 35.43%
G 241 of 714 ~ 33.75%
B 220 of 714 ~ 30.81%

%35.43
%33.75
%30.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(0,5,13,1)
C0M5Y13K1 
(0%,5%,13%,1%)
(0.00/0.05/0.13/0.01)	

CMYK percentages

%0
%4.74
%13.04
%0.78

Codes

Color #FDF1DC in popluar color models

FDF1DC
RGB253241220
HSL38°89.19%92.75%
HSB/HSV38°13.04%99.22%
CMYK0.00%4.74%13.04%
0.78%

Color #FDF1DC in popluar number systems.

HEXFDF1DC
Decimal253241220
Binary111111011111000111011100
Octal375361334

Shades and tints

Shades of #FDF1DC

#FDF1DC
(253,241,220)
#E6DCC8
(230,220,200)
#CFC7B4
(207,199,180)
#B8B2A0
(184,178,160)
#A19D8C
(161,157,140)
#8A8878
(138,136,120)
#737364
(115,115,100)
#5C5E50
(92,94,80)
#45493C
(69,73,60)
#2E3428
(46,52,40)
#171F14
(23,31,20)
#000000
(0,0,0)

Tints of #FDF1DC

#FDF1DC
(253,241,220)
#FDF2DF
(253,242,223)
#FDF3E2
(253,243,226)
#FDF4E5
(253,244,229)
#FDF5E8
(253,245,232)
#FDF6EB
(253,246,235)
#FDF7EE
(253,247,238)
#FDF8F1
(253,248,241)
#FDF9F4
(253,249,244)
#FDFAF7
(253,250,247)
#FDFBFA
(253,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF1DC; }

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

This text font color is #FDF1DC.


Background Color

.myBgColor { background-color: #FDF1DC; }

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

This div background color is #FDF1DC.


Border color

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

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

This div border color is #FDF1DC.


Opacity

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

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

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

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

This text has shadow with #FDF1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF1DC on black background.


Color preview on white background

This text has color #FDF1DC on white background.



Black color preview on #FDF1DC background

This text has black color on #FDF1DC background.


White color preview on #FDF1DC background

This text has white color on #FDF1DC background.