COLOR #FEE2BD

HEX: #FEE2BD RGB: (254,226,189)

Color info

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

RGB color model

#FEE2BD color RGB value is (254,226,189).

RGB: (254,226,189) (100%, 89%, 74%)

RGB channels and saturation

R 254 of 255 = 100%
G 226 of 255 = 89%
B 189 of 255 = 74%

254
226
189

R + G + B ~ 88%. #FEE2BD is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 226 + 189 = 669 (100%)
R 254 of 669 ~ 37.97%
G 226 of 669 ~ 33.78%
B 189 of 669 ~ 28.25'%

%37.97
%33.78
%28.25

CMYK color model

#FEE2BD color CMYK value is (0,11,26,0).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 25.59%
  • key color value is 0.39%

CMYK: (0,11,26,0)
C0M11Y26K0 (0%, 11%, 26%, 0%)
(0.00 / 0.11 / 0.26 / 0.00)

CMYK percentages

%0
%11.02
%25.59
%0.39

Codes

Color #FEE2BD in popluar color models

FE E2 BD
RGB 254 226 189
HSL 34° 97.01% 86.86%
HSB/HSV 34° 25.59% 99.61%
CMYK 0.00% 11.02% 25.59%
0.39%

Color #FEE2BD in popluar number systems.

HEX FE E2 BD
Decimal 254 226 189
Binary 11111110 11100010 10111101
Octal 376 342 275

Shades and tints

Shades of #FEE2BD

#FEE2BD
(254,226,189)
#E7CEAC
(231,206,172)
#D0BA9B
(208,186,155)
#B9A68A
(185,166,138)
#A29279
(162,146,121)
#8B7E68
(139,126,104)
#746A57
(116,106,87)
#5D5646
(93,86,70)
#464235
(70,66,53)
#2F2E24
(47,46,36)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #FEE2BD

#FEE2BD
(254,226,189)
#FEE4C3
(254,228,195)
#FEE6C9
(254,230,201)
#FEE8CF
(254,232,207)
#FEEAD5
(254,234,213)
#FEECDB
(254,236,219)
#FEEEE1
(254,238,225)
#FEF0E7
(254,240,231)
#FEF2ED
(254,242,237)
#FEF4F3
(254,244,243)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE2BD color. Also use rgb(254,226,189) instead hex code.

Text Font Color

.myTextColor { color: #FEE2BD; }

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

This text font color is #FEE2BD.

Background Color

.myBgColor { background-color: #FEE2BD; }

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

This div background color is #FEE2BD.

Border color

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

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

This div border color is #FEE2BD.

Opacity

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

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

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

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

This text has shadow with #FEE2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE2BD.

Preview

Color preview on black background

This text has color #FEE2BD on black background.


Color preview on white background

This text has color #FEE2BD on white background.


Black color preview on #FEE2BD background

This text has black color on #FEE2BD background.


White color preview on #FEE2BD background

This text has white color on #FEE2BD background.


Related colors

Complementary color

Complementary color for #hex is #011D42.


I love getcolorcode.com

Triadic colors

1 #BDFEE2 and #E2BDFE with #FEE2BD are triadic colors.

2 #BDE2FE and #E2FEBD with #FEE2BD are triadic colors.