COLOR #F0C0AF

HEX: #F0C0AF
RGB: (240,192,175)

Color info

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

RGB color model

#F0C0AF color RGB value is (240,192,175).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 175 of 255 = 69%

240
192
175

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 175 = 607 (100%)
R 240 of 607 ~ 39.54%
G 192 of 607 ~ 31.63%
B 175 of 607 ~ 28.83%

%39.54
%31.63
%28.83

CMYK color model

#F0C0AF color CMYK value is (0,20,27,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(0,20,27,6)
C0M20Y27K6 
(0%,20%,27%,6%)
(0.00/0.20/0.27/0.06)	

CMYK percentages

%0
%20
%27.08
%5.88

Codes

Color #F0C0AF in popluar color models

F0C0AF
RGB240192175
HSL16°68.42%81.37%
HSB/HSV16°27.08%94.12%
CMYK0.00%20.00%27.08%
5.88%

Color #F0C0AF in popluar number systems.

HEXF0C0AF
Decimal240192175
Binary111100001100000010101111
Octal360300257

Shades and tints

Shades of #F0C0AF

#F0C0AF
(240,192,175)
#DBAFA0
(219,175,160)
#C69E91
(198,158,145)
#B18D82
(177,141,130)
#9C7C73
(156,124,115)
#876B64
(135,107,100)
#725A55
(114,90,85)
#5D4946
(93,73,70)
#483837
(72,56,55)
#332728
(51,39,40)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F0C0AF

#F0C0AF
(240,192,175)
#F1C5B6
(241,197,182)
#F2CABD
(242,202,189)
#F3CFC4
(243,207,196)
#F4D4CB
(244,212,203)
#F5D9D2
(245,217,210)
#F6DED9
(246,222,217)
#F7E3E0
(247,227,224)
#F8E8E7
(248,232,231)
#F9EDEE
(249,237,238)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0AF; }

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

This text font color is #F0C0AF.


Background Color

.myBgColor { background-color: #F0C0AF; }

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

This div background color is #F0C0AF.


Border color

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

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

This div border color is #F0C0AF.


Opacity

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

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

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

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

This text has shadow with #F0C0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0AF on black background.


Color preview on white background

This text has color #F0C0AF on white background.



Black color preview on #F0C0AF background

This text has black color on #F0C0AF background.


White color preview on #F0C0AF background

This text has white color on #F0C0AF background.