COLOR #FDF3D7

HEX: #FDF3D7
RGB: (253,243,215)

Color info

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

RGB color model

#FDF3D7 color RGB value is (253,243,215).

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

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 215 of 255 = 84%

253
243
215

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

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 215 = 711 (100%)
R 253 of 711 ~ 35.58%
G 243 of 711 ~ 34.18%
B 215 of 711 ~ 30.24%

%35.58
%34.18
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 15.02%
  • key color value is 0.78%
CMYK:
(0,4,15,1)
C0M4Y15K1 
(0%,4%,15%,1%)
(0.00/0.04/0.15/0.01)	

CMYK percentages

%0
%3.95
%15.02
%0.78

Codes

Color #FDF3D7 in popluar color models

FDF3D7
RGB253243215
HSL44°90.48%91.76%
HSB/HSV44°15.02%99.22%
CMYK0.00%3.95%15.02%
0.78%

Color #FDF3D7 in popluar number systems.

HEXFDF3D7
Decimal253243215
Binary111111011111001111010111
Octal375363327

Shades and tints

Shades of #FDF3D7

#FDF3D7
(253,243,215)
#E6DDC4
(230,221,196)
#CFC7B1
(207,199,177)
#B8B19E
(184,177,158)
#A19B8B
(161,155,139)
#8A8578
(138,133,120)
#736F65
(115,111,101)
#5C5952
(92,89,82)
#45433F
(69,67,63)
#2E2D2C
(46,45,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDF3D7

#FDF3D7
(253,243,215)
#FDF4DA
(253,244,218)
#FDF5DD
(253,245,221)
#FDF6E0
(253,246,224)
#FDF7E3
(253,247,227)
#FDF8E6
(253,248,230)
#FDF9E9
(253,249,233)
#FDFAEC
(253,250,236)
#FDFBEF
(253,251,239)
#FDFCF2
(253,252,242)
#FDFDF5
(253,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3D7; }

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

This text font color is #FDF3D7.


Background Color

.myBgColor { background-color: #FDF3D7; }

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

This div background color is #FDF3D7.


Border color

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

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

This div border color is #FDF3D7.


Opacity

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

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

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

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

This text has shadow with #FDF3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3D7 on black background.


Color preview on white background

This text has color #FDF3D7 on white background.



Black color preview on #FDF3D7 background

This text has black color on #FDF3D7 background.


White color preview on #FDF3D7 background

This text has white color on #FDF3D7 background.