COLOR #F8EEC8

HEX: #F8EEC8
RGB: (248,238,200)

Color info

#F8EEC8 contains red, green and blue colors in about the same proportion. Web safe color of #F8EEC8 is #FFFFCC (or #FFC).

RGB color model

#F8EEC8 color RGB value is (248,238,200).

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

RGB channels and saturation

R 248 of 255 = 97%
G 238 of 255 = 93%
B 200 of 255 = 78%

248
238
200

R + G + B ~ 89%. #F8EEC8 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 238 + 200 = 686 (100%)
R 248 of 686 ~ 36.15%
G 238 of 686 ~ 34.69%
B 200 of 686 ~ 29.15%

%36.15
%34.69
%29.15

CMYK color model

#F8EEC8 color CMYK value is (0,4,19,3).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 19.35%
  • key color value is 2.75%
CMYK:
(0,4,19,3)
C0M4Y19K3 
(0%,4%,19%,3%)
(0.00/0.04/0.19/0.03)	

CMYK percentages

%0
%4.03
%19.35
%2.75

Codes

Color #F8EEC8 in popluar color models

F8EEC8
RGB248238200
HSL48°77.42%87.84%
HSB/HSV48°19.35%97.25%
CMYK0.00%4.03%19.35%
2.75%

Color #F8EEC8 in popluar number systems.

HEXF8EEC8
Decimal248238200
Binary111110001110111011001000
Octal370356310

Shades and tints

Shades of #F8EEC8

#F8EEC8
(248,238,200)
#E2D9B6
(226,217,182)
#CCC4A4
(204,196,164)
#B6AF92
(182,175,146)
#A09A80
(160,154,128)
#8A856E
(138,133,110)
#74705C
(116,112,92)
#5E5B4A
(94,91,74)
#484638
(72,70,56)
#323126
(50,49,38)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #F8EEC8

#F8EEC8
(248,238,200)
#F8EFCD
(248,239,205)
#F8F0D2
(248,240,210)
#F8F1D7
(248,241,215)
#F8F2DC
(248,242,220)
#F8F3E1
(248,243,225)
#F8F4E6
(248,244,230)
#F8F5EB
(248,245,235)
#F8F6F0
(248,246,240)
#F8F7F5
(248,247,245)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EEC8; }

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

This text font color is #F8EEC8.


Background Color

.myBgColor { background-color: #F8EEC8; }

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

This div background color is #F8EEC8.


Border color

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

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

This div border color is #F8EEC8.


Opacity

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

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

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

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

This text has shadow with #F8EEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EEC8 on black background.


Color preview on white background

This text has color #F8EEC8 on white background.



Black color preview on #F8EEC8 background

This text has black color on #F8EEC8 background.


White color preview on #F8EEC8 background

This text has white color on #F8EEC8 background.