COLOR #FDEBA7

HEX: #FDEBA7
RGB: (253,235,167)

Color info

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

RGB color model

#FDEBA7 color RGB value is (253,235,167).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 167 of 255 = 65%

253
235
167

R + G + B ~ 85%. #FDEBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 167 = 655 (100%)
R 253 of 655 ~ 38.63%
G 235 of 655 ~ 35.88%
B 167 of 655 ~ 25.5%

%38.63
%35.88
%25.5

CMYK color model

#FDEBA7 color CMYK value is (0,7,34,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 33.99%
  • key color value is 0.78%
CMYK:
(0,7,34,1)
C0M7Y34K1 
(0%,7%,34%,1%)
(0.00/0.07/0.34/0.01)	

CMYK percentages

%0
%7.11
%33.99
%0.78

Codes

Color #FDEBA7 in popluar color models

FDEBA7
RGB253235167
HSL47°95.56%82.35%
HSB/HSV47°33.99%99.22%
CMYK0.00%7.11%33.99%
0.78%

Color #FDEBA7 in popluar number systems.

HEXFDEBA7
Decimal253235167
Binary111111011110101110100111
Octal375353247

Shades and tints

Shades of #FDEBA7

#FDEBA7
(253,235,167)
#E6D698
(230,214,152)
#CFC189
(207,193,137)
#B8AC7A
(184,172,122)
#A1976B
(161,151,107)
#8A825C
(138,130,92)
#736D4D
(115,109,77)
#5C583E
(92,88,62)
#45432F
(69,67,47)
#2E2E20
(46,46,32)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #FDEBA7

#FDEBA7
(253,235,167)
#FDECAF
(253,236,175)
#FDEDB7
(253,237,183)
#FDEEBF
(253,238,191)
#FDEFC7
(253,239,199)
#FDF0CF
(253,240,207)
#FDF1D7
(253,241,215)
#FDF2DF
(253,242,223)
#FDF3E7
(253,243,231)
#FDF4EF
(253,244,239)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBA7; }

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

This text font color is #FDEBA7.


Background Color

.myBgColor { background-color: #FDEBA7; }

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

This div background color is #FDEBA7.


Border color

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

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

This div border color is #FDEBA7.


Opacity

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

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

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

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

This text has shadow with #FDEBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBA7 on black background.


Color preview on white background

This text has color #FDEBA7 on white background.



Black color preview on #FDEBA7 background

This text has black color on #FDEBA7 background.


White color preview on #FDEBA7 background

This text has white color on #FDEBA7 background.