COLOR #F0EFE8

HEX: #F0EFE8
RGB: (240,239,232)

Color info

#F0EFE8 contains red, green and blue colors in about the same proportion. Web safe color of #F0EFE8 is #FFFFFF (or #FFF).

RGB color model

#F0EFE8 color RGB value is (240,239,232).

  • red value is 240;
  • green value is 239;
  • blue value is 232.
RGB:
(240,239,232)
(94%,94%,91%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 232 of 255 = 91%

240
239
232

R + G + B ~ 93%. #F0EFE8 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 239 + 232 = 711 (100%)
R 240 of 711 ~ 33.76%
G 239 of 711 ~ 33.61%
B 232 of 711 ~ 32.63%

%33.76
%33.61
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(0,0,3,6)
C0M0Y3K6 
(0%,0%,3%,6%)
(0.00/0.00/0.03/0.06)	

CMYK percentages

%0
%0.42
%3.33
%5.88

Codes

Color #F0EFE8 in popluar color models

F0EFE8
RGB240239232
HSL53°21.05%92.55%
HSB/HSV53°3.33%94.12%
CMYK0.00%0.42%3.33%
5.88%

Color #F0EFE8 in popluar number systems.

HEXF0EFE8
Decimal240239232
Binary111100001110111111101000
Octal360357350

Shades and tints

Shades of #F0EFE8

#F0EFE8
(240,239,232)
#DBDAD3
(219,218,211)
#C6C5BE
(198,197,190)
#B1B0A9
(177,176,169)
#9C9B94
(156,155,148)
#87867F
(135,134,127)
#72716A
(114,113,106)
#5D5C55
(93,92,85)
#484740
(72,71,64)
#33322B
(51,50,43)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #F0EFE8

#F0EFE8
(240,239,232)
#F1F0EA
(241,240,234)
#F2F1EC
(242,241,236)
#F3F2EE
(243,242,238)
#F4F3F0
(244,243,240)
#F5F4F2
(245,244,242)
#F6F5F4
(246,245,244)
#F7F6F6
(247,246,246)
#F8F7F8
(248,247,248)
#F9F8FA
(249,248,250)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EFE8 color. Also use rgb(240,239,232) instead hex code.

Text Font Color

.myTextColor { color: #F0EFE8; }

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

This text font color is #F0EFE8.


Background Color

.myBgColor { background-color: #F0EFE8; }

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

This div background color is #F0EFE8.


Border color

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

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

This div border color is #F0EFE8.


Opacity

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

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

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

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

This text has shadow with #F0EFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EFE8 on black background.


Color preview on white background

This text has color #F0EFE8 on white background.



Black color preview on #F0EFE8 background

This text has black color on #F0EFE8 background.


White color preview on #F0EFE8 background

This text has white color on #F0EFE8 background.