COLOR #FDEC91

HEX: #FDEC91
RGB: (253,236,145)

Color info

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

RGB color model

#FDEC91 color RGB value is (253,236,145).

  • red value is 253;
  • green value is 236;
  • blue value is 145.
RGB:
(253,236,145)
(99%,93%,57%)

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 145 of 255 = 57%

253
236
145

R + G + B ~ 83%. #FDEC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 145 = 634 (100%)
R 253 of 634 ~ 39.91%
G 236 of 634 ~ 37.22%
B 145 of 634 ~ 22.87%

%39.91
%37.22
%22.87

CMYK color model

#FDEC91 color CMYK value is (0,7,43,1).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 42.69%
  • key color value is 0.78%
CMYK:
(0,7,43,1)
C0M7Y43K1 
(0%,7%,43%,1%)
(0.00/0.07/0.43/0.01)	

CMYK percentages

%0
%6.72
%42.69
%0.78

Codes

Color #FDEC91 in popluar color models

FDEC91
RGB253236145
HSL51°96.43%78.04%
HSB/HSV51°42.69%99.22%
CMYK0.00%6.72%42.69%
0.78%

Color #FDEC91 in popluar number systems.

HEXFDEC91
Decimal253236145
Binary111111011110110010010001
Octal375354221

Shades and tints

Shades of #FDEC91

#FDEC91
(253,236,145)
#E6D784
(230,215,132)
#CFC277
(207,194,119)
#B8AD6A
(184,173,106)
#A1985D
(161,152,93)
#8A8350
(138,131,80)
#736E43
(115,110,67)
#5C5936
(92,89,54)
#454429
(69,68,41)
#2E2F1C
(46,47,28)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #FDEC91

#FDEC91
(253,236,145)
#FDED9B
(253,237,155)
#FDEEA5
(253,238,165)
#FDEFAF
(253,239,175)
#FDF0B9
(253,240,185)
#FDF1C3
(253,241,195)
#FDF2CD
(253,242,205)
#FDF3D7
(253,243,215)
#FDF4E1
(253,244,225)
#FDF5EB
(253,245,235)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEC91 color. Also use rgb(253,236,145) instead hex code.

Text Font Color

.myTextColor { color: #FDEC91; }

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

This text font color is #FDEC91.


Background Color

.myBgColor { background-color: #FDEC91; }

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

This div background color is #FDEC91.


Border color

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

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

This div border color is #FDEC91.


Opacity

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

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

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

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

This text has shadow with #FDEC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEC91 on black background.


Color preview on white background

This text has color #FDEC91 on white background.



Black color preview on #FDEC91 background

This text has black color on #FDEC91 background.


White color preview on #FDEC91 background

This text has white color on #FDEC91 background.