COLOR #F8EDE7

HEX: #F8EDE7 RGB: (248,237,231)

Color info

#F8EDE7 contains red, green and blue colors in about the same proportion. Web safe color of #F8EDE7 is #FFFFFF (or #FFF).

RGB color model

#F8EDE7 color RGB value is (248,237,231).

RGB: (248,237,231) (97%, 93%, 91%)

RGB channels and saturation

R 248 of 255 = 97%
G 237 of 255 = 93%
B 231 of 255 = 91%

248
237
231

R + G + B ~ 94%. #F8EDE7 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 237 + 231 = 716 (100%)
R 248 of 716 ~ 34.64%
G 237 of 716 ~ 33.1%
B 231 of 716 ~ 32.26'%

%34.64
%33.1
%32.26

CMYK color model

#F8EDE7 color CMYK value is (0,4,7,3).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK: (0,4,7,3) C0M4Y7K3 (0%,4%,7%,3%) (0.00/0.04/0.07/0.03) 

CMYK percentages

%0
%4.44
%6.85
%2.75

Codes

Color #F8EDE7 in popluar color models

F8 ED E7
RGB 248 237 231
HSL 21° 54.84% 93.92%
HSB/HSV 21° 6.85% 97.25%
CMYK 0.00% 4.44% 6.85%
2.75%

Color #F8EDE7 in popluar number systems.

HEX F8 ED E7
Decimal 248 237 231
Binary 11111000 11101101 11100111
Octal 370 355 347

Shades and tints

Shades of #F8EDE7

#F8EDE7
(248,237,231)
#E2D8D2
(226,216,210)
#CCC3BD
(204,195,189)
#B6AEA8
(182,174,168)
#A09993
(160,153,147)
#8A847E
(138,132,126)
#746F69
(116,111,105)
#5E5A54
(94,90,84)
#48453F
(72,69,63)
#32302A
(50,48,42)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #F8EDE7

#F8EDE7
(248,237,231)
#F8EEE9
(248,238,233)
#F8EFEB
(248,239,235)
#F8F0ED
(248,240,237)
#F8F1EF
(248,241,239)
#F8F2F1
(248,242,241)
#F8F3F3
(248,243,243)
#F8F4F5
(248,244,245)
#F8F5F7
(248,245,247)
#F8F6F9
(248,246,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EDE7; }

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

This text font color is #F8EDE7.

Background Color

.myBgColor { background-color: #F8EDE7; }

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

This div background color is #F8EDE7.

Border color

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

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

This div border color is #F8EDE7.

Opacity

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

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

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

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

This text has shadow with #F8EDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EDE7.

Preview

Color preview on black background

This text has color #F8EDE7 on black background.


Color preview on white background

This text has color #F8EDE7 on white background.


Black color preview on #F8EDE7 background

This text has black color on #F8EDE7 background.


White color preview on #F8EDE7 background

This text has white color on #F8EDE7 background.


Related colors

Complementary color

Complementary color for #hex is #071218.


I love getcolorcode.com

Triadic colors

1 #E7F8ED and #EDE7F8 with #F8EDE7 are triadic colors.

2 #E7EDF8 and #EDF8E7 with #F8EDE7 are triadic colors.