COLOR #F0EAC4

HEX: #F0EAC4
RGB: (240,234,196)

Color info

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

RGB color model

#F0EAC4 color RGB value is (240,234,196).

  • red value is 240;
  • green value is 234;
  • blue value is 196.
RGB:
(240,234,196)
(94%,92%,77%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 196 of 255 = 77%

240
234
196

R + G + B ~ 88%. #F0EAC4 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 196 = 670 (100%)
R 240 of 670 ~ 35.82%
G 234 of 670 ~ 34.93%
B 196 of 670 ~ 29.25%

%35.82
%34.93
%29.25

CMYK color model

#F0EAC4 color CMYK value is (0,3,18,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 18.33%
  • key color value is 5.88%
CMYK:
(0,3,18,6)
C0M3Y18K6 
(0%,3%,18%,6%)
(0.00/0.03/0.18/0.06)	

CMYK percentages

%0
%2.5
%18.33
%5.88

Codes

Color #F0EAC4 in popluar color models

F0EAC4
RGB240234196
HSL52°59.46%85.49%
HSB/HSV52°18.33%94.12%
CMYK0.00%2.50%18.33%
5.88%

Color #F0EAC4 in popluar number systems.

HEXF0EAC4
Decimal240234196
Binary111100001110101011000100
Octal360352304

Shades and tints

Shades of #F0EAC4

#F0EAC4
(240,234,196)
#DBD5B3
(219,213,179)
#C6C0A2
(198,192,162)
#B1AB91
(177,171,145)
#9C9680
(156,150,128)
#87816F
(135,129,111)
#726C5E
(114,108,94)
#5D574D
(93,87,77)
#48423C
(72,66,60)
#332D2B
(51,45,43)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #F0EAC4

#F0EAC4
(240,234,196)
#F1EBC9
(241,235,201)
#F2ECCE
(242,236,206)
#F3EDD3
(243,237,211)
#F4EED8
(244,238,216)
#F5EFDD
(245,239,221)
#F6F0E2
(246,240,226)
#F7F1E7
(247,241,231)
#F8F2EC
(248,242,236)
#F9F3F1
(249,243,241)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAC4; }

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

This text font color is #F0EAC4.


Background Color

.myBgColor { background-color: #F0EAC4; }

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

This div background color is #F0EAC4.


Border color

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

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

This div border color is #F0EAC4.


Opacity

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

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

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

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

This text has shadow with #F0EAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EAC4 on black background.


Color preview on white background

This text has color #F0EAC4 on white background.



Black color preview on #F0EAC4 background

This text has black color on #F0EAC4 background.


White color preview on #F0EAC4 background

This text has white color on #F0EAC4 background.