COLOR #F0C9BA

HEX: #F0C9BA
RGB: (240,201,186)

Color info

#F0C9BA contains red, green and blue colors in about the same proportion. Web safe color of #F0C9BA is #FFCCCC (or #FCC).

RGB color model

#F0C9BA color RGB value is (240,201,186).

  • red value is 240;
  • green value is 201;
  • blue value is 186.
RGB:
(240,201,186)
(94%,79%,73%)

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 186 of 255 = 73%

240
201
186

R + G + B ~ 82%. #F0C9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 186 = 627 (100%)
R 240 of 627 ~ 38.28%
G 201 of 627 ~ 32.06%
B 186 of 627 ~ 29.67%

%38.28
%32.06
%29.67

CMYK color model

#F0C9BA color CMYK value is (0,16,23,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 22.50%
  • key color value is 5.88%
CMYK:
(0,16,23,6)
C0M16Y23K6 
(0%,16%,23%,6%)
(0.00/0.16/0.23/0.06)	

CMYK percentages

%0
%16.25
%22.5
%5.88

Codes

Color #F0C9BA in popluar color models

F0C9BA
RGB240201186
HSL17°64.29%83.53%
HSB/HSV17°22.50%94.12%
CMYK0.00%16.25%22.50%
5.88%

Color #F0C9BA in popluar number systems.

HEXF0C9BA
Decimal240201186
Binary111100001100100110111010
Octal360311272

Shades and tints

Shades of #F0C9BA

#F0C9BA
(240,201,186)
#DBB7AA
(219,183,170)
#C6A59A
(198,165,154)
#B1938A
(177,147,138)
#9C817A
(156,129,122)
#876F6A
(135,111,106)
#725D5A
(114,93,90)
#5D4B4A
(93,75,74)
#48393A
(72,57,58)
#33272A
(51,39,42)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #F0C9BA

#F0C9BA
(240,201,186)
#F1CDC0
(241,205,192)
#F2D1C6
(242,209,198)
#F3D5CC
(243,213,204)
#F4D9D2
(244,217,210)
#F5DDD8
(245,221,216)
#F6E1DE
(246,225,222)
#F7E5E4
(247,229,228)
#F8E9EA
(248,233,234)
#F9EDF0
(249,237,240)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C9BA color. Also use rgb(240,201,186) instead hex code.

Text Font Color

.myTextColor { color: #F0C9BA; }

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

This text font color is #F0C9BA.


Background Color

.myBgColor { background-color: #F0C9BA; }

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

This div background color is #F0C9BA.


Border color

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

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

This div border color is #F0C9BA.


Opacity

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

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

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

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

This text has shadow with #F0C9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C9BA on black background.


Color preview on white background

This text has color #F0C9BA on white background.



Black color preview on #F0C9BA background

This text has black color on #F0C9BA background.


White color preview on #F0C9BA background

This text has white color on #F0C9BA background.