COLOR #FEE2BF

HEX: #FEE2BF
RGB: (254,226,191)

Color info

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

RGB color model

#FEE2BF color RGB value is (254,226,191).

  • red value is 254;
  • green value is 226;
  • blue value is 191.
RGB:
(254,226,191)
(100%,89%,75%)

RGB channels and saturation

R 254 of 255 = 100%
G 226 of 255 = 89%
B 191 of 255 = 75%

254
226
191

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

Portions of RGB colors in percentages

R + G + B =
254 + 226 + 191 = 671 (100%)
R 254 of 671 ~ 37.85%
G 226 of 671 ~ 33.68%
B 191 of 671 ~ 28.46%

%37.85
%33.68
%28.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 24.80%
  • 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
%11.02
%24.8
%0.39

Codes

Color #FEE2BF in popluar color models

FEE2BF
RGB254226191
HSL33°96.92%87.25%
HSB/HSV33°24.80%99.61%
CMYK0.00%11.02%24.80%
0.39%

Color #FEE2BF in popluar number systems.

HEXFEE2BF
Decimal254226191
Binary111111101110001010111111
Octal376342277

Shades and tints

Shades of #FEE2BF

#FEE2BF
(254,226,191)
#E7CEAE
(231,206,174)
#D0BA9D
(208,186,157)
#B9A68C
(185,166,140)
#A2927B
(162,146,123)
#8B7E6A
(139,126,106)
#746A59
(116,106,89)
#5D5648
(93,86,72)
#464237
(70,66,55)
#2F2E26
(47,46,38)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #FEE2BF

#FEE2BF
(254,226,191)
#FEE4C4
(254,228,196)
#FEE6C9
(254,230,201)
#FEE8CE
(254,232,206)
#FEEAD3
(254,234,211)
#FEECD8
(254,236,216)
#FEEEDD
(254,238,221)
#FEF0E2
(254,240,226)
#FEF2E7
(254,242,231)
#FEF4EC
(254,244,236)
#FEF6F1
(254,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE2BF; }

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

This text font color is #FEE2BF.


Background Color

.myBgColor { background-color: #FEE2BF; }

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

This div background color is #FEE2BF.


Border color

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

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

This div border color is #FEE2BF.


Opacity

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

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

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

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

This text has shadow with #FEE2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE2BF on black background.


Color preview on white background

This text has color #FEE2BF on white background.



Black color preview on #FEE2BF background

This text has black color on #FEE2BF background.


White color preview on #FEE2BF background

This text has white color on #FEE2BF background.