COLOR #F0CD8D

HEX: #F0CD8D RGB: (240,205,141)

Color info

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

RGB color model

#F0CD8D color RGB value is (240,205,141).

RGB: (240,205,141) (94%, 80%, 55%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 141 of 255 = 55%

240
205
141

R + G + B ~ 76%. #F0CD8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 205 + 141 = 586 (100%)
R 240 of 586 ~ 40.96%
G 205 of 586 ~ 34.98%
B 141 of 586 ~ 24.06'%

%40.96
%34.98
%24.06

CMYK color model

#F0CD8D color CMYK value is (0,15,41,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 41.25%
  • key color value is 5.88%
CMYK: (0,15,41,6) C0M15Y41K6 (0%,15%,41%,6%) (0.00/0.15/0.41/0.06) 

CMYK percentages

%0
%14.58
%41.25
%5.88

Codes

Color #F0CD8D in popluar color models

F0 CD 8D
RGB 240 205 141
HSL 39° 76.74% 74.71%
HSB/HSV 39° 41.25% 94.12%
CMYK 0.00% 14.58% 41.25%
5.88%

Color #F0CD8D in popluar number systems.

HEX F0 CD 8D
Decimal 240 205 141
Binary 11110000 11001101 10001101
Octal 360 315 215

Shades and tints

Shades of #F0CD8D

#F0CD8D
(240,205,141)
#DBBB81
(219,187,129)
#C6A975
(198,169,117)
#B19769
(177,151,105)
#9C855D
(156,133,93)
#877351
(135,115,81)
#726145
(114,97,69)
#5D4F39
(93,79,57)
#483D2D
(72,61,45)
#332B21
(51,43,33)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #F0CD8D

#F0CD8D
(240,205,141)
#F1D197
(241,209,151)
#F2D5A1
(242,213,161)
#F3D9AB
(243,217,171)
#F4DDB5
(244,221,181)
#F5E1BF
(245,225,191)
#F6E5C9
(246,229,201)
#F7E9D3
(247,233,211)
#F8EDDD
(248,237,221)
#F9F1E7
(249,241,231)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CD8D; }

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

This text font color is #F0CD8D.

Background Color

.myBgColor { background-color: #F0CD8D; }

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

This div background color is #F0CD8D.

Border color

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

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

This div border color is #F0CD8D.

Opacity

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

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

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

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

This text has shadow with #F0CD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CD8D.

Preview

Color preview on black background

This text has color #F0CD8D on black background.


Color preview on white background

This text has color #F0CD8D on white background.


Black color preview on #F0CD8D background

This text has black color on #F0CD8D background.


White color preview on #F0CD8D background

This text has white color on #F0CD8D background.


Related colors

Complementary color

Complementary color for #hex is #0F3272.


I love getcolorcode.com

Triadic colors

1 #8DF0CD and #CD8DF0 with #F0CD8D are triadic colors.

2 #8DCDF0 and #CDF08D with #F0CD8D are triadic colors.