COLOR #F0EAD1

HEX: #F0EAD1 RGB: (240,234,209)

Color info

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

RGB color model

#F0EAD1 color RGB value is (240,234,209).

RGB: (240,234,209) (94%, 92%, 82%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 209 of 255 = 82%

240
234
209

R + G + B ~ 89%. #F0EAD1 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 234 + 209 = 683 (100%)
R 240 of 683 ~ 35.14%
G 234 of 683 ~ 34.26%
B 209 of 683 ~ 30.6'%

%35.14
%34.26
%30.6

CMYK color model

#F0EAD1 color CMYK value is (0,3,13,6).

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

CMYK: (0,3,13,6)
C0M3Y13K6 (0%, 3%, 13%, 6%)
(0.00 / 0.03 / 0.13 / 0.06)

CMYK percentages

%0
%2.5
%12.92
%5.88

Codes

Color #F0EAD1 in popluar color models

F0 EA D1
RGB 240 234 209
HSL 48° 50.82% 88.04%
HSB/HSV 48° 12.92% 94.12%
CMYK 0.00% 2.50% 12.92%
5.88%

Color #F0EAD1 in popluar number systems.

HEX F0 EA D1
Decimal 240 234 209
Binary 11110000 11101010 11010001
Octal 360 352 321

Shades and tints

Shades of #F0EAD1

#F0EAD1
(240,234,209)
#DBD5BE
(219,213,190)
#C6C0AB
(198,192,171)
#B1AB98
(177,171,152)
#9C9685
(156,150,133)
#878172
(135,129,114)
#726C5F
(114,108,95)
#5D574C
(93,87,76)
#484239
(72,66,57)
#332D26
(51,45,38)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #F0EAD1

#F0EAD1
(240,234,209)
#F1EBD5
(241,235,213)
#F2ECD9
(242,236,217)
#F3EDDD
(243,237,221)
#F4EEE1
(244,238,225)
#F5EFE5
(245,239,229)
#F6F0E9
(246,240,233)
#F7F1ED
(247,241,237)
#F8F2F1
(248,242,241)
#F9F3F5
(249,243,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAD1; }

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

This text font color is #F0EAD1.

Background Color

.myBgColor { background-color: #F0EAD1; }

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

This div background color is #F0EAD1.

Border color

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

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

This div border color is #F0EAD1.

Opacity

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

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

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

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

This text has shadow with #F0EAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EAD1.

Preview

Color preview on black background

This text has color #F0EAD1 on black background.


Color preview on white background

This text has color #F0EAD1 on white background.


Black color preview on #F0EAD1 background

This text has black color on #F0EAD1 background.


White color preview on #F0EAD1 background

This text has white color on #F0EAD1 background.


Related colors

Complementary color

Complementary color for #hex is #0F152E.


I love getcolorcode.com

Triadic colors

1 #D1F0EA and #EAD1F0 with #F0EAD1 are triadic colors.

2 #D1EAF0 and #EAF0D1 with #F0EAD1 are triadic colors.