COLOR #F0E1B2

HEX: #F0E1B2
RGB: (240,225,178)

Color info

#F0E1B2 contains mainly red and green colors. Web safe color of #F0E1B2 is #FFCC99 (or #FC9).

RGB color model

#F0E1B2 color RGB value is (240,225,178).

  • red value is 240;
  • green value is 225;
  • blue value is 178.
RGB:
(240,225,178)
(94%,88%,70%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 178 of 255 = 70%

240
225
178

R + G + B ~ 84%. #F0E1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 178 = 643 (100%)
R 240 of 643 ~ 37.33%
G 225 of 643 ~ 34.99%
B 178 of 643 ~ 27.68%

%37.33
%34.99
%27.68

CMYK color model

#F0E1B2 color CMYK value is (0,6,26,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(0,6,26,6)
C0M6Y26K6 
(0%,6%,26%,6%)
(0.00/0.06/0.26/0.06)	

CMYK percentages

%0
%6.25
%25.83
%5.88

Codes

Color #F0E1B2 in popluar color models

F0E1B2
RGB240225178
HSL45°67.39%81.96%
HSB/HSV45°25.83%94.12%
CMYK0.00%6.25%25.83%
5.88%

Color #F0E1B2 in popluar number systems.

HEXF0E1B2
Decimal240225178
Binary111100001110000110110010
Octal360341262

Shades and tints

Shades of #F0E1B2

#F0E1B2
(240,225,178)
#DBCDA2
(219,205,162)
#C6B992
(198,185,146)
#B1A582
(177,165,130)
#9C9172
(156,145,114)
#877D62
(135,125,98)
#726952
(114,105,82)
#5D5542
(93,85,66)
#484132
(72,65,50)
#332D22
(51,45,34)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #F0E1B2

#F0E1B2
(240,225,178)
#F1E3B9
(241,227,185)
#F2E5C0
(242,229,192)
#F3E7C7
(243,231,199)
#F4E9CE
(244,233,206)
#F5EBD5
(245,235,213)
#F6EDDC
(246,237,220)
#F7EFE3
(247,239,227)
#F8F1EA
(248,241,234)
#F9F3F1
(249,243,241)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E1B2 color. Also use rgb(240,225,178) instead hex code.

Text Font Color

.myTextColor { color: #F0E1B2; }

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

This text font color is #F0E1B2.


Background Color

.myBgColor { background-color: #F0E1B2; }

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

This div background color is #F0E1B2.


Border color

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

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

This div border color is #F0E1B2.


Opacity

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

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

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

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

This text has shadow with #F0E1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E1B2 on black background.


Color preview on white background

This text has color #F0E1B2 on white background.



Black color preview on #F0E1B2 background

This text has black color on #F0E1B2 background.


White color preview on #F0E1B2 background

This text has white color on #F0E1B2 background.