COLOR #FDEB9F

HEX: #FDEB9F
RGB: (253,235,159)

Color info

#FDEB9F contains mainly red and green colors. Web safe color of #FDEB9F is #FFFF99 (or #FF9).

RGB color model

#FDEB9F color RGB value is (253,235,159).

  • red value is 253;
  • green value is 235;
  • blue value is 159.
RGB:
(253,235,159)
(99%,92%,62%)

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 159 of 255 = 62%

253
235
159

R + G + B ~ 84%. #FDEB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 159 = 647 (100%)
R 253 of 647 ~ 39.1%
G 235 of 647 ~ 36.32%
B 159 of 647 ~ 24.57%

%39.1
%36.32
%24.57

CMYK color model

#FDEB9F color CMYK value is (0,7,37,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 37.15%
  • key color value is 0.78%
CMYK:
(0,7,37,1)
C0M7Y37K1 
(0%,7%,37%,1%)
(0.00/0.07/0.37/0.01)	

CMYK percentages

%0
%7.11
%37.15
%0.78

Codes

Color #FDEB9F in popluar color models

FDEB9F
RGB253235159
HSL49°95.92%80.78%
HSB/HSV49°37.15%99.22%
CMYK0.00%7.11%37.15%
0.78%

Color #FDEB9F in popluar number systems.

HEXFDEB9F
Decimal253235159
Binary111111011110101110011111
Octal375353237

Shades and tints

Shades of #FDEB9F

#FDEB9F
(253,235,159)
#E6D691
(230,214,145)
#CFC183
(207,193,131)
#B8AC75
(184,172,117)
#A19767
(161,151,103)
#8A8259
(138,130,89)
#736D4B
(115,109,75)
#5C583D
(92,88,61)
#45432F
(69,67,47)
#2E2E21
(46,46,33)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #FDEB9F

#FDEB9F
(253,235,159)
#FDECA7
(253,236,167)
#FDEDAF
(253,237,175)
#FDEEB7
(253,238,183)
#FDEFBF
(253,239,191)
#FDF0C7
(253,240,199)
#FDF1CF
(253,241,207)
#FDF2D7
(253,242,215)
#FDF3DF
(253,243,223)
#FDF4E7
(253,244,231)
#FDF5EF
(253,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEB9F color. Also use rgb(253,235,159) instead hex code.

Text Font Color

.myTextColor { color: #FDEB9F; }

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

This text font color is #FDEB9F.


Background Color

.myBgColor { background-color: #FDEB9F; }

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

This div background color is #FDEB9F.


Border color

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

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

This div border color is #FDEB9F.


Opacity

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

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

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

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

This text has shadow with #FDEB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEB9F on black background.


Color preview on white background

This text has color #FDEB9F on white background.



Black color preview on #FDEB9F background

This text has black color on #FDEB9F background.


White color preview on #FDEB9F background

This text has white color on #FDEB9F background.