COLOR #F0CDAF

HEX: #F0CDAF
RGB: (240,205,175)

Color info

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

RGB color model

#F0CDAF color RGB value is (240,205,175).

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

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 175 of 255 = 69%

240
205
175

R + G + B ~ 81%. #F0CDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 175 = 620 (100%)
R 240 of 620 ~ 38.71%
G 205 of 620 ~ 33.06%
B 175 of 620 ~ 28.23%

%38.71
%33.06
%28.23

CMYK color model

#F0CDAF color CMYK value is (0,15,27,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(0,15,27,6)
C0M15Y27K6 
(0%,15%,27%,6%)
(0.00/0.15/0.27/0.06)	

CMYK percentages

%0
%14.58
%27.08
%5.88

Codes

Color #F0CDAF in popluar color models

F0CDAF
RGB240205175
HSL28°68.42%81.37%
HSB/HSV28°27.08%94.12%
CMYK0.00%14.58%27.08%
5.88%

Color #F0CDAF in popluar number systems.

HEXF0CDAF
Decimal240205175
Binary111100001100110110101111
Octal360315257

Shades and tints

Shades of #F0CDAF

#F0CDAF
(240,205,175)
#DBBBA0
(219,187,160)
#C6A991
(198,169,145)
#B19782
(177,151,130)
#9C8573
(156,133,115)
#877364
(135,115,100)
#726155
(114,97,85)
#5D4F46
(93,79,70)
#483D37
(72,61,55)
#332B28
(51,43,40)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #F0CDAF

#F0CDAF
(240,205,175)
#F1D1B6
(241,209,182)
#F2D5BD
(242,213,189)
#F3D9C4
(243,217,196)
#F4DDCB
(244,221,203)
#F5E1D2
(245,225,210)
#F6E5D9
(246,229,217)
#F7E9E0
(247,233,224)
#F8EDE7
(248,237,231)
#F9F1EE
(249,241,238)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDAF; }

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

This text font color is #F0CDAF.


Background Color

.myBgColor { background-color: #F0CDAF; }

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

This div background color is #F0CDAF.


Border color

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

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

This div border color is #F0CDAF.


Opacity

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

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

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

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

This text has shadow with #F0CDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CDAF on black background.


Color preview on white background

This text has color #F0CDAF on white background.



Black color preview on #F0CDAF background

This text has black color on #F0CDAF background.


White color preview on #F0CDAF background

This text has white color on #F0CDAF background.