COLOR #FDE8C7

HEX: #FDE8C7 RGB: (253,232,199)

Color info

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

RGB color model

#FDE8C7 color RGB value is (253,232,199).

RGB: (253,232,199) (99%, 91%, 78%)

RGB channels and saturation

R 253 of 255 = 99%
G 232 of 255 = 91%
B 199 of 255 = 78%

253
232
199

R + G + B ~ 89%. #FDE8C7 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 232 + 199 = 684 (100%)
R 253 of 684 ~ 36.99%
G 232 of 684 ~ 33.92%
B 199 of 684 ~ 29.09'%

%36.99
%33.92
%29.09

CMYK color model

#FDE8C7 color CMYK value is (0,8,21,1).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 21.34%
  • key color value is 0.78%

CMYK: (0,8,21,1)
C0M8Y21K1 (0%, 8%, 21%, 1%)
(0.00 / 0.08 / 0.21 / 0.01)

CMYK percentages

%0
%8.3
%21.34
%0.78

Codes

Color #FDE8C7 in popluar color models

FD E8 C7
RGB 253 232 199
HSL 37° 93.10% 88.63%
HSB/HSV 37° 21.34% 99.22%
CMYK 0.00% 8.30% 21.34%
0.78%

Color #FDE8C7 in popluar number systems.

HEX FD E8 C7
Decimal 253 232 199
Binary 11111101 11101000 11000111
Octal 375 350 307

Shades and tints

Shades of #FDE8C7

#FDE8C7
(253,232,199)
#E6D3B5
(230,211,181)
#CFBEA3
(207,190,163)
#B8A991
(184,169,145)
#A1947F
(161,148,127)
#8A7F6D
(138,127,109)
#736A5B
(115,106,91)
#5C5549
(92,85,73)
#454037
(69,64,55)
#2E2B25
(46,43,37)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #FDE8C7

#FDE8C7
(253,232,199)
#FDEACC
(253,234,204)
#FDECD1
(253,236,209)
#FDEED6
(253,238,214)
#FDF0DB
(253,240,219)
#FDF2E0
(253,242,224)
#FDF4E5
(253,244,229)
#FDF6EA
(253,246,234)
#FDF8EF
(253,248,239)
#FDFAF4
(253,250,244)
#FDFCF9
(253,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE8C7 color. Also use rgb(253,232,199) instead hex code.

Text Font Color

.myTextColor { color: #FDE8C7; }

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

This text font color is #FDE8C7.

Background Color

.myBgColor { background-color: #FDE8C7; }

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

This div background color is #FDE8C7.

Border color

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

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

This div border color is #FDE8C7.

Opacity

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

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

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

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

This text has shadow with #FDE8C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE8C7.

Preview

Color preview on black background

This text has color #FDE8C7 on black background.


Color preview on white background

This text has color #FDE8C7 on white background.


Black color preview on #FDE8C7 background

This text has black color on #FDE8C7 background.


White color preview on #FDE8C7 background

This text has white color on #FDE8C7 background.


Related colors

Complementary color

Complementary color for #hex is #021738.


I love getcolorcode.com

Triadic colors

1 #C7FDE8 and #E8C7FD with #FDE8C7 are triadic colors.

2 #C7E8FD and #E8FDC7 with #FDE8C7 are triadic colors.