COLOR #F0EED5

HEX: #F0EED5 RGB: (240,238,213)

Color info

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

RGB color model

#F0EED5 color RGB value is (240,238,213).

RGB: (240,238,213) (94%, 93%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 213 of 255 = 84%

240
238
213

R + G + B ~ 90%. #F0EED5 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 213 = 691 (100%)
R 240 of 691 ~ 34.73%
G 238 of 691 ~ 34.44%
B 213 of 691 ~ 30.82'%

%34.73
%34.44
%30.82

CMYK color model

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

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

CMYK: (0,1,11,6)
C0M1Y11K6 (0%, 1%, 11%, 6%)
(0.00 / 0.01 / 0.11 / 0.06)

CMYK percentages

%0
%0.83
%11.25
%5.88

Codes

Color #F0EED5 in popluar color models

F0 EE D5
RGB 240 238 213
HSL 56° 47.37% 88.82%
HSB/HSV 56° 11.25% 94.12%
CMYK 0.00% 0.83% 11.25%
5.88%

Color #F0EED5 in popluar number systems.

HEX F0 EE D5
Decimal 240 238 213
Binary 11110000 11101110 11010101
Octal 360 356 325

Shades and tints

Shades of #F0EED5

#F0EED5
(240,238,213)
#DBD9C2
(219,217,194)
#C6C4AF
(198,196,175)
#B1AF9C
(177,175,156)
#9C9A89
(156,154,137)
#878576
(135,133,118)
#727063
(114,112,99)
#5D5B50
(93,91,80)
#48463D
(72,70,61)
#33312A
(51,49,42)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #F0EED5

#F0EED5
(240,238,213)
#F1EFD8
(241,239,216)
#F2F0DB
(242,240,219)
#F3F1DE
(243,241,222)
#F4F2E1
(244,242,225)
#F5F3E4
(245,243,228)
#F6F4E7
(246,244,231)
#F7F5EA
(247,245,234)
#F8F6ED
(248,246,237)
#F9F7F0
(249,247,240)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EED5; }

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

This text font color is #F0EED5.

Background Color

.myBgColor { background-color: #F0EED5; }

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

This div background color is #F0EED5.

Border color

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

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

This div border color is #F0EED5.

Opacity

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

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

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

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

This text has shadow with #F0EED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EED5.

Preview

Color preview on black background

This text has color #F0EED5 on black background.


Color preview on white background

This text has color #F0EED5 on white background.


Black color preview on #F0EED5 background

This text has black color on #F0EED5 background.


White color preview on #F0EED5 background

This text has white color on #F0EED5 background.


Related colors

Complementary color

Complementary color for #hex is #0F112A.


I love getcolorcode.com

Triadic colors

1 #D5F0EE and #EED5F0 with #F0EED5 are triadic colors.

2 #D5EEF0 and #EEF0D5 with #F0EED5 are triadic colors.