COLOR #FDE3C4

HEX: #FDE3C4
RGB: (253,227,196)

Color info

#FDE3C4 contains red, green and blue colors in about the same proportion. Web safe color of #FDE3C4 is #FFCCCC (or #FCC).

RGB color model

#FDE3C4 color RGB value is (253,227,196).

  • red value is 253;
  • green value is 227;
  • blue value is 196.
RGB:
(253,227,196)
(99%,89%,77%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 196 of 255 = 77%

253
227
196

R + G + B ~ 88%. #FDE3C4 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 227 + 196 = 676 (100%)
R 253 of 676 ~ 37.43%
G 227 of 676 ~ 33.58%
B 196 of 676 ~ 28.99%

%37.43
%33.58
%28.99

CMYK color model

#FDE3C4 color CMYK value is (0,10,23,1).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 22.53%
  • key color value is 0.78%
CMYK:
(0,10,23,1)
C0M10Y23K1 
(0%,10%,23%,1%)
(0.00/0.10/0.23/0.01)	

CMYK percentages

%0
%10.28
%22.53
%0.78

Codes

Color #FDE3C4 in popluar color models

FDE3C4
RGB253227196
HSL33°93.44%88.04%
HSB/HSV33°22.53%99.22%
CMYK0.00%10.28%22.53%
0.78%

Color #FDE3C4 in popluar number systems.

HEXFDE3C4
Decimal253227196
Binary111111011110001111000100
Octal375343304

Shades and tints

Shades of #FDE3C4

#FDE3C4
(253,227,196)
#E6CFB3
(230,207,179)
#CFBBA2
(207,187,162)
#B8A791
(184,167,145)
#A19380
(161,147,128)
#8A7F6F
(138,127,111)
#736B5E
(115,107,94)
#5C574D
(92,87,77)
#45433C
(69,67,60)
#2E2F2B
(46,47,43)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #FDE3C4

#FDE3C4
(253,227,196)
#FDE5C9
(253,229,201)
#FDE7CE
(253,231,206)
#FDE9D3
(253,233,211)
#FDEBD8
(253,235,216)
#FDEDDD
(253,237,221)
#FDEFE2
(253,239,226)
#FDF1E7
(253,241,231)
#FDF3EC
(253,243,236)
#FDF5F1
(253,245,241)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE3C4 color. Also use rgb(253,227,196) instead hex code.

Text Font Color

.myTextColor { color: #FDE3C4; }

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

This text font color is #FDE3C4.


Background Color

.myBgColor { background-color: #FDE3C4; }

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

This div background color is #FDE3C4.


Border color

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

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

This div border color is #FDE3C4.


Opacity

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

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

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

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

This text has shadow with #FDE3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE3C4 on black background.


Color preview on white background

This text has color #FDE3C4 on white background.



Black color preview on #FDE3C4 background

This text has black color on #FDE3C4 background.


White color preview on #FDE3C4 background

This text has white color on #FDE3C4 background.