COLOR #F8EAB9

HEX: #F8EAB9
RGB: (248,234,185)

Color info

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

RGB color model

#F8EAB9 color RGB value is (248,234,185).

  • red value is 248;
  • green value is 234;
  • blue value is 185.
RGB:
(248,234,185)
(97%,92%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 185 of 255 = 73%

248
234
185

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

Portions of RGB colors in percentages

R + G + B =
248 + 234 + 185 = 667 (100%)
R 248 of 667 ~ 37.18%
G 234 of 667 ~ 35.08%
B 185 of 667 ~ 27.74%

%37.18
%35.08
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 25.40%
  • 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
%5.65
%25.4
%2.75

Codes

Color #F8EAB9 in popluar color models

F8EAB9
RGB248234185
HSL47°81.82%84.90%
HSB/HSV47°25.40%97.25%
CMYK0.00%5.65%25.40%
2.75%

Color #F8EAB9 in popluar number systems.

HEXF8EAB9
Decimal248234185
Binary111110001110101010111001
Octal370352271

Shades and tints

Shades of #F8EAB9

#F8EAB9
(248,234,185)
#E2D5A9
(226,213,169)
#CCC099
(204,192,153)
#B6AB89
(182,171,137)
#A09679
(160,150,121)
#8A8169
(138,129,105)
#746C59
(116,108,89)
#5E5749
(94,87,73)
#484239
(72,66,57)
#322D29
(50,45,41)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #F8EAB9

#F8EAB9
(248,234,185)
#F8EBBF
(248,235,191)
#F8ECC5
(248,236,197)
#F8EDCB
(248,237,203)
#F8EED1
(248,238,209)
#F8EFD7
(248,239,215)
#F8F0DD
(248,240,221)
#F8F1E3
(248,241,227)
#F8F2E9
(248,242,233)
#F8F3EF
(248,243,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EAB9 color. Also use rgb(248,234,185) instead hex code.

Text Font Color

.myTextColor { color: #F8EAB9; }

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

This text font color is #F8EAB9.


Background Color

.myBgColor { background-color: #F8EAB9; }

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

This div background color is #F8EAB9.


Border color

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

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

This div border color is #F8EAB9.


Opacity

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

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

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

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

This text has shadow with #F8EAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EAB9 on black background.


Color preview on white background

This text has color #F8EAB9 on white background.



Black color preview on #F8EAB9 background

This text has black color on #F8EAB9 background.


White color preview on #F8EAB9 background

This text has white color on #F8EAB9 background.