COLOR #F8EFD6

HEX: #F8EFD6
RGB: (248,239,214)

Color info

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

RGB color model

#F8EFD6 color RGB value is (248,239,214).

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

RGB channels and saturation

R 248 of 255 = 97%
G 239 of 255 = 94%
B 214 of 255 = 84%

248
239
214

R + G + B ~ 92%. #F8EFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 239 + 214 = 701 (100%)
R 248 of 701 ~ 35.38%
G 239 of 701 ~ 34.09%
B 214 of 701 ~ 30.53%

%35.38
%34.09
%30.53

CMYK color model

#F8EFD6 color CMYK value is (0,4,14,3).

  • cyan value is 0.00%
  • magenta value is 3.63%
  • yellow value is 13.71%
  • key color value is 2.75%
CMYK:
(0,4,14,3)
C0M4Y14K3 
(0%,4%,14%,3%)
(0.00/0.04/0.14/0.03)	

CMYK percentages

%0
%3.63
%13.71
%2.75

Codes

Color #F8EFD6 in popluar color models

F8EFD6
RGB248239214
HSL44°70.83%90.59%
HSB/HSV44°13.71%97.25%
CMYK0.00%3.63%13.71%
2.75%

Color #F8EFD6 in popluar number systems.

HEXF8EFD6
Decimal248239214
Binary111110001110111111010110
Octal370357326

Shades and tints

Shades of #F8EFD6

#F8EFD6
(248,239,214)
#E2DAC3
(226,218,195)
#CCC5B0
(204,197,176)
#B6B09D
(182,176,157)
#A09B8A
(160,155,138)
#8A8677
(138,134,119)
#747164
(116,113,100)
#5E5C51
(94,92,81)
#48473E
(72,71,62)
#32322B
(50,50,43)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #F8EFD6

#F8EFD6
(248,239,214)
#F8F0D9
(248,240,217)
#F8F1DC
(248,241,220)
#F8F2DF
(248,242,223)
#F8F3E2
(248,243,226)
#F8F4E5
(248,244,229)
#F8F5E8
(248,245,232)
#F8F6EB
(248,246,235)
#F8F7EE
(248,247,238)
#F8F8F1
(248,248,241)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EFD6; }

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

This text font color is #F8EFD6.


Background Color

.myBgColor { background-color: #F8EFD6; }

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

This div background color is #F8EFD6.


Border color

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

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

This div border color is #F8EFD6.


Opacity

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

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

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

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

This text has shadow with #F8EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EFD6 on black background.


Color preview on white background

This text has color #F8EFD6 on white background.



Black color preview on #F8EFD6 background

This text has black color on #F8EFD6 background.


White color preview on #F8EFD6 background

This text has white color on #F8EFD6 background.