COLOR #F0ECEB

HEX: #F0ECEB
RGB: (240,236,235)

Color info

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

RGB color model

#F0ECEB color RGB value is (240,236,235).

  • red value is 240;
  • green value is 236;
  • blue value is 235.
RGB:
(240,236,235)
(94%,93%,92%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 235 of 255 = 92%

240
236
235

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

Portions of RGB colors in percentages

R + G + B =
240 + 236 + 235 = 711 (100%)
R 240 of 711 ~ 33.76%
G 236 of 711 ~ 33.19%
B 235 of 711 ~ 33.05%

%33.76
%33.19
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(0,2,2,6)
C0M2Y2K6 
(0%,2%,2%,6%)
(0.00/0.02/0.02/0.06)	

CMYK percentages

%0
%1.67
%2.08
%5.88

Codes

Color #F0ECEB in popluar color models

F0ECEB
RGB240236235
HSL12°14.29%93.14%
HSB/HSV12°2.08%94.12%
CMYK0.00%1.67%2.08%
5.88%

Color #F0ECEB in popluar number systems.

HEXF0ECEB
Decimal240236235
Binary111100001110110011101011
Octal360354353

Shades and tints

Shades of #F0ECEB

#F0ECEB
(240,236,235)
#DBD7D6
(219,215,214)
#C6C2C1
(198,194,193)
#B1ADAC
(177,173,172)
#9C9897
(156,152,151)
#878382
(135,131,130)
#726E6D
(114,110,109)
#5D5958
(93,89,88)
#484443
(72,68,67)
#332F2E
(51,47,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #F0ECEB

#F0ECEB
(240,236,235)
#F1EDEC
(241,237,236)
#F2EEED
(242,238,237)
#F3EFEE
(243,239,238)
#F4F0EF
(244,240,239)
#F5F1F0
(245,241,240)
#F6F2F1
(246,242,241)
#F7F3F2
(247,243,242)
#F8F4F3
(248,244,243)
#F9F5F4
(249,245,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ECEB; }

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

This text font color is #F0ECEB.


Background Color

.myBgColor { background-color: #F0ECEB; }

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

This div background color is #F0ECEB.


Border color

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

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

This div border color is #F0ECEB.


Opacity

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

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

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

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

This text has shadow with #F0ECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ECEB on black background.


Color preview on white background

This text has color #F0ECEB on white background.



Black color preview on #F0ECEB background

This text has black color on #F0ECEB background.


White color preview on #F0ECEB background

This text has white color on #F0ECEB background.