COLOR #F0E1CF

HEX: #F0E1CF
RGB: (240,225,207)

Color info

#F0E1CF contains red, green and blue colors in about the same proportion. Web safe color of #F0E1CF is #FFCCCC (or #FCC).

RGB color model

#F0E1CF color RGB value is (240,225,207).

  • red value is 240;
  • green value is 225;
  • blue value is 207.
RGB:
(240,225,207)
(94%,88%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 207 of 255 = 81%

240
225
207

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

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 207 = 672 (100%)
R 240 of 672 ~ 35.71%
G 225 of 672 ~ 33.48%
B 207 of 672 ~ 30.8%

%35.71
%33.48
%30.8

CMYK color model

#F0E1CF color CMYK value is (0,6,14,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,6,14,6)
C0M6Y14K6 
(0%,6%,14%,6%)
(0.00/0.06/0.14/0.06)	

CMYK percentages

%0
%6.25
%13.75
%5.88

Codes

Color #F0E1CF in popluar color models

F0E1CF
RGB240225207
HSL33°52.38%87.65%
HSB/HSV33°13.75%94.12%
CMYK0.00%6.25%13.75%
5.88%

Color #F0E1CF in popluar number systems.

HEXF0E1CF
Decimal240225207
Binary111100001110000111001111
Octal360341317

Shades and tints

Shades of #F0E1CF

#F0E1CF
(240,225,207)
#DBCDBD
(219,205,189)
#C6B9AB
(198,185,171)
#B1A599
(177,165,153)
#9C9187
(156,145,135)
#877D75
(135,125,117)
#726963
(114,105,99)
#5D5551
(93,85,81)
#48413F
(72,65,63)
#332D2D
(51,45,45)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #F0E1CF

#F0E1CF
(240,225,207)
#F1E3D3
(241,227,211)
#F2E5D7
(242,229,215)
#F3E7DB
(243,231,219)
#F4E9DF
(244,233,223)
#F5EBE3
(245,235,227)
#F6EDE7
(246,237,231)
#F7EFEB
(247,239,235)
#F8F1EF
(248,241,239)
#F9F3F3
(249,243,243)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E1CF color. Also use rgb(240,225,207) instead hex code.

Text Font Color

.myTextColor { color: #F0E1CF; }

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

This text font color is #F0E1CF.


Background Color

.myBgColor { background-color: #F0E1CF; }

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

This div background color is #F0E1CF.


Border color

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

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

This div border color is #F0E1CF.


Opacity

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

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

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

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

This text has shadow with #F0E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E1CF on black background.


Color preview on white background

This text has color #F0E1CF on white background.



Black color preview on #F0E1CF background

This text has black color on #F0E1CF background.


White color preview on #F0E1CF background

This text has white color on #F0E1CF background.