COLOR #FDE2B6

HEX: #FDE2B6
RGB: (253,226,182)

Color info

#FDE2B6 contains mainly red and green colors. Web safe color of #FDE2B6 is #FFCCCC (or #FCC).

RGB color model

#FDE2B6 color RGB value is (253,226,182).

  • red value is 253;
  • green value is 226;
  • blue value is 182.
RGB:
(253,226,182)
(99%,89%,71%)

RGB channels and saturation

R 253 of 255 = 99%
G 226 of 255 = 89%
B 182 of 255 = 71%

253
226
182

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

Portions of RGB colors in percentages

R + G + B =
253 + 226 + 182 = 661 (100%)
R 253 of 661 ~ 38.28%
G 226 of 661 ~ 34.19%
B 182 of 661 ~ 27.53%

%38.28
%34.19
%27.53

CMYK color model

#FDE2B6 color CMYK value is (0,11,28,1).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 28.06%
  • key color value is 0.78%
CMYK:
(0,11,28,1)
C0M11Y28K1 
(0%,11%,28%,1%)
(0.00/0.11/0.28/0.01)	

CMYK percentages

%0
%10.67
%28.06
%0.78

Codes

Color #FDE2B6 in popluar color models

FDE2B6
RGB253226182
HSL37°94.67%85.29%
HSB/HSV37°28.06%99.22%
CMYK0.00%10.67%28.06%
0.78%

Color #FDE2B6 in popluar number systems.

HEXFDE2B6
Decimal253226182
Binary111111011110001010110110
Octal375342266

Shades and tints

Shades of #FDE2B6

#FDE2B6
(253,226,182)
#E6CEA6
(230,206,166)
#CFBA96
(207,186,150)
#B8A686
(184,166,134)
#A19276
(161,146,118)
#8A7E66
(138,126,102)
#736A56
(115,106,86)
#5C5646
(92,86,70)
#454236
(69,66,54)
#2E2E26
(46,46,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #FDE2B6

#FDE2B6
(253,226,182)
#FDE4BC
(253,228,188)
#FDE6C2
(253,230,194)
#FDE8C8
(253,232,200)
#FDEACE
(253,234,206)
#FDECD4
(253,236,212)
#FDEEDA
(253,238,218)
#FDF0E0
(253,240,224)
#FDF2E6
(253,242,230)
#FDF4EC
(253,244,236)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE2B6 color. Also use rgb(253,226,182) instead hex code.

Text Font Color

.myTextColor { color: #FDE2B6; }

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

This text font color is #FDE2B6.


Background Color

.myBgColor { background-color: #FDE2B6; }

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

This div background color is #FDE2B6.


Border color

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

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

This div border color is #FDE2B6.


Opacity

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

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

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

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

This text has shadow with #FDE2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE2B6 on black background.


Color preview on white background

This text has color #FDE2B6 on white background.



Black color preview on #FDE2B6 background

This text has black color on #FDE2B6 background.


White color preview on #FDE2B6 background

This text has white color on #FDE2B6 background.