COLOR #F0E2BA

HEX: #F0E2BA
RGB: (240,226,186)

Color info

#F0E2BA contains red, green and blue colors in about the same proportion. Web safe color of #F0E2BA is #FFCCCC (or #FCC).

RGB color model

#F0E2BA color RGB value is (240,226,186).

  • red value is 240;
  • green value is 226;
  • blue value is 186.
RGB:
(240,226,186)
(94%,89%,73%)

RGB channels and saturation

R 240 of 255 = 94%
G 226 of 255 = 89%
B 186 of 255 = 73%

240
226
186

R + G + B ~ 85%. #F0E2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 226 + 186 = 652 (100%)
R 240 of 652 ~ 36.81%
G 226 of 652 ~ 34.66%
B 186 of 652 ~ 28.53%

%36.81
%34.66
%28.53

CMYK color model

#F0E2BA color CMYK value is (0,6,23,6).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 22.50%
  • key color value is 5.88%
CMYK:
(0,6,23,6)
C0M6Y23K6 
(0%,6%,23%,6%)
(0.00/0.06/0.23/0.06)	

CMYK percentages

%0
%5.83
%22.5
%5.88

Codes

Color #F0E2BA in popluar color models

F0E2BA
RGB240226186
HSL44°64.29%83.53%
HSB/HSV44°22.50%94.12%
CMYK0.00%5.83%22.50%
5.88%

Color #F0E2BA in popluar number systems.

HEXF0E2BA
Decimal240226186
Binary111100001110001010111010
Octal360342272

Shades and tints

Shades of #F0E2BA

#F0E2BA
(240,226,186)
#DBCEAA
(219,206,170)
#C6BA9A
(198,186,154)
#B1A68A
(177,166,138)
#9C927A
(156,146,122)
#877E6A
(135,126,106)
#726A5A
(114,106,90)
#5D564A
(93,86,74)
#48423A
(72,66,58)
#332E2A
(51,46,42)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #F0E2BA

#F0E2BA
(240,226,186)
#F1E4C0
(241,228,192)
#F2E6C6
(242,230,198)
#F3E8CC
(243,232,204)
#F4EAD2
(244,234,210)
#F5ECD8
(245,236,216)
#F6EEDE
(246,238,222)
#F7F0E4
(247,240,228)
#F8F2EA
(248,242,234)
#F9F4F0
(249,244,240)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E2BA color. Also use rgb(240,226,186) instead hex code.

Text Font Color

.myTextColor { color: #F0E2BA; }

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

This text font color is #F0E2BA.


Background Color

.myBgColor { background-color: #F0E2BA; }

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

This div background color is #F0E2BA.


Border color

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

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

This div border color is #F0E2BA.


Opacity

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

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

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

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

This text has shadow with #F0E2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E2BA on black background.


Color preview on white background

This text has color #F0E2BA on white background.



Black color preview on #F0E2BA background

This text has black color on #F0E2BA background.


White color preview on #F0E2BA background

This text has white color on #F0E2BA background.