COLOR #FDE6BF

HEX: #FDE6BF
RGB: (253,230,191)

Color info

#FDE6BF contains mainly red and green colors. Web safe color of #FDE6BF is #FFCCCC (or #FCC).

RGB color model

#FDE6BF color RGB value is (253,230,191).

  • red value is 253;
  • green value is 230;
  • blue value is 191.
RGB:
(253,230,191)
(99%,90%,75%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 191 of 255 = 75%

253
230
191

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

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 191 = 674 (100%)
R 253 of 674 ~ 37.54%
G 230 of 674 ~ 34.12%
B 191 of 674 ~ 28.34%

%37.54
%34.12
%28.34

CMYK color model

#FDE6BF color CMYK value is (0,9,25,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 24.51%
  • key color value is 0.78%
CMYK:
(0,9,25,1)
C0M9Y25K1 
(0%,9%,25%,1%)
(0.00/0.09/0.25/0.01)	

CMYK percentages

%0
%9.09
%24.51
%0.78

Codes

Color #FDE6BF in popluar color models

FDE6BF
RGB253230191
HSL38°93.94%87.06%
HSB/HSV38°24.51%99.22%
CMYK0.00%9.09%24.51%
0.78%

Color #FDE6BF in popluar number systems.

HEXFDE6BF
Decimal253230191
Binary111111011110011010111111
Octal375346277

Shades and tints

Shades of #FDE6BF

#FDE6BF
(253,230,191)
#E6D2AE
(230,210,174)
#CFBE9D
(207,190,157)
#B8AA8C
(184,170,140)
#A1967B
(161,150,123)
#8A826A
(138,130,106)
#736E59
(115,110,89)
#5C5A48
(92,90,72)
#454637
(69,70,55)
#2E3226
(46,50,38)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #FDE6BF

#FDE6BF
(253,230,191)
#FDE8C4
(253,232,196)
#FDEAC9
(253,234,201)
#FDECCE
(253,236,206)
#FDEED3
(253,238,211)
#FDF0D8
(253,240,216)
#FDF2DD
(253,242,221)
#FDF4E2
(253,244,226)
#FDF6E7
(253,246,231)
#FDF8EC
(253,248,236)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6BF; }

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

This text font color is #FDE6BF.


Background Color

.myBgColor { background-color: #FDE6BF; }

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

This div background color is #FDE6BF.


Border color

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

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

This div border color is #FDE6BF.


Opacity

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

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

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

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

This text has shadow with #FDE6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE6BF on black background.


Color preview on white background

This text has color #FDE6BF on white background.



Black color preview on #FDE6BF background

This text has black color on #FDE6BF background.


White color preview on #FDE6BF background

This text has white color on #FDE6BF background.