COLOR #F0DEC0

HEX: #F0DEC0
RGB: (240,222,192)

Color info

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

RGB color model

#F0DEC0 color RGB value is (240,222,192).

  • red value is 240;
  • green value is 222;
  • blue value is 192.
RGB:
(240,222,192)
(94%,87%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 192 of 255 = 75%

240
222
192

R + G + B ~ 85%. #F0DEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 222 + 192 = 654 (100%)
R 240 of 654 ~ 36.7%
G 222 of 654 ~ 33.94%
B 192 of 654 ~ 29.36%

%36.7
%33.94
%29.36

CMYK color model

#F0DEC0 color CMYK value is (0,8,20,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 20.00%
  • key color value is 5.88%
CMYK:
(0,8,20,6)
C0M8Y20K6 
(0%,8%,20%,6%)
(0.00/0.08/0.20/0.06)	

CMYK percentages

%0
%7.5
%20
%5.88

Codes

Color #F0DEC0 in popluar color models

F0DEC0
RGB240222192
HSL38°61.54%84.71%
HSB/HSV38°20.00%94.12%
CMYK0.00%7.50%20.00%
5.88%

Color #F0DEC0 in popluar number systems.

HEXF0DEC0
Decimal240222192
Binary111100001101111011000000
Octal360336300

Shades and tints

Shades of #F0DEC0

#F0DEC0
(240,222,192)
#DBCAAF
(219,202,175)
#C6B69E
(198,182,158)
#B1A28D
(177,162,141)
#9C8E7C
(156,142,124)
#877A6B
(135,122,107)
#72665A
(114,102,90)
#5D5249
(93,82,73)
#483E38
(72,62,56)
#332A27
(51,42,39)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #F0DEC0

#F0DEC0
(240,222,192)
#F1E1C5
(241,225,197)
#F2E4CA
(242,228,202)
#F3E7CF
(243,231,207)
#F4EAD4
(244,234,212)
#F5EDD9
(245,237,217)
#F6F0DE
(246,240,222)
#F7F3E3
(247,243,227)
#F8F6E8
(248,246,232)
#F9F9ED
(249,249,237)
#FAFCF2
(250,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DEC0 color. Also use rgb(240,222,192) instead hex code.

Text Font Color

.myTextColor { color: #F0DEC0; }

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

This text font color is #F0DEC0.


Background Color

.myBgColor { background-color: #F0DEC0; }

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

This div background color is #F0DEC0.


Border color

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

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

This div border color is #F0DEC0.


Opacity

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

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

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

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

This text has shadow with #F0DEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DEC0 on black background.


Color preview on white background

This text has color #F0DEC0 on white background.



Black color preview on #F0DEC0 background

This text has black color on #F0DEC0 background.


White color preview on #F0DEC0 background

This text has white color on #F0DEC0 background.