COLOR #F0CDA0

HEX: #F0CDA0
RGB: (240,205,160)

Color info

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

RGB color model

#F0CDA0 color RGB value is (240,205,160).

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

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 160 of 255 = 63%

240
205
160

R + G + B ~ 79%. #F0CDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 160 = 605 (100%)
R 240 of 605 ~ 39.67%
G 205 of 605 ~ 33.88%
B 160 of 605 ~ 26.45%

%39.67
%33.88
%26.45

CMYK color model

#F0CDA0 color CMYK value is (0,15,33,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 33.33%
  • key color value is 5.88%
CMYK:
(0,15,33,6)
C0M15Y33K6 
(0%,15%,33%,6%)
(0.00/0.15/0.33/0.06)	

CMYK percentages

%0
%14.58
%33.33
%5.88

Codes

Color #F0CDA0 in popluar color models

F0CDA0
RGB240205160
HSL34°72.73%78.43%
HSB/HSV34°33.33%94.12%
CMYK0.00%14.58%33.33%
5.88%

Color #F0CDA0 in popluar number systems.

HEXF0CDA0
Decimal240205160
Binary111100001100110110100000
Octal360315240

Shades and tints

Shades of #F0CDA0

#F0CDA0
(240,205,160)
#DBBB92
(219,187,146)
#C6A984
(198,169,132)
#B19776
(177,151,118)
#9C8568
(156,133,104)
#87735A
(135,115,90)
#72614C
(114,97,76)
#5D4F3E
(93,79,62)
#483D30
(72,61,48)
#332B22
(51,43,34)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #F0CDA0

#F0CDA0
(240,205,160)
#F1D1A8
(241,209,168)
#F2D5B0
(242,213,176)
#F3D9B8
(243,217,184)
#F4DDC0
(244,221,192)
#F5E1C8
(245,225,200)
#F6E5D0
(246,229,208)
#F7E9D8
(247,233,216)
#F8EDE0
(248,237,224)
#F9F1E8
(249,241,232)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDA0; }

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

This text font color is #F0CDA0.


Background Color

.myBgColor { background-color: #F0CDA0; }

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

This div background color is #F0CDA0.


Border color

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

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

This div border color is #F0CDA0.


Opacity

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

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

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

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

This text has shadow with #F0CDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CDA0 on black background.


Color preview on white background

This text has color #F0CDA0 on white background.



Black color preview on #F0CDA0 background

This text has black color on #F0CDA0 background.


White color preview on #F0CDA0 background

This text has white color on #F0CDA0 background.