COLOR #F0E9EC

HEX: #F0E9EC RGB: (240,233,236)

Color info

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

RGB color model

#F0E9EC color RGB value is (240,233,236).

RGB: (240,233,236) (94%, 91%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 233 of 255 = 91%
B 236 of 255 = 93%

240
233
236

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

Portions of RGB colors in percentages

R + G + B = 240 + 233 + 236 = 709 (100%)
R 240 of 709 ~ 33.85%
G 233 of 709 ~ 32.86%
B 236 of 709 ~ 33.29'%

%33.85
%32.86
%33.29

CMYK color model

#F0E9EC color CMYK value is (0,3,2,6).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (0,3,2,6)
C0M3Y2K6 (0%, 3%, 2%, 6%)
(0.00 / 0.03 / 0.02 / 0.06)

CMYK percentages

%0
%2.92
%1.67
%5.88

Codes

Color #F0E9EC in popluar color models

F0 E9 EC
RGB 240 233 236
HSL 334° 18.92% 92.75%
HSB/HSV 334° 2.92% 94.12%
CMYK 0.00% 2.92% 1.67%
5.88%

Color #F0E9EC in popluar number systems.

HEX F0 E9 EC
Decimal 240 233 236
Binary 11110000 11101001 11101100
Octal 360 351 354

Shades and tints

Shades of #F0E9EC

#F0E9EC
(240,233,236)
#DBD4D7
(219,212,215)
#C6BFC2
(198,191,194)
#B1AAAD
(177,170,173)
#9C9598
(156,149,152)
#878083
(135,128,131)
#726B6E
(114,107,110)
#5D5659
(93,86,89)
#484144
(72,65,68)
#332C2F
(51,44,47)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0E9EC

#F0E9EC
(240,233,236)
#F1EBED
(241,235,237)
#F2EDEE
(242,237,238)
#F3EFEF
(243,239,239)
#F4F1F0
(244,241,240)
#F5F3F1
(245,243,241)
#F6F5F2
(246,245,242)
#F7F7F3
(247,247,243)
#F8F9F4
(248,249,244)
#F9FBF5
(249,251,245)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E9EC color. Also use rgb(240,233,236) instead hex code.

Text Font Color

.myTextColor { color: #F0E9EC; }

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

This text font color is #F0E9EC.

Background Color

.myBgColor { background-color: #F0E9EC; }

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

This div background color is #F0E9EC.

Border color

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

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

This div border color is #F0E9EC.

Opacity

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

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

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

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

This text has shadow with #F0E9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E9EC.

Preview

Color preview on black background

This text has color #F0E9EC on black background.


Color preview on white background

This text has color #F0E9EC on white background.


Black color preview on #F0E9EC background

This text has black color on #F0E9EC background.


White color preview on #F0E9EC background

This text has white color on #F0E9EC background.


Related colors

Complementary color

Complementary color for #hex is #0F1613.


I love getcolorcode.com

Triadic colors

1 #ECF0E9 and #E9ECF0 with #F0E9EC are triadic colors.

2 #ECE9F0 and #E9F0EC with #F0E9EC are triadic colors.