COLOR #F0EACB

HEX: #F0EACB RGB: (240,234,203)

Color info

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

RGB color model

#F0EACB color RGB value is (240,234,203).

RGB: (240,234,203) (94%, 92%, 80%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 203 of 255 = 80%

240
234
203

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

Portions of RGB colors in percentages

R + G + B = 240 + 234 + 203 = 677 (100%)
R 240 of 677 ~ 35.45%
G 234 of 677 ~ 34.56%
B 203 of 677 ~ 29.99'%

%35.45
%34.56
%29.99

CMYK color model

#F0EACB color CMYK value is (0,3,15,6).

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

CMYK: (0,3,15,6)
C0M3Y15K6 (0%, 3%, 15%, 6%)
(0.00 / 0.03 / 0.15 / 0.06)

CMYK percentages

%0
%2.5
%15.42
%5.88

Codes

Color #F0EACB in popluar color models

F0 EA CB
RGB 240 234 203
HSL 50° 55.22% 86.86%
HSB/HSV 50° 15.42% 94.12%
CMYK 0.00% 2.50% 15.42%
5.88%

Color #F0EACB in popluar number systems.

HEX F0 EA CB
Decimal 240 234 203
Binary 11110000 11101010 11001011
Octal 360 352 313

Shades and tints

Shades of #F0EACB

#F0EACB
(240,234,203)
#DBD5B9
(219,213,185)
#C6C0A7
(198,192,167)
#B1AB95
(177,171,149)
#9C9683
(156,150,131)
#878171
(135,129,113)
#726C5F
(114,108,95)
#5D574D
(93,87,77)
#48423B
(72,66,59)
#332D29
(51,45,41)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0EACB

#F0EACB
(240,234,203)
#F1EBCF
(241,235,207)
#F2ECD3
(242,236,211)
#F3EDD7
(243,237,215)
#F4EEDB
(244,238,219)
#F5EFDF
(245,239,223)
#F6F0E3
(246,240,227)
#F7F1E7
(247,241,231)
#F8F2EB
(248,242,235)
#F9F3EF
(249,243,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EACB; }

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

This text font color is #F0EACB.

Background Color

.myBgColor { background-color: #F0EACB; }

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

This div background color is #F0EACB.

Border color

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

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

This div border color is #F0EACB.

Opacity

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

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

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

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

This text has shadow with #F0EACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EACB.

Preview

Color preview on black background

This text has color #F0EACB on black background.


Color preview on white background

This text has color #F0EACB on white background.


Black color preview on #F0EACB background

This text has black color on #F0EACB background.


White color preview on #F0EACB background

This text has white color on #F0EACB background.


Related colors

Complementary color

Complementary color for #hex is #0F1534.


I love getcolorcode.com

Triadic colors

1 #CBF0EA and #EACBF0 with #F0EACB are triadic colors.

2 #CBEAF0 and #EAF0CB with #F0EACB are triadic colors.