COLOR #FDE3AE

HEX: #FDE3AE
RGB: (253,227,174)

Color info

#FDE3AE contains mainly red and green colors. Web safe color of #FDE3AE is #FFCC99 (or #FC9).

RGB color model

#FDE3AE color RGB value is (253,227,174).

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

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 174 of 255 = 68%

253
227
174

R + G + B ~ 85%. #FDE3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 227 + 174 = 654 (100%)
R 253 of 654 ~ 38.69%
G 227 of 654 ~ 34.71%
B 174 of 654 ~ 26.61%

%38.69
%34.71
%26.61

CMYK color model

#FDE3AE color CMYK value is (0,10,31,1).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(0,10,31,1)
C0M10Y31K1 
(0%,10%,31%,1%)
(0.00/0.10/0.31/0.01)	

CMYK percentages

%0
%10.28
%31.23
%0.78

Codes

Color #FDE3AE in popluar color models

FDE3AE
RGB253227174
HSL40°95.18%83.73%
HSB/HSV40°31.23%99.22%
CMYK0.00%10.28%31.23%
0.78%

Color #FDE3AE in popluar number systems.

HEXFDE3AE
Decimal253227174
Binary111111011110001110101110
Octal375343256

Shades and tints

Shades of #FDE3AE

#FDE3AE
(253,227,174)
#E6CF9F
(230,207,159)
#CFBB90
(207,187,144)
#B8A781
(184,167,129)
#A19372
(161,147,114)
#8A7F63
(138,127,99)
#736B54
(115,107,84)
#5C5745
(92,87,69)
#454336
(69,67,54)
#2E2F27
(46,47,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDE3AE

#FDE3AE
(253,227,174)
#FDE5B5
(253,229,181)
#FDE7BC
(253,231,188)
#FDE9C3
(253,233,195)
#FDEBCA
(253,235,202)
#FDEDD1
(253,237,209)
#FDEFD8
(253,239,216)
#FDF1DF
(253,241,223)
#FDF3E6
(253,243,230)
#FDF5ED
(253,245,237)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3AE; }

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

This text font color is #FDE3AE.


Background Color

.myBgColor { background-color: #FDE3AE; }

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

This div background color is #FDE3AE.


Border color

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

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

This div border color is #FDE3AE.


Opacity

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

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

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

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

This text has shadow with #FDE3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE3AE on black background.


Color preview on white background

This text has color #FDE3AE on white background.



Black color preview on #FDE3AE background

This text has black color on #FDE3AE background.


White color preview on #FDE3AE background

This text has white color on #FDE3AE background.