COLOR #FEF5B9

HEX: #FEF5B9
RGB: (254,245,185)

Color info

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

RGB color model

#FEF5B9 color RGB value is (254,245,185).

  • red value is 254;
  • green value is 245;
  • blue value is 185.
RGB:
(254,245,185)
(100%,96%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 245 of 255 = 96%
B 185 of 255 = 73%

254
245
185

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

Portions of RGB colors in percentages

R + G + B =
254 + 245 + 185 = 684 (100%)
R 254 of 684 ~ 37.13%
G 245 of 684 ~ 35.82%
B 185 of 684 ~ 27.05%

%37.13
%35.82
%27.05

CMYK color model

#FEF5B9 color CMYK value is (0,4,27,0).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(0,4,27,0)
C0M4Y27K0 
(0%,4%,27%,0%)
(0.00/0.04/0.27/0.00)	

CMYK percentages

%0
%3.54
%27.17
%0.39

Codes

Color #FEF5B9 in popluar color models

FEF5B9
RGB254245185
HSL52°97.18%86.08%
HSB/HSV52°27.17%99.61%
CMYK0.00%3.54%27.17%
0.39%

Color #FEF5B9 in popluar number systems.

HEXFEF5B9
Decimal254245185
Binary111111101111010110111001
Octal376365271

Shades and tints

Shades of #FEF5B9

#FEF5B9
(254,245,185)
#E7DFA9
(231,223,169)
#D0C999
(208,201,153)
#B9B389
(185,179,137)
#A29D79
(162,157,121)
#8B8769
(139,135,105)
#747159
(116,113,89)
#5D5B49
(93,91,73)
#464539
(70,69,57)
#2F2F29
(47,47,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #FEF5B9

#FEF5B9
(254,245,185)
#FEF5BF
(254,245,191)
#FEF5C5
(254,245,197)
#FEF5CB
(254,245,203)
#FEF5D1
(254,245,209)
#FEF5D7
(254,245,215)
#FEF5DD
(254,245,221)
#FEF5E3
(254,245,227)
#FEF5E9
(254,245,233)
#FEF5EF
(254,245,239)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF5B9 color. Also use rgb(254,245,185) instead hex code.

Text Font Color

.myTextColor { color: #FEF5B9; }

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

This text font color is #FEF5B9.


Background Color

.myBgColor { background-color: #FEF5B9; }

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

This div background color is #FEF5B9.


Border color

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

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

This div border color is #FEF5B9.


Opacity

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

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

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

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

This text has shadow with #FEF5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF5B9 on black background.


Color preview on white background

This text has color #FEF5B9 on white background.



Black color preview on #FEF5B9 background

This text has black color on #FEF5B9 background.


White color preview on #FEF5B9 background

This text has white color on #FEF5B9 background.