COLOR #F5E8B6

HEX: #F5E8B6
RGB: (245,232,182)

Color info

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

RGB color model

#F5E8B6 color RGB value is (245,232,182).

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

RGB channels and saturation

R 245 of 255 = 96%
G 232 of 255 = 91%
B 182 of 255 = 71%

245
232
182

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

Portions of RGB colors in percentages

R + G + B =
245 + 232 + 182 = 659 (100%)
R 245 of 659 ~ 37.18%
G 232 of 659 ~ 35.2%
B 182 of 659 ~ 27.62%

%37.18
%35.2
%27.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 25.71%
  • 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
%5.31
%25.71
%3.92

Codes

Color #F5E8B6 in popluar color models

F5E8B6
RGB245232182
HSL48°75.90%83.73%
HSB/HSV48°25.71%96.08%
CMYK0.00%5.31%25.71%
3.92%

Color #F5E8B6 in popluar number systems.

HEXF5E8B6
Decimal245232182
Binary111101011110100010110110
Octal365350266

Shades and tints

Shades of #F5E8B6

#F5E8B6
(245,232,182)
#DFD3A6
(223,211,166)
#C9BE96
(201,190,150)
#B3A986
(179,169,134)
#9D9476
(157,148,118)
#877F66
(135,127,102)
#716A56
(113,106,86)
#5B5546
(91,85,70)
#454036
(69,64,54)
#2F2B26
(47,43,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #F5E8B6

#F5E8B6
(245,232,182)
#F5EABC
(245,234,188)
#F5ECC2
(245,236,194)
#F5EEC8
(245,238,200)
#F5F0CE
(245,240,206)
#F5F2D4
(245,242,212)
#F5F4DA
(245,244,218)
#F5F6E0
(245,246,224)
#F5F8E6
(245,248,230)
#F5FAEC
(245,250,236)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E8B6 color. Also use rgb(245,232,182) instead hex code.

Text Font Color

.myTextColor { color: #F5E8B6; }

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

This text font color is #F5E8B6.


Background Color

.myBgColor { background-color: #F5E8B6; }

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

This div background color is #F5E8B6.


Border color

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

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

This div border color is #F5E8B6.


Opacity

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

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

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

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

This text has shadow with #F5E8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E8B6 on black background.


Color preview on white background

This text has color #F5E8B6 on white background.



Black color preview on #F5E8B6 background

This text has black color on #F5E8B6 background.


White color preview on #F5E8B6 background

This text has white color on #F5E8B6 background.