COLOR #F0C9BB

HEX: #F0C9BB
RGB: (240,201,187)

Color info

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

RGB color model

#F0C9BB color RGB value is (240,201,187).

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

RGB channels and saturation

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

240
201
187

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

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 187 = 628 (100%)
R 240 of 628 ~ 38.22%
G 201 of 628 ~ 32.01%
B 187 of 628 ~ 29.78%

%38.22
%32.01
%29.78

CMYK color model

#F0C9BB color CMYK value is (0,16,22,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 22.08%
  • key color value is 5.88%
CMYK: (0,16,22,6) C0M16Y22K6 (0%,16%,22%,6%) (0.00/0.16/0.22/0.06)

CMYK percentages

%0
%16.25
%22.08
%5.88

Codes

Color #F0C9BB in popluar color models

F0C9BB
RGB240201187
HSL16°63.86%83.73%
HSB/HSV16°22.08%94.12%
CMYK0.00%16.25%22.08%
5.88%

Color #F0C9BB in popluar number systems.

HEXF0C9BB
Decimal240201187
Binary111100001100100110111011
Octal360311273

Shades and tints

Shades of #F0C9BB

#F0C9BB
(240,201,187)
#DBB7AA
(219,183,170)
#C6A599
(198,165,153)
#B19388
(177,147,136)
#9C8177
(156,129,119)
#876F66
(135,111,102)
#725D55
(114,93,85)
#5D4B44
(93,75,68)
#483933
(72,57,51)
#332722
(51,39,34)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #F0C9BB

#F0C9BB
(240,201,187)
#F1CDC1
(241,205,193)
#F2D1C7
(242,209,199)
#F3D5CD
(243,213,205)
#F4D9D3
(244,217,211)
#F5DDD9
(245,221,217)
#F6E1DF
(246,225,223)
#F7E5E5
(247,229,229)
#F8E9EB
(248,233,235)
#F9EDF1
(249,237,241)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C9BB; }

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

This text font color is #F0C9BB.


Background Color

.myBgColor { background-color: #F0C9BB; }

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

This div background color is #F0C9BB.


Border color

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

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

This div border color is #F0C9BB.


Opacity

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

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

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

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

This text has shadow with #F0C9BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F0C9BB on black background.


Color preview on white background

This text has color #F0C9BB on white background.



Black color preview on #F0C9BB background

This text has black color on #F0C9BB background.


White color preview on #F0C9BB background

This text has white color on #F0C9BB background.