COLOR #FDF3DF

HEX: #FDF3DF
RGB: (253,243,223)

Color info

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

RGB color model

#FDF3DF color RGB value is (253,243,223).

  • red value is 253;
  • green value is 243;
  • blue value is 223.
RGB:
(253,243,223)
(99%,95%,87%)

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 223 of 255 = 87%

253
243
223

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

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 223 = 719 (100%)
R 253 of 719 ~ 35.19%
G 243 of 719 ~ 33.8%
B 223 of 719 ~ 31.02%

%35.19
%33.8
%31.02

CMYK color model

#FDF3DF color CMYK value is (0,4,12,1).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(0,4,12,1)
C0M4Y12K1 
(0%,4%,12%,1%)
(0.00/0.04/0.12/0.01)	

CMYK percentages

%0
%3.95
%11.86
%0.78

Codes

Color #FDF3DF in popluar color models

FDF3DF
RGB253243223
HSL40°88.24%93.33%
HSB/HSV40°11.86%99.22%
CMYK0.00%3.95%11.86%
0.78%

Color #FDF3DF in popluar number systems.

HEXFDF3DF
Decimal253243223
Binary111111011111001111011111
Octal375363337

Shades and tints

Shades of #FDF3DF

#FDF3DF
(253,243,223)
#E6DDCB
(230,221,203)
#CFC7B7
(207,199,183)
#B8B1A3
(184,177,163)
#A19B8F
(161,155,143)
#8A857B
(138,133,123)
#736F67
(115,111,103)
#5C5953
(92,89,83)
#45433F
(69,67,63)
#2E2D2B
(46,45,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #FDF3DF

#FDF3DF
(253,243,223)
#FDF4E1
(253,244,225)
#FDF5E3
(253,245,227)
#FDF6E5
(253,246,229)
#FDF7E7
(253,247,231)
#FDF8E9
(253,248,233)
#FDF9EB
(253,249,235)
#FDFAED
(253,250,237)
#FDFBEF
(253,251,239)
#FDFCF1
(253,252,241)
#FDFDF3
(253,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3DF; }

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

This text font color is #FDF3DF.


Background Color

.myBgColor { background-color: #FDF3DF; }

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

This div background color is #FDF3DF.


Border color

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

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

This div border color is #FDF3DF.


Opacity

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

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

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

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

This text has shadow with #FDF3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3DF on black background.


Color preview on white background

This text has color #FDF3DF on white background.



Black color preview on #FDF3DF background

This text has black color on #FDF3DF background.


White color preview on #FDF3DF background

This text has white color on #FDF3DF background.