COLOR #FDE6B2

HEX: #FDE6B2 RGB: (253,230,178)

Color info

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

RGB color model

#FDE6B2 color RGB value is (253,230,178).

RGB: (253,230,178) (99%, 90%, 70%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 178 of 255 = 70%

253
230
178

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

Portions of RGB colors in percentages

R + G + B = 253 + 230 + 178 = 661 (100%)
R 253 of 661 ~ 38.28%
G 230 of 661 ~ 34.8%
B 178 of 661 ~ 26.93'%

%38.28
%34.8
%26.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 29.64%
  • 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
%29.64
%0.78

Codes

Color #FDE6B2 in popluar color models

FD E6 B2
RGB 253 230 178
HSL 42° 94.94% 84.51%
HSB/HSV 42° 29.64% 99.22%
CMYK 0.00% 9.09% 29.64%
0.78%

Color #FDE6B2 in popluar number systems.

HEX FD E6 B2
Decimal 253 230 178
Binary 11111101 11100110 10110010
Octal 375 346 262

Shades and tints

Shades of #FDE6B2

#FDE6B2
(253,230,178)
#E6D2A2
(230,210,162)
#CFBE92
(207,190,146)
#B8AA82
(184,170,130)
#A19672
(161,150,114)
#8A8262
(138,130,98)
#736E52
(115,110,82)
#5C5A42
(92,90,66)
#454632
(69,70,50)
#2E3222
(46,50,34)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #FDE6B2

#FDE6B2
(253,230,178)
#FDE8B9
(253,232,185)
#FDEAC0
(253,234,192)
#FDECC7
(253,236,199)
#FDEECE
(253,238,206)
#FDF0D5
(253,240,213)
#FDF2DC
(253,242,220)
#FDF4E3
(253,244,227)
#FDF6EA
(253,246,234)
#FDF8F1
(253,248,241)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6B2; }

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

This text font color is #FDE6B2.

Background Color

.myBgColor { background-color: #FDE6B2; }

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

This div background color is #FDE6B2.

Border color

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

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

This div border color is #FDE6B2.

Opacity

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

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

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

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

This text has shadow with #FDE6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE6B2.

Preview

Color preview on black background

This text has color #FDE6B2 on black background.


Color preview on white background

This text has color #FDE6B2 on white background.


Black color preview on #FDE6B2 background

This text has black color on #FDE6B2 background.


White color preview on #FDE6B2 background

This text has white color on #FDE6B2 background.


Related colors

Complementary color

Complementary color for #hex is #02194D.


I love getcolorcode.com

Triadic colors

1 #B2FDE6 and #E6B2FD with #FDE6B2 are triadic colors.

2 #B2E6FD and #E6FDB2 with #FDE6B2 are triadic colors.