COLOR #FEE3BE

HEX: #FEE3BE RGB: (254,227,190)

Color info

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

RGB color model

#FEE3BE color RGB value is (254,227,190).

RGB: (254,227,190) (100%, 89%, 75%)

RGB channels and saturation

R 254 of 255 = 100%
G 227 of 255 = 89%
B 190 of 255 = 75%

254
227
190

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

Portions of RGB colors in percentages

R + G + B = 254 + 227 + 190 = 671 (100%)
R 254 of 671 ~ 37.85%
G 227 of 671 ~ 33.83%
B 190 of 671 ~ 28.32'%

%37.85
%33.83
%28.32

CMYK color model

#FEE3BE color CMYK value is (0,11,25,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 25.20%
  • key color value is 0.39%

CMYK: (0,11,25,0)
C0M11Y25K0 (0%, 11%, 25%, 0%)
(0.00 / 0.11 / 0.25 / 0.00)

CMYK percentages

%0
%10.63
%25.2
%0.39

Codes

Color #FEE3BE in popluar color models

FE E3 BE
RGB 254 227 190
HSL 35° 96.97% 87.06%
HSB/HSV 35° 25.20% 99.61%
CMYK 0.00% 10.63% 25.20%
0.39%

Color #FEE3BE in popluar number systems.

HEX FE E3 BE
Decimal 254 227 190
Binary 11111110 11100011 10111110
Octal 376 343 276

Shades and tints

Shades of #FEE3BE

#FEE3BE
(254,227,190)
#E7CFAD
(231,207,173)
#D0BB9C
(208,187,156)
#B9A78B
(185,167,139)
#A2937A
(162,147,122)
#8B7F69
(139,127,105)
#746B58
(116,107,88)
#5D5747
(93,87,71)
#464336
(70,67,54)
#2F2F25
(47,47,37)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #FEE3BE

#FEE3BE
(254,227,190)
#FEE5C3
(254,229,195)
#FEE7C8
(254,231,200)
#FEE9CD
(254,233,205)
#FEEBD2
(254,235,210)
#FEEDD7
(254,237,215)
#FEEFDC
(254,239,220)
#FEF1E1
(254,241,225)
#FEF3E6
(254,243,230)
#FEF5EB
(254,245,235)
#FEF7F0
(254,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE3BE color. Also use rgb(254,227,190) instead hex code.

Text Font Color

.myTextColor { color: #FEE3BE; }

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

This text font color is #FEE3BE.

Background Color

.myBgColor { background-color: #FEE3BE; }

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

This div background color is #FEE3BE.

Border color

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

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

This div border color is #FEE3BE.

Opacity

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

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

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

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

This text has shadow with #FEE3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE3BE.

Preview

Color preview on black background

This text has color #FEE3BE on black background.


Color preview on white background

This text has color #FEE3BE on white background.


Black color preview on #FEE3BE background

This text has black color on #FEE3BE background.


White color preview on #FEE3BE background

This text has white color on #FEE3BE background.


Related colors

Complementary color

Complementary color for #hex is #011C41.


I love getcolorcode.com

Triadic colors

1 #BEFEE3 and #E3BEFE with #FEE3BE are triadic colors.

2 #BEE3FE and #E3FEBE with #FEE3BE are triadic colors.