COLOR #F0E6CF

HEX: #F0E6CF
RGB: (240,230,207)

Color info

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

RGB color model

#F0E6CF color RGB value is (240,230,207).

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

RGB channels and saturation

R 240 of 255 = 94%
G 230 of 255 = 90%
B 207 of 255 = 81%

240
230
207

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

Portions of RGB colors in percentages

R + G + B =
240 + 230 + 207 = 677 (100%)
R 240 of 677 ~ 35.45%
G 230 of 677 ~ 33.97%
B 207 of 677 ~ 30.58%

%35.45
%33.97
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,4,14,6)
C0M4Y14K6 
(0%,4%,14%,6%)
(0.00/0.04/0.14/0.06)	

CMYK percentages

%0
%4.17
%13.75
%5.88

Codes

Color #F0E6CF in popluar color models

F0E6CF
RGB240230207
HSL42°52.38%87.65%
HSB/HSV42°13.75%94.12%
CMYK0.00%4.17%13.75%
5.88%

Color #F0E6CF in popluar number systems.

HEXF0E6CF
Decimal240230207
Binary111100001110011011001111
Octal360346317

Shades and tints

Shades of #F0E6CF

#F0E6CF
(240,230,207)
#DBD2BD
(219,210,189)
#C6BEAB
(198,190,171)
#B1AA99
(177,170,153)
#9C9687
(156,150,135)
#878275
(135,130,117)
#726E63
(114,110,99)
#5D5A51
(93,90,81)
#48463F
(72,70,63)
#33322D
(51,50,45)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #F0E6CF

#F0E6CF
(240,230,207)
#F1E8D3
(241,232,211)
#F2EAD7
(242,234,215)
#F3ECDB
(243,236,219)
#F4EEDF
(244,238,223)
#F5F0E3
(245,240,227)
#F6F2E7
(246,242,231)
#F7F4EB
(247,244,235)
#F8F6EF
(248,246,239)
#F9F8F3
(249,248,243)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E6CF; }

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

This text font color is #F0E6CF.


Background Color

.myBgColor { background-color: #F0E6CF; }

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

This div background color is #F0E6CF.


Border color

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

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

This div border color is #F0E6CF.


Opacity

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

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

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

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

This text has shadow with #F0E6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E6CF on black background.


Color preview on white background

This text has color #F0E6CF on white background.



Black color preview on #F0E6CF background

This text has black color on #F0E6CF background.


White color preview on #F0E6CF background

This text has white color on #F0E6CF background.