COLOR #F8E3D1

HEX: #F8E3D1
RGB: (248,227,209)

Color info

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

RGB color model

#F8E3D1 color RGB value is (248,227,209).

  • red value is 248;
  • green value is 227;
  • blue value is 209.
RGB:
(248,227,209)
(97%,89%,82%)

RGB channels and saturation

R 248 of 255 = 97%
G 227 of 255 = 89%
B 209 of 255 = 82%

248
227
209

R + G + B ~ 89%. #F8E3D1 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 227 + 209 = 684 (100%)
R 248 of 684 ~ 36.26%
G 227 of 684 ~ 33.19%
B 209 of 684 ~ 30.56%

%36.26
%33.19
%30.56

CMYK color model

#F8E3D1 color CMYK value is (0,8,16,3).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(0,8,16,3)
C0M8Y16K3 
(0%,8%,16%,3%)
(0.00/0.08/0.16/0.03)	

CMYK percentages

%0
%8.47
%15.73
%2.75

Codes

Color #F8E3D1 in popluar color models

F8E3D1
RGB248227209
HSL28°73.58%89.61%
HSB/HSV28°15.73%97.25%
CMYK0.00%8.47%15.73%
2.75%

Color #F8E3D1 in popluar number systems.

HEXF8E3D1
Decimal248227209
Binary111110001110001111010001
Octal370343321

Shades and tints

Shades of #F8E3D1

#F8E3D1
(248,227,209)
#E2CFBE
(226,207,190)
#CCBBAB
(204,187,171)
#B6A798
(182,167,152)
#A09385
(160,147,133)
#8A7F72
(138,127,114)
#746B5F
(116,107,95)
#5E574C
(94,87,76)
#484339
(72,67,57)
#322F26
(50,47,38)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #F8E3D1

#F8E3D1
(248,227,209)
#F8E5D5
(248,229,213)
#F8E7D9
(248,231,217)
#F8E9DD
(248,233,221)
#F8EBE1
(248,235,225)
#F8EDE5
(248,237,229)
#F8EFE9
(248,239,233)
#F8F1ED
(248,241,237)
#F8F3F1
(248,243,241)
#F8F5F5
(248,245,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E3D1 color. Also use rgb(248,227,209) instead hex code.

Text Font Color

.myTextColor { color: #F8E3D1; }

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

This text font color is #F8E3D1.


Background Color

.myBgColor { background-color: #F8E3D1; }

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

This div background color is #F8E3D1.


Border color

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

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

This div border color is #F8E3D1.


Opacity

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

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

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

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

This text has shadow with #F8E3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E3D1 on black background.


Color preview on white background

This text has color #F8E3D1 on white background.



Black color preview on #F8E3D1 background

This text has black color on #F8E3D1 background.


White color preview on #F8E3D1 background

This text has white color on #F8E3D1 background.