COLOR #FDEAB3

HEX: #FDEAB3 RGB: (253,234,179)

Color info

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

RGB color model

#FDEAB3 color RGB value is (253,234,179).

RGB: (253,234,179) (99%, 92%, 70%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 179 of 255 = 70%

253
234
179

R + G + B ~ 87%. #FDEAB3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 179 = 666 (100%)
R 253 of 666 ~ 37.99%
G 234 of 666 ~ 35.14%
B 179 of 666 ~ 26.88'%

%37.99
%35.14
%26.88

CMYK color model

#FDEAB3 color CMYK value is (0,8,29,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 29.25%
  • key color value is 0.78%

CMYK: (0,8,29,1)
C0M8Y29K1 (0%, 8%, 29%, 1%)
(0.00 / 0.08 / 0.29 / 0.01)

CMYK percentages

%0
%7.51
%29.25
%0.78

Codes

Color #FDEAB3 in popluar color models

FD EA B3
RGB 253 234 179
HSL 45° 94.87% 84.71%
HSB/HSV 45° 29.25% 99.22%
CMYK 0.00% 7.51% 29.25%
0.78%

Color #FDEAB3 in popluar number systems.

HEX FD EA B3
Decimal 253 234 179
Binary 11111101 11101010 10110011
Octal 375 352 263

Shades and tints

Shades of #FDEAB3

#FDEAB3
(253,234,179)
#E6D5A3
(230,213,163)
#CFC093
(207,192,147)
#B8AB83
(184,171,131)
#A19673
(161,150,115)
#8A8163
(138,129,99)
#736C53
(115,108,83)
#5C5743
(92,87,67)
#454233
(69,66,51)
#2E2D23
(46,45,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #FDEAB3

#FDEAB3
(253,234,179)
#FDEBB9
(253,235,185)
#FDECBF
(253,236,191)
#FDEDC5
(253,237,197)
#FDEECB
(253,238,203)
#FDEFD1
(253,239,209)
#FDF0D7
(253,240,215)
#FDF1DD
(253,241,221)
#FDF2E3
(253,242,227)
#FDF3E9
(253,243,233)
#FDF4EF
(253,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAB3; }

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

This text font color is #FDEAB3.

Background Color

.myBgColor { background-color: #FDEAB3; }

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

This div background color is #FDEAB3.

Border color

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

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

This div border color is #FDEAB3.

Opacity

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

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

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

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

This text has shadow with #FDEAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEAB3.

Preview

Color preview on black background

This text has color #FDEAB3 on black background.


Color preview on white background

This text has color #FDEAB3 on white background.


Black color preview on #FDEAB3 background

This text has black color on #FDEAB3 background.


White color preview on #FDEAB3 background

This text has white color on #FDEAB3 background.


Related colors

Complementary color

Complementary color for #hex is #02154C.


I love getcolorcode.com

Triadic colors

1 #B3FDEA and #EAB3FD with #FDEAB3 are triadic colors.

2 #B3EAFD and #EAFDB3 with #FDEAB3 are triadic colors.