COLOR #F8EDD5

HEX: #F8EDD5
RGB: (248,237,213)

Color info

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

RGB color model

#F8EDD5 color RGB value is (248,237,213).

  • red value is 248;
  • green value is 237;
  • blue value is 213.
RGB:
(248,237,213)
(97%,93%,84%)

RGB channels and saturation

R 248 of 255 = 97%
G 237 of 255 = 93%
B 213 of 255 = 84%

248
237
213

R + G + B ~ 91%. #F8EDD5 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 237 + 213 = 698 (100%)
R 248 of 698 ~ 35.53%
G 237 of 698 ~ 33.95%
B 213 of 698 ~ 30.52%

%35.53
%33.95
%30.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 14.11%
  • 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
%4.44
%14.11
%2.75

Codes

Color #F8EDD5 in popluar color models

F8EDD5
RGB248237213
HSL41°71.43%90.39%
HSB/HSV41°14.11%97.25%
CMYK0.00%4.44%14.11%
2.75%

Color #F8EDD5 in popluar number systems.

HEXF8EDD5
Decimal248237213
Binary111110001110110111010101
Octal370355325

Shades and tints

Shades of #F8EDD5

#F8EDD5
(248,237,213)
#E2D8C2
(226,216,194)
#CCC3AF
(204,195,175)
#B6AE9C
(182,174,156)
#A09989
(160,153,137)
#8A8476
(138,132,118)
#746F63
(116,111,99)
#5E5A50
(94,90,80)
#48453D
(72,69,61)
#32302A
(50,48,42)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8EDD5

#F8EDD5
(248,237,213)
#F8EED8
(248,238,216)
#F8EFDB
(248,239,219)
#F8F0DE
(248,240,222)
#F8F1E1
(248,241,225)
#F8F2E4
(248,242,228)
#F8F3E7
(248,243,231)
#F8F4EA
(248,244,234)
#F8F5ED
(248,245,237)
#F8F6F0
(248,246,240)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EDD5 color. Also use rgb(248,237,213) instead hex code.

Text Font Color

.myTextColor { color: #F8EDD5; }

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

This text font color is #F8EDD5.


Background Color

.myBgColor { background-color: #F8EDD5; }

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

This div background color is #F8EDD5.


Border color

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

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

This div border color is #F8EDD5.


Opacity

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

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

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

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

This text has shadow with #F8EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EDD5 on black background.


Color preview on white background

This text has color #F8EDD5 on white background.



Black color preview on #F8EDD5 background

This text has black color on #F8EDD5 background.


White color preview on #F8EDD5 background

This text has white color on #F8EDD5 background.