COLOR #F0EDEE

HEX: #F0EDEE
RGB: (240,237,238)

Color info

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

RGB color model

#F0EDEE color RGB value is (240,237,238).

  • red value is 240;
  • green value is 237;
  • blue value is 238.
RGB:
(240,237,238)
(94%,93%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 238 of 255 = 93%

240
237
238

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

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 238 = 715 (100%)
R 240 of 715 ~ 33.57%
G 237 of 715 ~ 33.15%
B 238 of 715 ~ 33.29%

%33.57
%33.15
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(0,1,1,6)
C0M1Y1K6 
(0%,1%,1%,6%)
(0.00/0.01/0.01/0.06)	

CMYK percentages

%0
%1.25
%0.83
%5.88

Codes

Color #F0EDEE in popluar color models

F0EDEE
RGB240237238
HSL340°9.09%93.53%
HSB/HSV340°1.25%94.12%
CMYK0.00%1.25%0.83%
5.88%

Color #F0EDEE in popluar number systems.

HEXF0EDEE
Decimal240237238
Binary111100001110110111101110
Octal360355356

Shades and tints

Shades of #F0EDEE

#F0EDEE
(240,237,238)
#DBD8D9
(219,216,217)
#C6C3C4
(198,195,196)
#B1AEAF
(177,174,175)
#9C999A
(156,153,154)
#878485
(135,132,133)
#726F70
(114,111,112)
#5D5A5B
(93,90,91)
#484546
(72,69,70)
#333031
(51,48,49)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #F0EDEE

#F0EDEE
(240,237,238)
#F1EEEF
(241,238,239)
#F2EFF0
(242,239,240)
#F3F0F1
(243,240,241)
#F4F1F2
(244,241,242)
#F5F2F3
(245,242,243)
#F6F3F4
(246,243,244)
#F7F4F5
(247,244,245)
#F8F5F6
(248,245,246)
#F9F6F7
(249,246,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EDEE; }

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

This text font color is #F0EDEE.


Background Color

.myBgColor { background-color: #F0EDEE; }

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

This div background color is #F0EDEE.


Border color

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

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

This div border color is #F0EDEE.


Opacity

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

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

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

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

This text has shadow with #F0EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDEE on black background.


Color preview on white background

This text has color #F0EDEE on white background.



Black color preview on #F0EDEE background

This text has black color on #F0EDEE background.


White color preview on #F0EDEE background

This text has white color on #F0EDEE background.