COLOR #F8EEA8

HEX: #F8EEA8
RGB: (248,238,168)

Color info

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

RGB color model

#F8EEA8 color RGB value is (248,238,168).

  • red value is 248;
  • green value is 238;
  • blue value is 168.
RGB:
(248,238,168)
(97%,93%,66%)

RGB channels and saturation

R 248 of 255 = 97%
G 238 of 255 = 93%
B 168 of 255 = 66%

248
238
168

R + G + B ~ 85%. #F8EEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 238 + 168 = 654 (100%)
R 248 of 654 ~ 37.92%
G 238 of 654 ~ 36.39%
B 168 of 654 ~ 25.69%

%37.92
%36.39
%25.69

CMYK color model

#F8EEA8 color CMYK value is (0,4,32,3).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 32.26%
  • key color value is 2.75%
CMYK:
(0,4,32,3)
C0M4Y32K3 
(0%,4%,32%,3%)
(0.00/0.04/0.32/0.03)	

CMYK percentages

%0
%4.03
%32.26
%2.75

Codes

Color #F8EEA8 in popluar color models

F8EEA8
RGB248238168
HSL53°85.11%81.57%
HSB/HSV53°32.26%97.25%
CMYK0.00%4.03%32.26%
2.75%

Color #F8EEA8 in popluar number systems.

HEXF8EEA8
Decimal248238168
Binary111110001110111010101000
Octal370356250

Shades and tints

Shades of #F8EEA8

#F8EEA8
(248,238,168)
#E2D999
(226,217,153)
#CCC48A
(204,196,138)
#B6AF7B
(182,175,123)
#A09A6C
(160,154,108)
#8A855D
(138,133,93)
#74704E
(116,112,78)
#5E5B3F
(94,91,63)
#484630
(72,70,48)
#323121
(50,49,33)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #F8EEA8

#F8EEA8
(248,238,168)
#F8EFAF
(248,239,175)
#F8F0B6
(248,240,182)
#F8F1BD
(248,241,189)
#F8F2C4
(248,242,196)
#F8F3CB
(248,243,203)
#F8F4D2
(248,244,210)
#F8F5D9
(248,245,217)
#F8F6E0
(248,246,224)
#F8F7E7
(248,247,231)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EEA8 color. Also use rgb(248,238,168) instead hex code.

Text Font Color

.myTextColor { color: #F8EEA8; }

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

This text font color is #F8EEA8.


Background Color

.myBgColor { background-color: #F8EEA8; }

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

This div background color is #F8EEA8.


Border color

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

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

This div border color is #F8EEA8.


Opacity

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

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

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

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

This text has shadow with #F8EEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EEA8 on black background.


Color preview on white background

This text has color #F8EEA8 on white background.



Black color preview on #F8EEA8 background

This text has black color on #F8EEA8 background.


White color preview on #F8EEA8 background

This text has white color on #F8EEA8 background.