COLOR #F8EFDD

HEX: #F8EFDD
RGB: (248,239,221)

Color info

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

RGB color model

#F8EFDD color RGB value is (248,239,221).

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

RGB channels and saturation

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

248
239
221

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

Portions of RGB colors in percentages

R + G + B =
248 + 239 + 221 = 708 (100%)
R 248 of 708 ~ 35.03%
G 239 of 708 ~ 33.76%
B 221 of 708 ~ 31.21%

%35.03
%33.76
%31.21

CMYK color model

#F8EFDD color CMYK value is (0,4,11,3).

  • cyan value is 0.00%
  • magenta value is 3.63%
  • yellow value is 10.89%
  • key color value is 2.75%
CMYK:
(0,4,11,3)
C0M4Y11K3 
(0%,4%,11%,3%)
(0.00/0.04/0.11/0.03)	

CMYK percentages

%0
%3.63
%10.89
%2.75

Codes

Color #F8EFDD in popluar color models

F8EFDD
RGB248239221
HSL40°65.85%91.96%
HSB/HSV40°10.89%97.25%
CMYK0.00%3.63%10.89%
2.75%

Color #F8EFDD in popluar number systems.

HEXF8EFDD
Decimal248239221
Binary111110001110111111011101
Octal370357335

Shades and tints

Shades of #F8EFDD

#F8EFDD
(248,239,221)
#E2DAC9
(226,218,201)
#CCC5B5
(204,197,181)
#B6B0A1
(182,176,161)
#A09B8D
(160,155,141)
#8A8679
(138,134,121)
#747165
(116,113,101)
#5E5C51
(94,92,81)
#48473D
(72,71,61)
#323229
(50,50,41)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #F8EFDD

#F8EFDD
(248,239,221)
#F8F0E0
(248,240,224)
#F8F1E3
(248,241,227)
#F8F2E6
(248,242,230)
#F8F3E9
(248,243,233)
#F8F4EC
(248,244,236)
#F8F5EF
(248,245,239)
#F8F6F2
(248,246,242)
#F8F7F5
(248,247,245)
#F8F8F8
(248,248,248)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EFDD; }

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

This text font color is #F8EFDD.


Background Color

.myBgColor { background-color: #F8EFDD; }

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

This div background color is #F8EFDD.


Border color

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

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

This div border color is #F8EFDD.


Opacity

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

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

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

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

This text has shadow with #F8EFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EFDD on black background.


Color preview on white background

This text has color #F8EFDD on white background.



Black color preview on #F8EFDD background

This text has black color on #F8EFDD background.


White color preview on #F8EFDD background

This text has white color on #F8EFDD background.