COLOR #F8E8BA

HEX: #F8E8BA
RGB: (248,232,186)

Color info

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

RGB color model

#F8E8BA color RGB value is (248,232,186).

  • red value is 248;
  • green value is 232;
  • blue value is 186.
RGB:
(248,232,186)
(97%,91%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 232 of 255 = 91%
B 186 of 255 = 73%

248
232
186

R + G + B ~ 87%. #F8E8BA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 232 + 186 = 666 (100%)
R 248 of 666 ~ 37.24%
G 232 of 666 ~ 34.83%
B 186 of 666 ~ 27.93%

%37.24
%34.83
%27.93

CMYK color model

#F8E8BA color CMYK value is (0,6,25,3).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 25.00%
  • key color value is 2.75%
CMYK:
(0,6,25,3)
C0M6Y25K3 
(0%,6%,25%,3%)
(0.00/0.06/0.25/0.03)	

CMYK percentages

%0
%6.45
%25
%2.75

Codes

Color #F8E8BA in popluar color models

F8E8BA
RGB248232186
HSL45°81.58%85.10%
HSB/HSV45°25.00%97.25%
CMYK0.00%6.45%25.00%
2.75%

Color #F8E8BA in popluar number systems.

HEXF8E8BA
Decimal248232186
Binary111110001110100010111010
Octal370350272

Shades and tints

Shades of #F8E8BA

#F8E8BA
(248,232,186)
#E2D3AA
(226,211,170)
#CCBE9A
(204,190,154)
#B6A98A
(182,169,138)
#A0947A
(160,148,122)
#8A7F6A
(138,127,106)
#746A5A
(116,106,90)
#5E554A
(94,85,74)
#48403A
(72,64,58)
#322B2A
(50,43,42)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #F8E8BA

#F8E8BA
(248,232,186)
#F8EAC0
(248,234,192)
#F8ECC6
(248,236,198)
#F8EECC
(248,238,204)
#F8F0D2
(248,240,210)
#F8F2D8
(248,242,216)
#F8F4DE
(248,244,222)
#F8F6E4
(248,246,228)
#F8F8EA
(248,248,234)
#F8FAF0
(248,250,240)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E8BA color. Also use rgb(248,232,186) instead hex code.

Text Font Color

.myTextColor { color: #F8E8BA; }

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

This text font color is #F8E8BA.


Background Color

.myBgColor { background-color: #F8E8BA; }

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

This div background color is #F8E8BA.


Border color

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

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

This div border color is #F8E8BA.


Opacity

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

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

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

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

This text has shadow with #F8E8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E8BA on black background.


Color preview on white background

This text has color #F8E8BA on white background.



Black color preview on #F8E8BA background

This text has black color on #F8E8BA background.


White color preview on #F8E8BA background

This text has white color on #F8E8BA background.