COLOR #F0E3CB

HEX: #F0E3CB
RGB: (240,227,203)

Color info

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

RGB color model

#F0E3CB color RGB value is (240,227,203).

  • red value is 240;
  • green value is 227;
  • blue value is 203.
RGB:
(240,227,203)
(94%,89%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 227 of 255 = 89%
B 203 of 255 = 80%

240
227
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 227 + 203 = 670 (100%)
R 240 of 670 ~ 35.82%
G 227 of 670 ~ 33.88%
B 203 of 670 ~ 30.3%

%35.82
%33.88
%30.3

CMYK color model

#F0E3CB color CMYK value is (0,5,15,6).

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,5,15,6)
C0M5Y15K6 
(0%,5%,15%,6%)
(0.00/0.05/0.15/0.06)	

CMYK percentages

%0
%5.42
%15.42
%5.88

Codes

Color #F0E3CB in popluar color models

F0E3CB
RGB240227203
HSL39°55.22%86.86%
HSB/HSV39°15.42%94.12%
CMYK0.00%5.42%15.42%
5.88%

Color #F0E3CB in popluar number systems.

HEXF0E3CB
Decimal240227203
Binary111100001110001111001011
Octal360343313

Shades and tints

Shades of #F0E3CB

#F0E3CB
(240,227,203)
#DBCFB9
(219,207,185)
#C6BBA7
(198,187,167)
#B1A795
(177,167,149)
#9C9383
(156,147,131)
#877F71
(135,127,113)
#726B5F
(114,107,95)
#5D574D
(93,87,77)
#48433B
(72,67,59)
#332F29
(51,47,41)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #F0E3CB

#F0E3CB
(240,227,203)
#F1E5CF
(241,229,207)
#F2E7D3
(242,231,211)
#F3E9D7
(243,233,215)
#F4EBDB
(244,235,219)
#F5EDDF
(245,237,223)
#F6EFE3
(246,239,227)
#F7F1E7
(247,241,231)
#F8F3EB
(248,243,235)
#F9F5EF
(249,245,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E3CB color. Also use rgb(240,227,203) instead hex code.

Text Font Color

.myTextColor { color: #F0E3CB; }

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

This text font color is #F0E3CB.


Background Color

.myBgColor { background-color: #F0E3CB; }

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

This div background color is #F0E3CB.


Border color

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

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

This div border color is #F0E3CB.


Opacity

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

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

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

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

This text has shadow with #F0E3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E3CB on black background.


Color preview on white background

This text has color #F0E3CB on white background.



Black color preview on #F0E3CB background

This text has black color on #F0E3CB background.


White color preview on #F0E3CB background

This text has white color on #F0E3CB background.