COLOR #F0E1AF

HEX: #F0E1AF
RGB: (240,225,175)

Color info

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

RGB color model

#F0E1AF color RGB value is (240,225,175).

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

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 175 of 255 = 69%

240
225
175

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

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 175 = 640 (100%)
R 240 of 640 ~ 37.5%
G 225 of 640 ~ 35.16%
B 175 of 640 ~ 27.34%

%37.5
%35.16
%27.34

CMYK color model

#F0E1AF color CMYK value is (0,6,27,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(0,6,27,6)
C0M6Y27K6 
(0%,6%,27%,6%)
(0.00/0.06/0.27/0.06)	

CMYK percentages

%0
%6.25
%27.08
%5.88

Codes

Color #F0E1AF in popluar color models

F0E1AF
RGB240225175
HSL46°68.42%81.37%
HSB/HSV46°27.08%94.12%
CMYK0.00%6.25%27.08%
5.88%

Color #F0E1AF in popluar number systems.

HEXF0E1AF
Decimal240225175
Binary111100001110000110101111
Octal360341257

Shades and tints

Shades of #F0E1AF

#F0E1AF
(240,225,175)
#DBCDA0
(219,205,160)
#C6B991
(198,185,145)
#B1A582
(177,165,130)
#9C9173
(156,145,115)
#877D64
(135,125,100)
#726955
(114,105,85)
#5D5546
(93,85,70)
#484137
(72,65,55)
#332D28
(51,45,40)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #F0E1AF

#F0E1AF
(240,225,175)
#F1E3B6
(241,227,182)
#F2E5BD
(242,229,189)
#F3E7C4
(243,231,196)
#F4E9CB
(244,233,203)
#F5EBD2
(245,235,210)
#F6EDD9
(246,237,217)
#F7EFE0
(247,239,224)
#F8F1E7
(248,241,231)
#F9F3EE
(249,243,238)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E1AF; }

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

This text font color is #F0E1AF.


Background Color

.myBgColor { background-color: #F0E1AF; }

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

This div background color is #F0E1AF.


Border color

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

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

This div border color is #F0E1AF.


Opacity

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

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

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

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

This text has shadow with #F0E1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E1AF on black background.


Color preview on white background

This text has color #F0E1AF on white background.



Black color preview on #F0E1AF background

This text has black color on #F0E1AF background.


White color preview on #F0E1AF background

This text has white color on #F0E1AF background.