COLOR #F8E5DA

HEX: #F8E5DA
RGB: (248,229,218)

Color info

#F8E5DA contains red, green and blue colors in about the same proportion. Web safe color of #F8E5DA is #FFCCCC (or #FCC).

RGB color model

#F8E5DA color RGB value is (248,229,218).

  • red value is 248;
  • green value is 229;
  • blue value is 218.
RGB:
(248,229,218)
(97%,90%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 229 of 255 = 90%
B 218 of 255 = 85%

248
229
218

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

Portions of RGB colors in percentages

R + G + B =
248 + 229 + 218 = 695 (100%)
R 248 of 695 ~ 35.68%
G 229 of 695 ~ 32.95%
B 218 of 695 ~ 31.37%

%35.68
%32.95
%31.37

CMYK color model

#F8E5DA color CMYK value is (0,8,12,3).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(0,8,12,3)
C0M8Y12K3 
(0%,8%,12%,3%)
(0.00/0.08/0.12/0.03)	

CMYK percentages

%0
%7.66
%12.1
%2.75

Codes

Color #F8E5DA in popluar color models

F8E5DA
RGB248229218
HSL22°68.18%91.37%
HSB/HSV22°12.10%97.25%
CMYK0.00%7.66%12.10%
2.75%

Color #F8E5DA in popluar number systems.

HEXF8E5DA
Decimal248229218
Binary111110001110010111011010
Octal370345332

Shades and tints

Shades of #F8E5DA

#F8E5DA
(248,229,218)
#E2D1C7
(226,209,199)
#CCBDB4
(204,189,180)
#B6A9A1
(182,169,161)
#A0958E
(160,149,142)
#8A817B
(138,129,123)
#746D68
(116,109,104)
#5E5955
(94,89,85)
#484542
(72,69,66)
#32312F
(50,49,47)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #F8E5DA

#F8E5DA
(248,229,218)
#F8E7DD
(248,231,221)
#F8E9E0
(248,233,224)
#F8EBE3
(248,235,227)
#F8EDE6
(248,237,230)
#F8EFE9
(248,239,233)
#F8F1EC
(248,241,236)
#F8F3EF
(248,243,239)
#F8F5F2
(248,245,242)
#F8F7F5
(248,247,245)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E5DA; }

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

This text font color is #F8E5DA.


Background Color

.myBgColor { background-color: #F8E5DA; }

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

This div background color is #F8E5DA.


Border color

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

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

This div border color is #F8E5DA.


Opacity

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

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

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

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

This text has shadow with #F8E5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E5DA on black background.


Color preview on white background

This text has color #F8E5DA on white background.



Black color preview on #F8E5DA background

This text has black color on #F8E5DA background.


White color preview on #F8E5DA background

This text has white color on #F8E5DA background.