COLOR #F0EAB6

HEX: #F0EAB6
RGB: (240,234,182)

Color info

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

RGB color model

#F0EAB6 color RGB value is (240,234,182).

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

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 182 of 255 = 71%

240
234
182

R + G + B ~ 86%. #F0EAB6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 182 = 656 (100%)
R 240 of 656 ~ 36.59%
G 234 of 656 ~ 35.67%
B 182 of 656 ~ 27.74%

%36.59
%35.67
%27.74

CMYK color model

#F0EAB6 color CMYK value is (0,3,24,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 24.17%
  • key color value is 5.88%
CMYK:
(0,3,24,6)
C0M3Y24K6 
(0%,3%,24%,6%)
(0.00/0.03/0.24/0.06)	

CMYK percentages

%0
%2.5
%24.17
%5.88

Codes

Color #F0EAB6 in popluar color models

F0EAB6
RGB240234182
HSL54°65.91%82.75%
HSB/HSV54°24.17%94.12%
CMYK0.00%2.50%24.17%
5.88%

Color #F0EAB6 in popluar number systems.

HEXF0EAB6
Decimal240234182
Binary111100001110101010110110
Octal360352266

Shades and tints

Shades of #F0EAB6

#F0EAB6
(240,234,182)
#DBD5A6
(219,213,166)
#C6C096
(198,192,150)
#B1AB86
(177,171,134)
#9C9676
(156,150,118)
#878166
(135,129,102)
#726C56
(114,108,86)
#5D5746
(93,87,70)
#484236
(72,66,54)
#332D26
(51,45,38)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #F0EAB6

#F0EAB6
(240,234,182)
#F1EBBC
(241,235,188)
#F2ECC2
(242,236,194)
#F3EDC8
(243,237,200)
#F4EECE
(244,238,206)
#F5EFD4
(245,239,212)
#F6F0DA
(246,240,218)
#F7F1E0
(247,241,224)
#F8F2E6
(248,242,230)
#F9F3EC
(249,243,236)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAB6; }

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

This text font color is #F0EAB6.


Background Color

.myBgColor { background-color: #F0EAB6; }

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

This div background color is #F0EAB6.


Border color

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

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

This div border color is #F0EAB6.


Opacity

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

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

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

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

This text has shadow with #F0EAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EAB6 on black background.


Color preview on white background

This text has color #F0EAB6 on white background.



Black color preview on #F0EAB6 background

This text has black color on #F0EAB6 background.


White color preview on #F0EAB6 background

This text has white color on #F0EAB6 background.