COLOR #FDE6B0

HEX: #FDE6B0 RGB: (253,230,176)

Color info

#FDE6B0 contains mainly red and green colors. Web safe color of #FDE6B0 is #FFCC99 (or #FC9).

RGB color model

#FDE6B0 color RGB value is (253,230,176).

RGB: (253,230,176) (99%, 90%, 69%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 176 of 255 = 69%

253
230
176

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

Portions of RGB colors in percentages

R + G + B = 253 + 230 + 176 = 659 (100%)
R 253 of 659 ~ 38.39%
G 230 of 659 ~ 34.9%
B 176 of 659 ~ 26.71'%

%38.39
%34.9
%26.71

CMYK color model

#FDE6B0 color CMYK value is (0,9,30,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 30.43%
  • key color value is 0.78%

CMYK: (0,9,30,1)
C0M9Y30K1 (0%, 9%, 30%, 1%)
(0.00 / 0.09 / 0.30 / 0.01)

CMYK percentages

%0
%9.09
%30.43
%0.78

Codes

Color #FDE6B0 in popluar color models

FD E6 B0
RGB 253 230 176
HSL 42° 95.06% 84.12%
HSB/HSV 42° 30.43% 99.22%
CMYK 0.00% 9.09% 30.43%
0.78%

Color #FDE6B0 in popluar number systems.

HEX FD E6 B0
Decimal 253 230 176
Binary 11111101 11100110 10110000
Octal 375 346 260

Shades and tints

Shades of #FDE6B0

#FDE6B0
(253,230,176)
#E6D2A0
(230,210,160)
#CFBE90
(207,190,144)
#B8AA80
(184,170,128)
#A19670
(161,150,112)
#8A8260
(138,130,96)
#736E50
(115,110,80)
#5C5A40
(92,90,64)
#454630
(69,70,48)
#2E3220
(46,50,32)
#171E10
(23,30,16)
#000000
(0,0,0)

Tints of #FDE6B0

#FDE6B0
(253,230,176)
#FDE8B7
(253,232,183)
#FDEABE
(253,234,190)
#FDECC5
(253,236,197)
#FDEECC
(253,238,204)
#FDF0D3
(253,240,211)
#FDF2DA
(253,242,218)
#FDF4E1
(253,244,225)
#FDF6E8
(253,246,232)
#FDF8EF
(253,248,239)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE6B0 color. Also use rgb(253,230,176) instead hex code.

Text Font Color

.myTextColor { color: #FDE6B0; }

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

This text font color is #FDE6B0.

Background Color

.myBgColor { background-color: #FDE6B0; }

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

This div background color is #FDE6B0.

Border color

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

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

This div border color is #FDE6B0.

Opacity

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

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

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

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

This text has shadow with #FDE6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE6B0.

Preview

Color preview on black background

This text has color #FDE6B0 on black background.


Color preview on white background

This text has color #FDE6B0 on white background.


Black color preview on #FDE6B0 background

This text has black color on #FDE6B0 background.


White color preview on #FDE6B0 background

This text has white color on #FDE6B0 background.


Related colors

Complementary color

Complementary color for #hex is #02194F.


I love getcolorcode.com

Triadic colors

1 #B0FDE6 and #E6B0FD with #FDE6B0 are triadic colors.

2 #B0E6FD and #E6FDB0 with #FDE6B0 are triadic colors.