COLOR #FDE8BF

HEX: #FDE8BF RGB: (253,232,191)

Color info

#FDE8BF contains mainly red and green colors. Web safe color of #FDE8BF is #FFFFCC (or #FFC).

RGB color model

#FDE8BF color RGB value is (253,232,191).

RGB: (253,232,191) (99%, 91%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 232 of 255 = 91%
B 191 of 255 = 75%

253
232
191

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

Portions of RGB colors in percentages

R + G + B = 253 + 232 + 191 = 676 (100%)
R 253 of 676 ~ 37.43%
G 232 of 676 ~ 34.32%
B 191 of 676 ~ 28.25'%

%37.43
%34.32
%28.25

CMYK color model

#FDE8BF color CMYK value is (0,8,25,1).

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

CMYK: (0,8,25,1)
C0M8Y25K1 (0%, 8%, 25%, 1%)
(0.00 / 0.08 / 0.25 / 0.01)

CMYK percentages

%0
%8.3
%24.51
%0.78

Codes

Color #FDE8BF in popluar color models

FD E8 BF
RGB 253 232 191
HSL 40° 93.94% 87.06%
HSB/HSV 40° 24.51% 99.22%
CMYK 0.00% 8.30% 24.51%
0.78%

Color #FDE8BF in popluar number systems.

HEX FD E8 BF
Decimal 253 232 191
Binary 11111101 11101000 10111111
Octal 375 350 277

Shades and tints

Shades of #FDE8BF

#FDE8BF
(253,232,191)
#E6D3AE
(230,211,174)
#CFBE9D
(207,190,157)
#B8A98C
(184,169,140)
#A1947B
(161,148,123)
#8A7F6A
(138,127,106)
#736A59
(115,106,89)
#5C5548
(92,85,72)
#454037
(69,64,55)
#2E2B26
(46,43,38)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #FDE8BF

#FDE8BF
(253,232,191)
#FDEAC4
(253,234,196)
#FDECC9
(253,236,201)
#FDEECE
(253,238,206)
#FDF0D3
(253,240,211)
#FDF2D8
(253,242,216)
#FDF4DD
(253,244,221)
#FDF6E2
(253,246,226)
#FDF8E7
(253,248,231)
#FDFAEC
(253,250,236)
#FDFCF1
(253,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE8BF; }

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

This text font color is #FDE8BF.

Background Color

.myBgColor { background-color: #FDE8BF; }

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

This div background color is #FDE8BF.

Border color

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

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

This div border color is #FDE8BF.

Opacity

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

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

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

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

This text has shadow with #FDE8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE8BF.

Preview

Color preview on black background

This text has color #FDE8BF on black background.


Color preview on white background

This text has color #FDE8BF on white background.


Black color preview on #FDE8BF background

This text has black color on #FDE8BF background.


White color preview on #FDE8BF background

This text has white color on #FDE8BF background.


Related colors

Complementary color

Complementary color for #hex is #021740.


I love getcolorcode.com

Triadic colors

1 #BFFDE8 and #E8BFFD with #FDE8BF are triadic colors.

2 #BFE8FD and #E8FDBF with #FDE8BF are triadic colors.