COLOR #F0EFE2

HEX: #F0EFE2
RGB: (240,239,226)

Color info

#F0EFE2 contains red, green and blue colors in about the same proportion. Web safe color of #F0EFE2 is #FFFFCC (or #FFC).

RGB color model

#F0EFE2 color RGB value is (240,239,226).

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

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 226 of 255 = 89%

240
239
226

R + G + B ~ 92%. #F0EFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 239 + 226 = 705 (100%)
R 240 of 705 ~ 34.04%
G 239 of 705 ~ 33.9%
B 226 of 705 ~ 32.06%

%34.04
%33.9
%32.06

CMYK color model

#F0EFE2 color CMYK value is (0,0,6,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,0,6,6)
C0M0Y6K6 
(0%,0%,6%,6%)
(0.00/0.00/0.06/0.06)	

CMYK percentages

%0
%0.42
%5.83
%5.88

Codes

Color #F0EFE2 in popluar color models

F0EFE2
RGB240239226
HSL56°31.82%91.37%
HSB/HSV56°5.83%94.12%
CMYK0.00%0.42%5.83%
5.88%

Color #F0EFE2 in popluar number systems.

HEXF0EFE2
Decimal240239226
Binary111100001110111111100010
Octal360357342

Shades and tints

Shades of #F0EFE2

#F0EFE2
(240,239,226)
#DBDACE
(219,218,206)
#C6C5BA
(198,197,186)
#B1B0A6
(177,176,166)
#9C9B92
(156,155,146)
#87867E
(135,134,126)
#72716A
(114,113,106)
#5D5C56
(93,92,86)
#484742
(72,71,66)
#33322E
(51,50,46)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #F0EFE2

#F0EFE2
(240,239,226)
#F1F0E4
(241,240,228)
#F2F1E6
(242,241,230)
#F3F2E8
(243,242,232)
#F4F3EA
(244,243,234)
#F5F4EC
(245,244,236)
#F6F5EE
(246,245,238)
#F7F6F0
(247,246,240)
#F8F7F2
(248,247,242)
#F9F8F4
(249,248,244)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EFE2; }

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

This text font color is #F0EFE2.


Background Color

.myBgColor { background-color: #F0EFE2; }

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

This div background color is #F0EFE2.


Border color

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

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

This div border color is #F0EFE2.


Opacity

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

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

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

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

This text has shadow with #F0EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EFE2 on black background.


Color preview on white background

This text has color #F0EFE2 on white background.



Black color preview on #F0EFE2 background

This text has black color on #F0EFE2 background.


White color preview on #F0EFE2 background

This text has white color on #F0EFE2 background.