COLOR #F0EEEA

HEX: #F0EEEA RGB: (240,238,234)

Color info

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

RGB color model

#F0EEEA color RGB value is (240,238,234).

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

RGB channels and saturation

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

240
238
234

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

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 234 = 712 (100%)
R 240 of 712 ~ 33.71%
G 238 of 712 ~ 33.43%
B 234 of 712 ~ 32.87'%

%33.71
%33.43
%32.87

CMYK color model

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

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

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

CMYK percentages

%0
%0.83
%2.5
%5.88

Codes

Color #F0EEEA in popluar color models

F0 EE EA
RGB 240 238 234
HSL 40° 16.67% 92.94%
HSB/HSV 40° 2.50% 94.12%
CMYK 0.00% 0.83% 2.50%
5.88%

Color #F0EEEA in popluar number systems.

HEX F0 EE EA
Decimal 240 238 234
Binary 11110000 11101110 11101010
Octal 360 356 352

Shades and tints

Shades of #F0EEEA

#F0EEEA
(240,238,234)
#DBD9D5
(219,217,213)
#C6C4C0
(198,196,192)
#B1AFAB
(177,175,171)
#9C9A96
(156,154,150)
#878581
(135,133,129)
#72706C
(114,112,108)
#5D5B57
(93,91,87)
#484642
(72,70,66)
#33312D
(51,49,45)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #F0EEEA

#F0EEEA
(240,238,234)
#F1EFEB
(241,239,235)
#F2F0EC
(242,240,236)
#F3F1ED
(243,241,237)
#F4F2EE
(244,242,238)
#F5F3EF
(245,243,239)
#F6F4F0
(246,244,240)
#F7F5F1
(247,245,241)
#F8F6F2
(248,246,242)
#F9F7F3
(249,247,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EEEA; }

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

This text font color is #F0EEEA.

Background Color

.myBgColor { background-color: #F0EEEA; }

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

This div background color is #F0EEEA.

Border color

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

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

This div border color is #F0EEEA.

Opacity

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

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

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

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

This text has shadow with #F0EEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EEEA.

Preview

Color preview on black background

This text has color #F0EEEA on black background.


Color preview on white background

This text has color #F0EEEA on white background.


Black color preview on #F0EEEA background

This text has black color on #F0EEEA background.


White color preview on #F0EEEA background

This text has white color on #F0EEEA background.


Related colors

Complementary color

Complementary color for #hex is #0F1115.


I love getcolorcode.com

Triadic colors

1 #EAF0EE and #EEEAF0 with #F0EEEA are triadic colors.

2 #EAEEF0 and #EEF0EA with #F0EEEA are triadic colors.