COLOR #FDEB8D

HEX: #FDEB8D
RGB: (253,235,141)

Color info

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

RGB color model

#FDEB8D color RGB value is (253,235,141).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 141 of 255 = 55%

253
235
141

R + G + B ~ 82%. #FDEB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 141 = 629 (100%)
R 253 of 629 ~ 40.22%
G 235 of 629 ~ 37.36%
B 141 of 629 ~ 22.42%

%40.22
%37.36
%22.42

CMYK color model

#FDEB8D color CMYK value is (0,7,44,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 44.27%
  • key color value is 0.78%
CMYK:
(0,7,44,1)
C0M7Y44K1 
(0%,7%,44%,1%)
(0.00/0.07/0.44/0.01)	

CMYK percentages

%0
%7.11
%44.27
%0.78

Codes

Color #FDEB8D in popluar color models

FDEB8D
RGB253235141
HSL50°96.55%77.25%
HSB/HSV50°44.27%99.22%
CMYK0.00%7.11%44.27%
0.78%

Color #FDEB8D in popluar number systems.

HEXFDEB8D
Decimal253235141
Binary111111011110101110001101
Octal375353215

Shades and tints

Shades of #FDEB8D

#FDEB8D
(253,235,141)
#E6D681
(230,214,129)
#CFC175
(207,193,117)
#B8AC69
(184,172,105)
#A1975D
(161,151,93)
#8A8251
(138,130,81)
#736D45
(115,109,69)
#5C5839
(92,88,57)
#45432D
(69,67,45)
#2E2E21
(46,46,33)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDEB8D

#FDEB8D
(253,235,141)
#FDEC97
(253,236,151)
#FDEDA1
(253,237,161)
#FDEEAB
(253,238,171)
#FDEFB5
(253,239,181)
#FDF0BF
(253,240,191)
#FDF1C9
(253,241,201)
#FDF2D3
(253,242,211)
#FDF3DD
(253,243,221)
#FDF4E7
(253,244,231)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEB8D; }

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

This text font color is #FDEB8D.


Background Color

.myBgColor { background-color: #FDEB8D; }

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

This div background color is #FDEB8D.


Border color

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

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

This div border color is #FDEB8D.


Opacity

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

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

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

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

This text has shadow with #FDEB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEB8D on black background.


Color preview on white background

This text has color #FDEB8D on white background.



Black color preview on #FDEB8D background

This text has black color on #FDEB8D background.


White color preview on #FDEB8D background

This text has white color on #FDEB8D background.