COLOR #F0EAED

HEX: #F0EAED RGB: (240,234,237)

Color info

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

RGB color model

#F0EAED color RGB value is (240,234,237).

RGB: (240,234,237) (94%, 92%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 237 of 255 = 93%

240
234
237

R + G + B ~ 93%. #F0EAED is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 234 + 237 = 711 (100%)
R 240 of 711 ~ 33.76%
G 234 of 711 ~ 32.91%
B 237 of 711 ~ 33.33'%

%33.76
%32.91
%33.33

CMYK color model

#F0EAED color CMYK value is (0,3,1,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 1.25%
  • key color value is 5.88%

CMYK: (0,3,1,6)
C0M3Y1K6 (0%, 3%, 1%, 6%)
(0.00 / 0.03 / 0.01 / 0.06)

CMYK percentages

%0
%2.5
%1.25
%5.88

Codes

Color #F0EAED in popluar color models

F0 EA ED
RGB 240 234 237
HSL 330° 16.67% 92.94%
HSB/HSV 330° 2.50% 94.12%
CMYK 0.00% 2.50% 1.25%
5.88%

Color #F0EAED in popluar number systems.

HEX F0 EA ED
Decimal 240 234 237
Binary 11110000 11101010 11101101
Octal 360 352 355

Shades and tints

Shades of #F0EAED

#F0EAED
(240,234,237)
#DBD5D8
(219,213,216)
#C6C0C3
(198,192,195)
#B1ABAE
(177,171,174)
#9C9699
(156,150,153)
#878184
(135,129,132)
#726C6F
(114,108,111)
#5D575A
(93,87,90)
#484245
(72,66,69)
#332D30
(51,45,48)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #F0EAED

#F0EAED
(240,234,237)
#F1EBEE
(241,235,238)
#F2ECEF
(242,236,239)
#F3EDF0
(243,237,240)
#F4EEF1
(244,238,241)
#F5EFF2
(245,239,242)
#F6F0F3
(246,240,243)
#F7F1F4
(247,241,244)
#F8F2F5
(248,242,245)
#F9F3F6
(249,243,246)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAED; }

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

This text font color is #F0EAED.

Background Color

.myBgColor { background-color: #F0EAED; }

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

This div background color is #F0EAED.

Border color

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

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

This div border color is #F0EAED.

Opacity

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

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

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

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

This text has shadow with #F0EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EAED.

Preview

Color preview on black background

This text has color #F0EAED on black background.


Color preview on white background

This text has color #F0EAED on white background.


Black color preview on #F0EAED background

This text has black color on #F0EAED background.


White color preview on #F0EAED background

This text has white color on #F0EAED background.


Related colors

Complementary color

Complementary color for #hex is #0F1512.


I love getcolorcode.com

Triadic colors

1 #EDF0EA and #EAEDF0 with #F0EAED are triadic colors.

2 #EDEAF0 and #EAF0ED with #F0EAED are triadic colors.