COLOR #FEF8BB

HEX: #FEF8BB
RGB: (254,248,187)

Color info

#FEF8BB contains mainly red and green colors. Web safe color of #FEF8BB is #FFFFCC (or #FFC).

RGB color model

#FEF8BB color RGB value is (254,248,187).

  • red value is 254;
  • green value is 248;
  • blue value is 187.
RGB:
(254,248,187)
(100%,97%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 248 of 255 = 97%
B 187 of 255 = 73%

254
248
187

R + G + B ~ 90%. #FEF8BB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 248 + 187 = 689 (100%)
R 254 of 689 ~ 36.87%
G 248 of 689 ~ 35.99%
B 187 of 689 ~ 27.14%

%36.87
%35.99
%27.14

CMYK color model

#FEF8BB color CMYK value is (0,2,26,0).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(0,2,26,0)
C0M2Y26K0 
(0%,2%,26%,0%)
(0.00/0.02/0.26/0.00)	

CMYK percentages

%0
%2.36
%26.38
%0.39

Codes

Color #FEF8BB in popluar color models

FEF8BB
RGB254248187
HSL55°97.10%86.47%
HSB/HSV55°26.38%99.61%
CMYK0.00%2.36%26.38%
0.39%

Color #FEF8BB in popluar number systems.

HEXFEF8BB
Decimal254248187
Binary111111101111100010111011
Octal376370273

Shades and tints

Shades of #FEF8BB

#FEF8BB
(254,248,187)
#E7E2AA
(231,226,170)
#D0CC99
(208,204,153)
#B9B688
(185,182,136)
#A2A077
(162,160,119)
#8B8A66
(139,138,102)
#747455
(116,116,85)
#5D5E44
(93,94,68)
#464833
(70,72,51)
#2F3222
(47,50,34)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #FEF8BB

#FEF8BB
(254,248,187)
#FEF8C1
(254,248,193)
#FEF8C7
(254,248,199)
#FEF8CD
(254,248,205)
#FEF8D3
(254,248,211)
#FEF8D9
(254,248,217)
#FEF8DF
(254,248,223)
#FEF8E5
(254,248,229)
#FEF8EB
(254,248,235)
#FEF8F1
(254,248,241)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF8BB color. Also use rgb(254,248,187) instead hex code.

Text Font Color

.myTextColor { color: #FEF8BB; }

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

This text font color is #FEF8BB.


Background Color

.myBgColor { background-color: #FEF8BB; }

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

This div background color is #FEF8BB.


Border color

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

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

This div border color is #FEF8BB.


Opacity

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

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

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

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

This text has shadow with #FEF8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF8BB on black background.


Color preview on white background

This text has color #FEF8BB on white background.



Black color preview on #FEF8BB background

This text has black color on #FEF8BB background.


White color preview on #FEF8BB background

This text has white color on #FEF8BB background.