COLOR #F0EEC1

HEX: #F0EEC1
RGB: (240,238,193)

Color info

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

RGB color model

#F0EEC1 color RGB value is (240,238,193).

  • red value is 240;
  • green value is 238;
  • blue value is 193.
RGB:
(240,238,193)
(94%,93%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 193 of 255 = 76%

240
238
193

R + G + B ~ 88%. #F0EEC1 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 238 + 193 = 671 (100%)
R 240 of 671 ~ 35.77%
G 238 of 671 ~ 35.47%
B 193 of 671 ~ 28.76%

%35.77
%35.47
%28.76

CMYK color model

#F0EEC1 color CMYK value is (0,1,20,6).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK:
(0,1,20,6)
C0M1Y20K6 
(0%,1%,20%,6%)
(0.00/0.01/0.20/0.06)	

CMYK percentages

%0
%0.83
%19.58
%5.88

Codes

Color #F0EEC1 in popluar color models

F0EEC1
RGB240238193
HSL57°61.04%84.90%
HSB/HSV57°19.58%94.12%
CMYK0.00%0.83%19.58%
5.88%

Color #F0EEC1 in popluar number systems.

HEXF0EEC1
Decimal240238193
Binary111100001110111011000001
Octal360356301

Shades and tints

Shades of #F0EEC1

#F0EEC1
(240,238,193)
#DBD9B0
(219,217,176)
#C6C49F
(198,196,159)
#B1AF8E
(177,175,142)
#9C9A7D
(156,154,125)
#87856C
(135,133,108)
#72705B
(114,112,91)
#5D5B4A
(93,91,74)
#484639
(72,70,57)
#333128
(51,49,40)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #F0EEC1

#F0EEC1
(240,238,193)
#F1EFC6
(241,239,198)
#F2F0CB
(242,240,203)
#F3F1D0
(243,241,208)
#F4F2D5
(244,242,213)
#F5F3DA
(245,243,218)
#F6F4DF
(246,244,223)
#F7F5E4
(247,245,228)
#F8F6E9
(248,246,233)
#F9F7EE
(249,247,238)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EEC1 color. Also use rgb(240,238,193) instead hex code.

Text Font Color

.myTextColor { color: #F0EEC1; }

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

This text font color is #F0EEC1.


Background Color

.myBgColor { background-color: #F0EEC1; }

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

This div background color is #F0EEC1.


Border color

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

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

This div border color is #F0EEC1.


Opacity

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

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

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

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

This text has shadow with #F0EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EEC1 on black background.


Color preview on white background

This text has color #F0EEC1 on white background.



Black color preview on #F0EEC1 background

This text has black color on #F0EEC1 background.


White color preview on #F0EEC1 background

This text has white color on #F0EEC1 background.