COLOR #FDEDA1

HEX: #FDEDA1 RGB: (253,237,161)

Color info

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

RGB color model

#FDEDA1 color RGB value is (253,237,161).

RGB: (253,237,161) (99%, 93%, 63%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 161 of 255 = 63%

253
237
161

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

Portions of RGB colors in percentages

R + G + B = 253 + 237 + 161 = 651 (100%)
R 253 of 651 ~ 38.86%
G 237 of 651 ~ 36.41%
B 161 of 651 ~ 24.73'%

%38.86
%36.41
%24.73

CMYK color model

#FDEDA1 color CMYK value is (0,6,36,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 36.36%
  • key color value is 0.78%

CMYK: (0,6,36,1)
C0M6Y36K1 (0%, 6%, 36%, 1%)
(0.00 / 0.06 / 0.36 / 0.01)

CMYK percentages

%0
%6.32
%36.36
%0.78

Codes

Color #FDEDA1 in popluar color models

FD ED A1
RGB 253 237 161
HSL 50° 95.83% 81.18%
HSB/HSV 50° 36.36% 99.22%
CMYK 0.00% 6.32% 36.36%
0.78%

Color #FDEDA1 in popluar number systems.

HEX FD ED A1
Decimal 253 237 161
Binary 11111101 11101101 10100001
Octal 375 355 241

Shades and tints

Shades of #FDEDA1

#FDEDA1
(253,237,161)
#E6D893
(230,216,147)
#CFC385
(207,195,133)
#B8AE77
(184,174,119)
#A19969
(161,153,105)
#8A845B
(138,132,91)
#736F4D
(115,111,77)
#5C5A3F
(92,90,63)
#454531
(69,69,49)
#2E3023
(46,48,35)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #FDEDA1

#FDEDA1
(253,237,161)
#FDEEA9
(253,238,169)
#FDEFB1
(253,239,177)
#FDF0B9
(253,240,185)
#FDF1C1
(253,241,193)
#FDF2C9
(253,242,201)
#FDF3D1
(253,243,209)
#FDF4D9
(253,244,217)
#FDF5E1
(253,245,225)
#FDF6E9
(253,246,233)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEDA1 color. Also use rgb(253,237,161) instead hex code.

Text Font Color

.myTextColor { color: #FDEDA1; }

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

This text font color is #FDEDA1.

Background Color

.myBgColor { background-color: #FDEDA1; }

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

This div background color is #FDEDA1.

Border color

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

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

This div border color is #FDEDA1.

Opacity

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

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

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

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

This text has shadow with #FDEDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEDA1.

Preview

Color preview on black background

This text has color #FDEDA1 on black background.


Color preview on white background

This text has color #FDEDA1 on white background.


Black color preview on #FDEDA1 background

This text has black color on #FDEDA1 background.


White color preview on #FDEDA1 background

This text has white color on #FDEDA1 background.


Related colors

Complementary color

Complementary color for #hex is #02125E.


I love getcolorcode.com

Triadic colors

1 #A1FDED and #EDA1FD with #FDEDA1 are triadic colors.

2 #A1EDFD and #EDFDA1 with #FDEDA1 are triadic colors.