COLOR #FDF3CE

HEX: #FDF3CE
RGB: (253,243,206)

Color info

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

RGB color model

#FDF3CE color RGB value is (253,243,206).

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

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 206 of 255 = 81%

253
243
206

R + G + B ~ 92%. #FDF3CE is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 206 = 702 (100%)
R 253 of 702 ~ 36.04%
G 243 of 702 ~ 34.62%
B 206 of 702 ~ 29.34%

%36.04
%34.62
%29.34

CMYK color model

#FDF3CE color CMYK value is (0,4,19,1).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 18.58%
  • key color value is 0.78%
CMYK:
(0,4,19,1)
C0M4Y19K1 
(0%,4%,19%,1%)
(0.00/0.04/0.19/0.01)	

CMYK percentages

%0
%3.95
%18.58
%0.78

Codes

Color #FDF3CE in popluar color models

FDF3CE
RGB253243206
HSL47°92.16%90.00%
HSB/HSV47°18.58%99.22%
CMYK0.00%3.95%18.58%
0.78%

Color #FDF3CE in popluar number systems.

HEXFDF3CE
Decimal253243206
Binary111111011111001111001110
Octal375363316

Shades and tints

Shades of #FDF3CE

#FDF3CE
(253,243,206)
#E6DDBC
(230,221,188)
#CFC7AA
(207,199,170)
#B8B198
(184,177,152)
#A19B86
(161,155,134)
#8A8574
(138,133,116)
#736F62
(115,111,98)
#5C5950
(92,89,80)
#45433E
(69,67,62)
#2E2D2C
(46,45,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #FDF3CE

#FDF3CE
(253,243,206)
#FDF4D2
(253,244,210)
#FDF5D6
(253,245,214)
#FDF6DA
(253,246,218)
#FDF7DE
(253,247,222)
#FDF8E2
(253,248,226)
#FDF9E6
(253,249,230)
#FDFAEA
(253,250,234)
#FDFBEE
(253,251,238)
#FDFCF2
(253,252,242)
#FDFDF6
(253,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3CE; }

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

This text font color is #FDF3CE.


Background Color

.myBgColor { background-color: #FDF3CE; }

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

This div background color is #FDF3CE.


Border color

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

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

This div border color is #FDF3CE.


Opacity

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

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

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

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

This text has shadow with #FDF3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3CE on black background.


Color preview on white background

This text has color #FDF3CE on white background.



Black color preview on #FDF3CE background

This text has black color on #FDF3CE background.


White color preview on #FDF3CE background

This text has white color on #FDF3CE background.