COLOR #F0CD8C

HEX: #F0CD8C RGB: (240,205,140)

Color info

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

RGB color model

#F0CD8C color RGB value is (240,205,140).

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

RGB channels and saturation

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

240
205
140

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

Portions of RGB colors in percentages

R + G + B = 240 + 205 + 140 = 585 (100%)
R 240 of 585 ~ 41.03%
G 205 of 585 ~ 35.04%
B 140 of 585 ~ 23.93'%

%41.03
%35.04
%23.93

CMYK color model

#F0CD8C color CMYK value is (0,15,42,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 41.67%
  • key color value is 5.88%

CMYK: (0,15,42,6)
C0M15Y42K6 (0%, 15%, 42%, 6%)
(0.00 / 0.15 / 0.42 / 0.06)

CMYK percentages

%0
%14.58
%41.67
%5.88

Codes

Color #F0CD8C in popluar color models

F0 CD 8C
RGB 240 205 140
HSL 39° 76.92% 74.51%
HSB/HSV 39° 41.67% 94.12%
CMYK 0.00% 14.58% 41.67%
5.88%

Color #F0CD8C in popluar number systems.

HEX F0 CD 8C
Decimal 240 205 140
Binary 11110000 11001101 10001100
Octal 360 315 214

Shades and tints

Shades of #F0CD8C

#F0CD8C
(240,205,140)
#DBBB80
(219,187,128)
#C6A974
(198,169,116)
#B19768
(177,151,104)
#9C855C
(156,133,92)
#877350
(135,115,80)
#726144
(114,97,68)
#5D4F38
(93,79,56)
#483D2C
(72,61,44)
#332B20
(51,43,32)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #F0CD8C

#F0CD8C
(240,205,140)
#F1D196
(241,209,150)
#F2D5A0
(242,213,160)
#F3D9AA
(243,217,170)
#F4DDB4
(244,221,180)
#F5E1BE
(245,225,190)
#F6E5C8
(246,229,200)
#F7E9D2
(247,233,210)
#F8EDDC
(248,237,220)
#F9F1E6
(249,241,230)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CD8C; }

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

This text font color is #F0CD8C.

Background Color

.myBgColor { background-color: #F0CD8C; }

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

This div background color is #F0CD8C.

Border color

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

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

This div border color is #F0CD8C.

Opacity

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

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

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

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

This text has shadow with #F0CD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CD8C.

Preview

Color preview on black background

This text has color #F0CD8C on black background.


Color preview on white background

This text has color #F0CD8C on white background.


Black color preview on #F0CD8C background

This text has black color on #F0CD8C background.


White color preview on #F0CD8C background

This text has white color on #F0CD8C background.


Related colors

Complementary color

Complementary color for #hex is #0F3273.


I love getcolorcode.com

Triadic colors

1 #8CF0CD and #CD8CF0 with #F0CD8C are triadic colors.

2 #8CCDF0 and #CDF08C with #F0CD8C are triadic colors.