COLOR #F0EAE0

HEX: #F0EAE0 RGB: (240,234,224)

Color info

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

RGB color model

#F0EAE0 color RGB value is (240,234,224).

RGB: (240,234,224) (94%, 92%, 88%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 224 of 255 = 88%

240
234
224

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

Portions of RGB colors in percentages

R + G + B = 240 + 234 + 224 = 698 (100%)
R 240 of 698 ~ 34.38%
G 234 of 698 ~ 33.52%
B 224 of 698 ~ 32.09'%

%34.38
%33.52
%32.09

CMYK color model

#F0EAE0 color CMYK value is (0,3,7,6).

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

CMYK: (0,3,7,6)
C0M3Y7K6 (0%, 3%, 7%, 6%)
(0.00 / 0.03 / 0.07 / 0.06)

CMYK percentages

%0
%2.5
%6.67
%5.88

Codes

Color #F0EAE0 in popluar color models

F0 EA E0
RGB 240 234 224
HSL 38° 34.78% 90.98%
HSB/HSV 38° 6.67% 94.12%
CMYK 0.00% 2.50% 6.67%
5.88%

Color #F0EAE0 in popluar number systems.

HEX F0 EA E0
Decimal 240 234 224
Binary 11110000 11101010 11100000
Octal 360 352 340

Shades and tints

Shades of #F0EAE0

#F0EAE0
(240,234,224)
#DBD5CC
(219,213,204)
#C6C0B8
(198,192,184)
#B1ABA4
(177,171,164)
#9C9690
(156,150,144)
#87817C
(135,129,124)
#726C68
(114,108,104)
#5D5754
(93,87,84)
#484240
(72,66,64)
#332D2C
(51,45,44)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #F0EAE0

#F0EAE0
(240,234,224)
#F1EBE2
(241,235,226)
#F2ECE4
(242,236,228)
#F3EDE6
(243,237,230)
#F4EEE8
(244,238,232)
#F5EFEA
(245,239,234)
#F6F0EC
(246,240,236)
#F7F1EE
(247,241,238)
#F8F2F0
(248,242,240)
#F9F3F2
(249,243,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAE0; }

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

This text font color is #F0EAE0.

Background Color

.myBgColor { background-color: #F0EAE0; }

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

This div background color is #F0EAE0.

Border color

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

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

This div border color is #F0EAE0.

Opacity

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

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

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

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

This text has shadow with #F0EAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EAE0.

Preview

Color preview on black background

This text has color #F0EAE0 on black background.


Color preview on white background

This text has color #F0EAE0 on white background.


Black color preview on #F0EAE0 background

This text has black color on #F0EAE0 background.


White color preview on #F0EAE0 background

This text has white color on #F0EAE0 background.


Related colors

Complementary color

Complementary color for #hex is #0F151F.


I love getcolorcode.com

Triadic colors

1 #E0F0EA and #EAE0F0 with #F0EAE0 are triadic colors.

2 #E0EAF0 and #EAF0E0 with #F0EAE0 are triadic colors.