COLOR #F0EFEC

HEX: #F0EFEC RGB: (240,239,236)

Color info

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

RGB color model

#F0EFEC color RGB value is (240,239,236).

RGB: (240,239,236) (94%, 94%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 236 of 255 = 93%

240
239
236

R + G + B ~ 94%. #F0EFEC is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 239 + 236 = 715 (100%)
R 240 of 715 ~ 33.57%
G 239 of 715 ~ 33.43%
B 236 of 715 ~ 33.01'%

%33.57
%33.43
%33.01

CMYK color model

#F0EFEC color CMYK value is (0,0,2,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (0,0,2,6)
C0M0Y2K6 (0%, 0%, 2%, 6%)
(0.00 / 0.00 / 0.02 / 0.06)

CMYK percentages

%0
%0.42
%1.67
%5.88

Codes

Color #F0EFEC in popluar color models

F0 EF EC
RGB 240 239 236
HSL 45° 11.76% 93.33%
HSB/HSV 45° 1.67% 94.12%
CMYK 0.00% 0.42% 1.67%
5.88%

Color #F0EFEC in popluar number systems.

HEX F0 EF EC
Decimal 240 239 236
Binary 11110000 11101111 11101100
Octal 360 357 354

Shades and tints

Shades of #F0EFEC

#F0EFEC
(240,239,236)
#DBDAD7
(219,218,215)
#C6C5C2
(198,197,194)
#B1B0AD
(177,176,173)
#9C9B98
(156,155,152)
#878683
(135,134,131)
#72716E
(114,113,110)
#5D5C59
(93,92,89)
#484744
(72,71,68)
#33322F
(51,50,47)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #F0EFEC

#F0EFEC
(240,239,236)
#F1F0ED
(241,240,237)
#F2F1EE
(242,241,238)
#F3F2EF
(243,242,239)
#F4F3F0
(244,243,240)
#F5F4F1
(245,244,241)
#F6F5F2
(246,245,242)
#F7F6F3
(247,246,243)
#F8F7F4
(248,247,244)
#F9F8F5
(249,248,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EFEC; }

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

This text font color is #F0EFEC.

Background Color

.myBgColor { background-color: #F0EFEC; }

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

This div background color is #F0EFEC.

Border color

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

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

This div border color is #F0EFEC.

Opacity

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

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

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

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

This text has shadow with #F0EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EFEC.

Preview

Color preview on black background

This text has color #F0EFEC on black background.


Color preview on white background

This text has color #F0EFEC on white background.


Black color preview on #F0EFEC background

This text has black color on #F0EFEC background.


White color preview on #F0EFEC background

This text has white color on #F0EFEC background.


Related colors

Complementary color

Complementary color for #hex is #0F1013.


I love getcolorcode.com

Triadic colors

1 #ECF0EF and #EFECF0 with #F0EFEC are triadic colors.

2 #ECEFF0 and #EFF0EC with #F0EFEC are triadic colors.