COLOR #F8E7DA

HEX: #F8E7DA RGB: (248,231,218)

Color info

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

RGB color model

#F8E7DA color RGB value is (248,231,218).

RGB: (248,231,218) (97%, 91%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 231 of 255 = 91%
B 218 of 255 = 85%

248
231
218

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

Portions of RGB colors in percentages

R + G + B = 248 + 231 + 218 = 697 (100%)
R 248 of 697 ~ 35.58%
G 231 of 697 ~ 33.14%
B 218 of 697 ~ 31.28'%

%35.58
%33.14
%31.28

CMYK color model

#F8E7DA color CMYK value is (0,7,12,3).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 12.10%
  • key color value is 2.75%

CMYK: (0,7,12,3)
C0M7Y12K3 (0%, 7%, 12%, 3%)
(0.00 / 0.07 / 0.12 / 0.03)

CMYK percentages

%0
%6.85
%12.1
%2.75

Codes

Color #F8E7DA in popluar color models

F8 E7 DA
RGB 248 231 218
HSL 26° 68.18% 91.37%
HSB/HSV 26° 12.10% 97.25%
CMYK 0.00% 6.85% 12.10%
2.75%

Color #F8E7DA in popluar number systems.

HEX F8 E7 DA
Decimal 248 231 218
Binary 11111000 11100111 11011010
Octal 370 347 332

Shades and tints

Shades of #F8E7DA

#F8E7DA
(248,231,218)
#E2D2C7
(226,210,199)
#CCBDB4
(204,189,180)
#B6A8A1
(182,168,161)
#A0938E
(160,147,142)
#8A7E7B
(138,126,123)
#746968
(116,105,104)
#5E5455
(94,84,85)
#483F42
(72,63,66)
#322A2F
(50,42,47)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #F8E7DA

#F8E7DA
(248,231,218)
#F8E9DD
(248,233,221)
#F8EBE0
(248,235,224)
#F8EDE3
(248,237,227)
#F8EFE6
(248,239,230)
#F8F1E9
(248,241,233)
#F8F3EC
(248,243,236)
#F8F5EF
(248,245,239)
#F8F7F2
(248,247,242)
#F8F9F5
(248,249,245)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E7DA; }

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

This text font color is #F8E7DA.

Background Color

.myBgColor { background-color: #F8E7DA; }

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

This div background color is #F8E7DA.

Border color

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

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

This div border color is #F8E7DA.

Opacity

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

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

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

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

This text has shadow with #F8E7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E7DA.

Preview

Color preview on black background

This text has color #F8E7DA on black background.


Color preview on white background

This text has color #F8E7DA on white background.


Black color preview on #F8E7DA background

This text has black color on #F8E7DA background.


White color preview on #F8E7DA background

This text has white color on #F8E7DA background.


Related colors

Complementary color

Complementary color for #hex is #071825.


I love getcolorcode.com

Triadic colors

1 #DAF8E7 and #E7DAF8 with #F8E7DA are triadic colors.

2 #DAE7F8 and #E7F8DA with #F8E7DA are triadic colors.