COLOR #F0EEDE

HEX: #F0EEDE RGB: (240,238,222)

Color info

#F0EEDE contains red, green and blue colors in about the same proportion. Web safe color of #F0EEDE is #FFFFCC (or #FFC).

RGB color model

#F0EEDE color RGB value is (240,238,222).

RGB: (240,238,222) (94%, 93%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 222 of 255 = 87%

240
238
222

R + G + B ~ 91%. #F0EEDE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 222 = 700 (100%)
R 240 of 700 ~ 34.29%
G 238 of 700 ~ 34%
B 222 of 700 ~ 31.71'%

%34.29
%34
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 7.50%
  • key color value is 5.88%

CMYK: (0,1,8,6)
C0M1Y8K6 (0%, 1%, 8%, 6%)
(0.00 / 0.01 / 0.08 / 0.06)

CMYK percentages

%0
%0.83
%7.5
%5.88

Codes

Color #F0EEDE in popluar color models

F0 EE DE
RGB 240 238 222
HSL 53° 37.50% 90.59%
HSB/HSV 53° 7.50% 94.12%
CMYK 0.00% 0.83% 7.50%
5.88%

Color #F0EEDE in popluar number systems.

HEX F0 EE DE
Decimal 240 238 222
Binary 11110000 11101110 11011110
Octal 360 356 336

Shades and tints

Shades of #F0EEDE

#F0EEDE
(240,238,222)
#DBD9CA
(219,217,202)
#C6C4B6
(198,196,182)
#B1AFA2
(177,175,162)
#9C9A8E
(156,154,142)
#87857A
(135,133,122)
#727066
(114,112,102)
#5D5B52
(93,91,82)
#48463E
(72,70,62)
#33312A
(51,49,42)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #F0EEDE

#F0EEDE
(240,238,222)
#F1EFE1
(241,239,225)
#F2F0E4
(242,240,228)
#F3F1E7
(243,241,231)
#F4F2EA
(244,242,234)
#F5F3ED
(245,243,237)
#F6F4F0
(246,244,240)
#F7F5F3
(247,245,243)
#F8F6F6
(248,246,246)
#F9F7F9
(249,247,249)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EEDE; }

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

This text font color is #F0EEDE.

Background Color

.myBgColor { background-color: #F0EEDE; }

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

This div background color is #F0EEDE.

Border color

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

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

This div border color is #F0EEDE.

Opacity

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

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

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

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

This text has shadow with #F0EEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EEDE.

Preview

Color preview on black background

This text has color #F0EEDE on black background.


Color preview on white background

This text has color #F0EEDE on white background.


Black color preview on #F0EEDE background

This text has black color on #F0EEDE background.


White color preview on #F0EEDE background

This text has white color on #F0EEDE background.


Related colors

Complementary color

Complementary color for #hex is #0F1121.


I love getcolorcode.com

Triadic colors

1 #DEF0EE and #EEDEF0 with #F0EEDE are triadic colors.

2 #DEEEF0 and #EEF0DE with #F0EEDE are triadic colors.