COLOR #F0CD9C

HEX: #F0CD9C
RGB: (240,205,156)

Color info

#F0CD9C contains mainly red and green colors. Web safe color of #F0CD9C is #FFCC99 (or #FC9).

RGB color model

#F0CD9C color RGB value is (240,205,156).

  • red value is 240;
  • green value is 205;
  • blue value is 156.
RGB:
(240,205,156)
(94%,80%,61%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 156 of 255 = 61%

240
205
156

R + G + B ~ 78%. #F0CD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 156 = 601 (100%)
R 240 of 601 ~ 39.93%
G 205 of 601 ~ 34.11%
B 156 of 601 ~ 25.96%

%39.93
%34.11
%25.96

CMYK color model

#F0CD9C color CMYK value is (0,15,35,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 35.00%
  • key color value is 5.88%
CMYK:
(0,15,35,6)
C0M15Y35K6 
(0%,15%,35%,6%)
(0.00/0.15/0.35/0.06)	

CMYK percentages

%0
%14.58
%35
%5.88

Codes

Color #F0CD9C in popluar color models

F0CD9C
RGB240205156
HSL35°73.68%77.65%
HSB/HSV35°35.00%94.12%
CMYK0.00%14.58%35.00%
5.88%

Color #F0CD9C in popluar number systems.

HEXF0CD9C
Decimal240205156
Binary111100001100110110011100
Octal360315234

Shades and tints

Shades of #F0CD9C

#F0CD9C
(240,205,156)
#DBBB8E
(219,187,142)
#C6A980
(198,169,128)
#B19772
(177,151,114)
#9C8564
(156,133,100)
#877356
(135,115,86)
#726148
(114,97,72)
#5D4F3A
(93,79,58)
#483D2C
(72,61,44)
#332B1E
(51,43,30)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #F0CD9C

#F0CD9C
(240,205,156)
#F1D1A5
(241,209,165)
#F2D5AE
(242,213,174)
#F3D9B7
(243,217,183)
#F4DDC0
(244,221,192)
#F5E1C9
(245,225,201)
#F6E5D2
(246,229,210)
#F7E9DB
(247,233,219)
#F8EDE4
(248,237,228)
#F9F1ED
(249,241,237)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CD9C color. Also use rgb(240,205,156) instead hex code.

Text Font Color

.myTextColor { color: #F0CD9C; }

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

This text font color is #F0CD9C.


Background Color

.myBgColor { background-color: #F0CD9C; }

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

This div background color is #F0CD9C.


Border color

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

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

This div border color is #F0CD9C.


Opacity

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

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

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

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

This text has shadow with #F0CD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CD9C on black background.


Color preview on white background

This text has color #F0CD9C on white background.



Black color preview on #F0CD9C background

This text has black color on #F0CD9C background.


White color preview on #F0CD9C background

This text has white color on #F0CD9C background.