COLOR #FEE5BF

HEX: #FEE5BF RGB: (254,229,191)

Color info

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

RGB color model

#FEE5BF color RGB value is (254,229,191).

RGB: (254,229,191) (100%, 90%, 75%)

RGB channels and saturation

R 254 of 255 = 100%
G 229 of 255 = 90%
B 191 of 255 = 75%

254
229
191

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

Portions of RGB colors in percentages

R + G + B = 254 + 229 + 191 = 674 (100%)
R 254 of 674 ~ 37.69%
G 229 of 674 ~ 33.98%
B 191 of 674 ~ 28.34'%

%37.69
%33.98
%28.34

CMYK color model

#FEE5BF color CMYK value is (0,10,25,0).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 24.80%
  • key color value is 0.39%

CMYK: (0,10,25,0)
C0M10Y25K0 (0%, 10%, 25%, 0%)
(0.00 / 0.10 / 0.25 / 0.00)

CMYK percentages

%0
%9.84
%24.8
%0.39

Codes

Color #FEE5BF in popluar color models

FE E5 BF
RGB 254 229 191
HSL 36° 96.92% 87.25%
HSB/HSV 36° 24.80% 99.61%
CMYK 0.00% 9.84% 24.80%
0.39%

Color #FEE5BF in popluar number systems.

HEX FE E5 BF
Decimal 254 229 191
Binary 11111110 11100101 10111111
Octal 376 345 277

Shades and tints

Shades of #FEE5BF

#FEE5BF
(254,229,191)
#E7D1AE
(231,209,174)
#D0BD9D
(208,189,157)
#B9A98C
(185,169,140)
#A2957B
(162,149,123)
#8B816A
(139,129,106)
#746D59
(116,109,89)
#5D5948
(93,89,72)
#464537
(70,69,55)
#2F3126
(47,49,38)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #FEE5BF

#FEE5BF
(254,229,191)
#FEE7C4
(254,231,196)
#FEE9C9
(254,233,201)
#FEEBCE
(254,235,206)
#FEEDD3
(254,237,211)
#FEEFD8
(254,239,216)
#FEF1DD
(254,241,221)
#FEF3E2
(254,243,226)
#FEF5E7
(254,245,231)
#FEF7EC
(254,247,236)
#FEF9F1
(254,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE5BF color. Also use rgb(254,229,191) instead hex code.

Text Font Color

.myTextColor { color: #FEE5BF; }

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

This text font color is #FEE5BF.

Background Color

.myBgColor { background-color: #FEE5BF; }

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

This div background color is #FEE5BF.

Border color

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

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

This div border color is #FEE5BF.

Opacity

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

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

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

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

This text has shadow with #FEE5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE5BF.

Preview

Color preview on black background

This text has color #FEE5BF on black background.


Color preview on white background

This text has color #FEE5BF on white background.


Black color preview on #FEE5BF background

This text has black color on #FEE5BF background.


White color preview on #FEE5BF background

This text has white color on #FEE5BF background.


Related colors

Complementary color

Complementary color for #hex is #011A40.


I love getcolorcode.com

Triadic colors

1 #BFFEE5 and #E5BFFE with #FEE5BF are triadic colors.

2 #BFE5FE and #E5FEBF with #FEE5BF are triadic colors.