COLOR #F8EFDE

HEX: #F8EFDE
RGB: (248,239,222)

Color info

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

RGB color model

#F8EFDE color RGB value is (248,239,222).

  • red value is 248;
  • green value is 239;
  • blue value is 222.
RGB:
(248,239,222)
(97%,94%,87%)

RGB channels and saturation

R 248 of 255 = 97%
G 239 of 255 = 94%
B 222 of 255 = 87%

248
239
222

R + G + B ~ 93%. #F8EFDE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 239 + 222 = 709 (100%)
R 248 of 709 ~ 34.98%
G 239 of 709 ~ 33.71%
B 222 of 709 ~ 31.31%

%34.98
%33.71
%31.31

CMYK color model

#F8EFDE color CMYK value is (0,4,10,3).

  • cyan value is 0.00%
  • magenta value is 3.63%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(0,4,10,3)
C0M4Y10K3 
(0%,4%,10%,3%)
(0.00/0.04/0.10/0.03)	

CMYK percentages

%0
%3.63
%10.48
%2.75

Codes

Color #F8EFDE in popluar color models

F8EFDE
RGB248239222
HSL39°65.00%92.16%
HSB/HSV39°10.48%97.25%
CMYK0.00%3.63%10.48%
2.75%

Color #F8EFDE in popluar number systems.

HEXF8EFDE
Decimal248239222
Binary111110001110111111011110
Octal370357336

Shades and tints

Shades of #F8EFDE

#F8EFDE
(248,239,222)
#E2DACA
(226,218,202)
#CCC5B6
(204,197,182)
#B6B0A2
(182,176,162)
#A09B8E
(160,155,142)
#8A867A
(138,134,122)
#747166
(116,113,102)
#5E5C52
(94,92,82)
#48473E
(72,71,62)
#32322A
(50,50,42)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #F8EFDE

#F8EFDE
(248,239,222)
#F8F0E1
(248,240,225)
#F8F1E4
(248,241,228)
#F8F2E7
(248,242,231)
#F8F3EA
(248,243,234)
#F8F4ED
(248,244,237)
#F8F5F0
(248,245,240)
#F8F6F3
(248,246,243)
#F8F7F6
(248,247,246)
#F8F8F9
(248,248,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EFDE color. Also use rgb(248,239,222) instead hex code.

Text Font Color

.myTextColor { color: #F8EFDE; }

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

This text font color is #F8EFDE.


Background Color

.myBgColor { background-color: #F8EFDE; }

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

This div background color is #F8EFDE.


Border color

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

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

This div border color is #F8EFDE.


Opacity

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

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

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

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

This text has shadow with #F8EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EFDE on black background.


Color preview on white background

This text has color #F8EFDE on white background.



Black color preview on #F8EFDE background

This text has black color on #F8EFDE background.


White color preview on #F8EFDE background

This text has white color on #F8EFDE background.