COLOR #F0E0CA

HEX: #F0E0CA
RGB: (240,224,202)

Color info

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

RGB color model

#F0E0CA color RGB value is (240,224,202).

  • red value is 240;
  • green value is 224;
  • blue value is 202.
RGB:
(240,224,202)
(94%,88%,79%)

RGB channels and saturation

R 240 of 255 = 94%
G 224 of 255 = 88%
B 202 of 255 = 79%

240
224
202

R + G + B ~ 87%. #F0E0CA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 224 + 202 = 666 (100%)
R 240 of 666 ~ 36.04%
G 224 of 666 ~ 33.63%
B 202 of 666 ~ 30.33%

%36.04
%33.63
%30.33

CMYK color model

#F0E0CA color CMYK value is (0,7,16,6).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(0,7,16,6)
C0M7Y16K6 
(0%,7%,16%,6%)
(0.00/0.07/0.16/0.06)	

CMYK percentages

%0
%6.67
%15.83
%5.88

Codes

Color #F0E0CA in popluar color models

F0E0CA
RGB240224202
HSL35°55.88%86.67%
HSB/HSV35°15.83%94.12%
CMYK0.00%6.67%15.83%
5.88%

Color #F0E0CA in popluar number systems.

HEXF0E0CA
Decimal240224202
Binary111100001110000011001010
Octal360340312

Shades and tints

Shades of #F0E0CA

#F0E0CA
(240,224,202)
#DBCCB8
(219,204,184)
#C6B8A6
(198,184,166)
#B1A494
(177,164,148)
#9C9082
(156,144,130)
#877C70
(135,124,112)
#72685E
(114,104,94)
#5D544C
(93,84,76)
#48403A
(72,64,58)
#332C28
(51,44,40)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #F0E0CA

#F0E0CA
(240,224,202)
#F1E2CE
(241,226,206)
#F2E4D2
(242,228,210)
#F3E6D6
(243,230,214)
#F4E8DA
(244,232,218)
#F5EADE
(245,234,222)
#F6ECE2
(246,236,226)
#F7EEE6
(247,238,230)
#F8F0EA
(248,240,234)
#F9F2EE
(249,242,238)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E0CA color. Also use rgb(240,224,202) instead hex code.

Text Font Color

.myTextColor { color: #F0E0CA; }

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

This text font color is #F0E0CA.


Background Color

.myBgColor { background-color: #F0E0CA; }

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

This div background color is #F0E0CA.


Border color

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

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

This div border color is #F0E0CA.


Opacity

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

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

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

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

This text has shadow with #F0E0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E0CA on black background.


Color preview on white background

This text has color #F0E0CA on white background.



Black color preview on #F0E0CA background

This text has black color on #F0E0CA background.


White color preview on #F0E0CA background

This text has white color on #F0E0CA background.