COLOR #F8EAB2

HEX: #F8EAB2
RGB: (248,234,178)

Color info

#F8EAB2 contains mainly red and green colors. Web safe color of #F8EAB2 is #FFFF99 (or #FF9).

RGB color model

#F8EAB2 color RGB value is (248,234,178).

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

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 178 of 255 = 70%

248
234
178

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

Portions of RGB colors in percentages

R + G + B =
248 + 234 + 178 = 660 (100%)
R 248 of 660 ~ 37.58%
G 234 of 660 ~ 35.45%
B 178 of 660 ~ 26.97%

%37.58
%35.45
%26.97

CMYK color model

#F8EAB2 color CMYK value is (0,6,28,3).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 28.23%
  • key color value is 2.75%
CMYK:
(0,6,28,3)
C0M6Y28K3 
(0%,6%,28%,3%)
(0.00/0.06/0.28/0.03)	

CMYK percentages

%0
%5.65
%28.23
%2.75

Codes

Color #F8EAB2 in popluar color models

F8EAB2
RGB248234178
HSL48°83.33%83.53%
HSB/HSV48°28.23%97.25%
CMYK0.00%5.65%28.23%
2.75%

Color #F8EAB2 in popluar number systems.

HEXF8EAB2
Decimal248234178
Binary111110001110101010110010
Octal370352262

Shades and tints

Shades of #F8EAB2

#F8EAB2
(248,234,178)
#E2D5A2
(226,213,162)
#CCC092
(204,192,146)
#B6AB82
(182,171,130)
#A09672
(160,150,114)
#8A8162
(138,129,98)
#746C52
(116,108,82)
#5E5742
(94,87,66)
#484232
(72,66,50)
#322D22
(50,45,34)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #F8EAB2

#F8EAB2
(248,234,178)
#F8EBB9
(248,235,185)
#F8ECC0
(248,236,192)
#F8EDC7
(248,237,199)
#F8EECE
(248,238,206)
#F8EFD5
(248,239,213)
#F8F0DC
(248,240,220)
#F8F1E3
(248,241,227)
#F8F2EA
(248,242,234)
#F8F3F1
(248,243,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EAB2; }

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

This text font color is #F8EAB2.


Background Color

.myBgColor { background-color: #F8EAB2; }

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

This div background color is #F8EAB2.


Border color

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

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

This div border color is #F8EAB2.


Opacity

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

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

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

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

This text has shadow with #F8EAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EAB2 on black background.


Color preview on white background

This text has color #F8EAB2 on white background.



Black color preview on #F8EAB2 background

This text has black color on #F8EAB2 background.


White color preview on #F8EAB2 background

This text has white color on #F8EAB2 background.