COLOR #FDEAAB

HEX: #FDEAAB
RGB: (253,234,171)

Color info

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

RGB color model

#FDEAAB color RGB value is (253,234,171).

  • red value is 253;
  • green value is 234;
  • blue value is 171.
RGB:
(253,234,171)
(99%,92%,67%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 171 of 255 = 67%

253
234
171

R + G + B ~ 86%. #FDEAAB is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 234 + 171 = 658 (100%)
R 253 of 658 ~ 38.45%
G 234 of 658 ~ 35.56%
B 171 of 658 ~ 25.99%

%38.45
%35.56
%25.99

CMYK color model

#FDEAAB color CMYK value is (0,8,32,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 32.41%
  • key color value is 0.78%
CMYK:
(0,8,32,1)
C0M8Y32K1 
(0%,8%,32%,1%)
(0.00/0.08/0.32/0.01)	

CMYK percentages

%0
%7.51
%32.41
%0.78

Codes

Color #FDEAAB in popluar color models

FDEAAB
RGB253234171
HSL46°95.35%83.14%
HSB/HSV46°32.41%99.22%
CMYK0.00%7.51%32.41%
0.78%

Color #FDEAAB in popluar number systems.

HEXFDEAAB
Decimal253234171
Binary111111011110101010101011
Octal375352253

Shades and tints

Shades of #FDEAAB

#FDEAAB
(253,234,171)
#E6D59C
(230,213,156)
#CFC08D
(207,192,141)
#B8AB7E
(184,171,126)
#A1966F
(161,150,111)
#8A8160
(138,129,96)
#736C51
(115,108,81)
#5C5742
(92,87,66)
#454233
(69,66,51)
#2E2D24
(46,45,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #FDEAAB

#FDEAAB
(253,234,171)
#FDEBB2
(253,235,178)
#FDECB9
(253,236,185)
#FDEDC0
(253,237,192)
#FDEEC7
(253,238,199)
#FDEFCE
(253,239,206)
#FDF0D5
(253,240,213)
#FDF1DC
(253,241,220)
#FDF2E3
(253,242,227)
#FDF3EA
(253,243,234)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEAAB color. Also use rgb(253,234,171) instead hex code.

Text Font Color

.myTextColor { color: #FDEAAB; }

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

This text font color is #FDEAAB.


Background Color

.myBgColor { background-color: #FDEAAB; }

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

This div background color is #FDEAAB.


Border color

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

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

This div border color is #FDEAAB.


Opacity

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

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

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

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

This text has shadow with #FDEAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEAAB on black background.


Color preview on white background

This text has color #FDEAAB on white background.



Black color preview on #FDEAAB background

This text has black color on #FDEAAB background.


White color preview on #FDEAAB background

This text has white color on #FDEAAB background.