COLOR #F0E0BF

HEX: #F0E0BF
RGB: (240,224,191)

Color info

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

RGB color model

#F0E0BF color RGB value is (240,224,191).

  • red value is 240;
  • green value is 224;
  • blue value is 191.
RGB:
(240,224,191)
(94%,88%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 224 of 255 = 88%
B 191 of 255 = 75%

240
224
191

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

Portions of RGB colors in percentages

R + G + B =
240 + 224 + 191 = 655 (100%)
R 240 of 655 ~ 36.64%
G 224 of 655 ~ 34.2%
B 191 of 655 ~ 29.16%

%36.64
%34.2
%29.16

CMYK color model

#F0E0BF color CMYK value is (0,7,20,6).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(0,7,20,6)
C0M7Y20K6 
(0%,7%,20%,6%)
(0.00/0.07/0.20/0.06)	

CMYK percentages

%0
%6.67
%20.42
%5.88

Codes

Color #F0E0BF in popluar color models

F0E0BF
RGB240224191
HSL40°62.03%84.51%
HSB/HSV40°20.42%94.12%
CMYK0.00%6.67%20.42%
5.88%

Color #F0E0BF in popluar number systems.

HEXF0E0BF
Decimal240224191
Binary111100001110000010111111
Octal360340277

Shades and tints

Shades of #F0E0BF

#F0E0BF
(240,224,191)
#DBCCAE
(219,204,174)
#C6B89D
(198,184,157)
#B1A48C
(177,164,140)
#9C907B
(156,144,123)
#877C6A
(135,124,106)
#726859
(114,104,89)
#5D5448
(93,84,72)
#484037
(72,64,55)
#332C26
(51,44,38)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0E0BF

#F0E0BF
(240,224,191)
#F1E2C4
(241,226,196)
#F2E4C9
(242,228,201)
#F3E6CE
(243,230,206)
#F4E8D3
(244,232,211)
#F5EAD8
(245,234,216)
#F6ECDD
(246,236,221)
#F7EEE2
(247,238,226)
#F8F0E7
(248,240,231)
#F9F2EC
(249,242,236)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E0BF color. Also use rgb(240,224,191) instead hex code.

Text Font Color

.myTextColor { color: #F0E0BF; }

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

This text font color is #F0E0BF.


Background Color

.myBgColor { background-color: #F0E0BF; }

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

This div background color is #F0E0BF.


Border color

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

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

This div border color is #F0E0BF.


Opacity

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

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

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

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

This text has shadow with #F0E0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E0BF on black background.


Color preview on white background

This text has color #F0E0BF on white background.



Black color preview on #F0E0BF background

This text has black color on #F0E0BF background.


White color preview on #F0E0BF background

This text has white color on #F0E0BF background.