COLOR #F8EAED

HEX: #F8EAED
RGB: (248,234,237)

Color info

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

RGB color model

#F8EAED color RGB value is (248,234,237).

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

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 237 of 255 = 93%

248
234
237

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

Portions of RGB colors in percentages

R + G + B =
248 + 234 + 237 = 719 (100%)
R 248 of 719 ~ 34.49%
G 234 of 719 ~ 32.55%
B 237 of 719 ~ 32.96%

%34.49
%32.55
%32.96

CMYK color model

#F8EAED color CMYK value is (0,6,4,3).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 4.44%
  • key color value is 2.75%
CMYK:
(0,6,4,3)
C0M6Y4K3 
(0%,6%,4%,3%)
(0.00/0.06/0.04/0.03)	

CMYK percentages

%0
%5.65
%4.44
%2.75

Codes

Color #F8EAED in popluar color models

F8EAED
RGB248234237
HSL347°50.00%94.51%
HSB/HSV347°5.65%97.25%
CMYK0.00%5.65%4.44%
2.75%

Color #F8EAED in popluar number systems.

HEXF8EAED
Decimal248234237
Binary111110001110101011101101
Octal370352355

Shades and tints

Shades of #F8EAED

#F8EAED
(248,234,237)
#E2D5D8
(226,213,216)
#CCC0C3
(204,192,195)
#B6ABAE
(182,171,174)
#A09699
(160,150,153)
#8A8184
(138,129,132)
#746C6F
(116,108,111)
#5E575A
(94,87,90)
#484245
(72,66,69)
#322D30
(50,45,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #F8EAED

#F8EAED
(248,234,237)
#F8EBEE
(248,235,238)
#F8ECEF
(248,236,239)
#F8EDF0
(248,237,240)
#F8EEF1
(248,238,241)
#F8EFF2
(248,239,242)
#F8F0F3
(248,240,243)
#F8F1F4
(248,241,244)
#F8F2F5
(248,242,245)
#F8F3F6
(248,243,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EAED; }

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

This text font color is #F8EAED.


Background Color

.myBgColor { background-color: #F8EAED; }

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

This div background color is #F8EAED.


Border color

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

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

This div border color is #F8EAED.


Opacity

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

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

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

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

This text has shadow with #F8EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EAED on black background.


Color preview on white background

This text has color #F8EAED on white background.



Black color preview on #F8EAED background

This text has black color on #F8EAED background.


White color preview on #F8EAED background

This text has white color on #F8EAED background.