COLOR #FDEE93

HEX: #FDEE93 RGB: (253,238,147)

Color info

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

RGB color model

#FDEE93 color RGB value is (253,238,147).

RGB: (253,238,147) (99%, 93%, 58%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 147 of 255 = 58%

253
238
147

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

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 147 = 638 (100%)
R 253 of 638 ~ 39.66%
G 238 of 638 ~ 37.3%
B 147 of 638 ~ 23.04'%

%39.66
%37.3
%23.04

CMYK color model

#FDEE93 color CMYK value is (0,6,42,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 41.90%
  • key color value is 0.78%

CMYK: (0,6,42,1)
C0M6Y42K1 (0%, 6%, 42%, 1%)
(0.00 / 0.06 / 0.42 / 0.01)

CMYK percentages

%0
%5.93
%41.9
%0.78

Codes

Color #FDEE93 in popluar color models

FD EE 93
RGB 253 238 147
HSL 52° 96.36% 78.43%
HSB/HSV 52° 41.90% 99.22%
CMYK 0.00% 5.93% 41.90%
0.78%

Color #FDEE93 in popluar number systems.

HEX FD EE 93
Decimal 253 238 147
Binary 11111101 11101110 10010011
Octal 375 356 223

Shades and tints

Shades of #FDEE93

#FDEE93
(253,238,147)
#E6D986
(230,217,134)
#CFC479
(207,196,121)
#B8AF6C
(184,175,108)
#A19A5F
(161,154,95)
#8A8552
(138,133,82)
#737045
(115,112,69)
#5C5B38
(92,91,56)
#45462B
(69,70,43)
#2E311E
(46,49,30)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #FDEE93

#FDEE93
(253,238,147)
#FDEF9C
(253,239,156)
#FDF0A5
(253,240,165)
#FDF1AE
(253,241,174)
#FDF2B7
(253,242,183)
#FDF3C0
(253,243,192)
#FDF4C9
(253,244,201)
#FDF5D2
(253,245,210)
#FDF6DB
(253,246,219)
#FDF7E4
(253,247,228)
#FDF8ED
(253,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEE93 color. Also use rgb(253,238,147) instead hex code.

Text Font Color

.myTextColor { color: #FDEE93; }

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

This text font color is #FDEE93.

Background Color

.myBgColor { background-color: #FDEE93; }

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

This div background color is #FDEE93.

Border color

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

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

This div border color is #FDEE93.

Opacity

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

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

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

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

This text has shadow with #FDEE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEE93.

Preview

Color preview on black background

This text has color #FDEE93 on black background.


Color preview on white background

This text has color #FDEE93 on white background.


Black color preview on #FDEE93 background

This text has black color on #FDEE93 background.


White color preview on #FDEE93 background

This text has white color on #FDEE93 background.


Related colors

Complementary color

Complementary color for #hex is #02116C.


I love getcolorcode.com

Triadic colors

1 #93FDEE and #EE93FD with #FDEE93 are triadic colors.

2 #93EEFD and #EEFD93 with #FDEE93 are triadic colors.