COLOR #F5E9B5

HEX: #F5E9B5
RGB: (245,233,181)

Color info

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

RGB color model

#F5E9B5 color RGB value is (245,233,181).

  • red value is 245;
  • green value is 233;
  • blue value is 181.
RGB:
(245,233,181)
(96%,91%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 233 of 255 = 91%
B 181 of 255 = 71%

245
233
181

R + G + B ~ 86%. #F5E9B5 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 233 + 181 = 659 (100%)
R 245 of 659 ~ 37.18%
G 233 of 659 ~ 35.36%
B 181 of 659 ~ 27.47%

%37.18
%35.36
%27.47

CMYK color model

#F5E9B5 color CMYK value is (0,5,26,4).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 26.12%
  • key color value is 3.92%
CMYK:
(0,5,26,4)
C0M5Y26K4 
(0%,5%,26%,4%)
(0.00/0.05/0.26/0.04)	

CMYK percentages

%0
%4.9
%26.12
%3.92

Codes

Color #F5E9B5 in popluar color models

F5E9B5
RGB245233181
HSL49°76.19%83.53%
HSB/HSV49°26.12%96.08%
CMYK0.00%4.90%26.12%
3.92%

Color #F5E9B5 in popluar number systems.

HEXF5E9B5
Decimal245233181
Binary111101011110100110110101
Octal365351265

Shades and tints

Shades of #F5E9B5

#F5E9B5
(245,233,181)
#DFD4A5
(223,212,165)
#C9BF95
(201,191,149)
#B3AA85
(179,170,133)
#9D9575
(157,149,117)
#878065
(135,128,101)
#716B55
(113,107,85)
#5B5645
(91,86,69)
#454135
(69,65,53)
#2F2C25
(47,44,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5E9B5

#F5E9B5
(245,233,181)
#F5EBBB
(245,235,187)
#F5EDC1
(245,237,193)
#F5EFC7
(245,239,199)
#F5F1CD
(245,241,205)
#F5F3D3
(245,243,211)
#F5F5D9
(245,245,217)
#F5F7DF
(245,247,223)
#F5F9E5
(245,249,229)
#F5FBEB
(245,251,235)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E9B5 color. Also use rgb(245,233,181) instead hex code.

Text Font Color

.myTextColor { color: #F5E9B5; }

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

This text font color is #F5E9B5.


Background Color

.myBgColor { background-color: #F5E9B5; }

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

This div background color is #F5E9B5.


Border color

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

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

This div border color is #F5E9B5.


Opacity

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

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

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

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

This text has shadow with #F5E9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E9B5 on black background.


Color preview on white background

This text has color #F5E9B5 on white background.



Black color preview on #F5E9B5 background

This text has black color on #F5E9B5 background.


White color preview on #F5E9B5 background

This text has white color on #F5E9B5 background.