COLOR #FEE0B7

HEX: #FEE0B7 RGB: (254,224,183)

Color info

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

RGB color model

#FEE0B7 color RGB value is (254,224,183).

RGB: (254,224,183) (100%, 88%, 72%)

RGB channels and saturation

R 254 of 255 = 100%
G 224 of 255 = 88%
B 183 of 255 = 72%

254
224
183

R + G + B ~ 87%. #FEE0B7 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 224 + 183 = 661 (100%)
R 254 of 661 ~ 38.43%
G 224 of 661 ~ 33.89%
B 183 of 661 ~ 27.69'%

%38.43
%33.89
%27.69

CMYK color model

#FEE0B7 color CMYK value is (0,12,28,0).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 27.95%
  • key color value is 0.39%

CMYK: (0,12,28,0)
C0M12Y28K0 (0%, 12%, 28%, 0%)
(0.00 / 0.12 / 0.28 / 0.00)

CMYK percentages

%0
%11.81
%27.95
%0.39

Codes

Color #FEE0B7 in popluar color models

FE E0 B7
RGB 254 224 183
HSL 35° 97.26% 85.69%
HSB/HSV 35° 27.95% 99.61%
CMYK 0.00% 11.81% 27.95%
0.39%

Color #FEE0B7 in popluar number systems.

HEX FE E0 B7
Decimal 254 224 183
Binary 11111110 11100000 10110111
Octal 376 340 267

Shades and tints

Shades of #FEE0B7

#FEE0B7
(254,224,183)
#E7CCA7
(231,204,167)
#D0B897
(208,184,151)
#B9A487
(185,164,135)
#A29077
(162,144,119)
#8B7C67
(139,124,103)
#746857
(116,104,87)
#5D5447
(93,84,71)
#464037
(70,64,55)
#2F2C27
(47,44,39)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #FEE0B7

#FEE0B7
(254,224,183)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE0B7 color. Also use rgb(254,224,183) instead hex code.

Text Font Color

.myTextColor { color: #FEE0B7; }

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

This text font color is #FEE0B7.

Background Color

.myBgColor { background-color: #FEE0B7; }

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

This div background color is #FEE0B7.

Border color

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

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

This div border color is #FEE0B7.

Opacity

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

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

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

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

This text has shadow with #FEE0B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE0B7.

Preview

Color preview on black background

This text has color #FEE0B7 on black background.


Color preview on white background

This text has color #FEE0B7 on white background.


Black color preview on #FEE0B7 background

This text has black color on #FEE0B7 background.


White color preview on #FEE0B7 background

This text has white color on #FEE0B7 background.


Related colors

Complementary color

Complementary color for #hex is #011F48.


I love getcolorcode.com

Triadic colors

1 #B7FEE0 and #E0B7FE with #FEE0B7 are triadic colors.

2 #B7E0FE and #E0FEB7 with #FEE0B7 are triadic colors.