COLOR #F0C9BF

HEX: #F0C9BF RGB: (240,201,191)

Color info

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

RGB color model

#F0C9BF color RGB value is (240,201,191).

RGB: (240,201,191) (94%, 79%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 191 of 255 = 75%

240
201
191

R + G + B ~ 83%. #F0C9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 201 + 191 = 632 (100%)
R 240 of 632 ~ 37.97%
G 201 of 632 ~ 31.8%
B 191 of 632 ~ 30.22'%

%37.97
%31.8
%30.22

CMYK color model

#F0C9BF color CMYK value is (0,16,20,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK: (0,16,20,6) C0M16Y20K6 (0%,16%,20%,6%) (0.00/0.16/0.20/0.06) 

CMYK percentages

%0
%16.25
%20.42
%5.88

Codes

Color #F0C9BF in popluar color models

F0 C9 BF
RGB 240 201 191
HSL 12° 62.03% 84.51%
HSB/HSV 12° 20.42% 94.12%
CMYK 0.00% 16.25% 20.42%
5.88%

Color #F0C9BF in popluar number systems.

HEX F0 C9 BF
Decimal 240 201 191
Binary 11110000 11001001 10111111
Octal 360 311 277

Shades and tints

Shades of #F0C9BF

#F0C9BF
(240,201,191)
#DBB7AE
(219,183,174)
#C6A59D
(198,165,157)
#B1938C
(177,147,140)
#9C817B
(156,129,123)
#876F6A
(135,111,106)
#725D59
(114,93,89)
#5D4B48
(93,75,72)
#483937
(72,57,55)
#332726
(51,39,38)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #F0C9BF

#F0C9BF
(240,201,191)
#F1CDC4
(241,205,196)
#F2D1C9
(242,209,201)
#F3D5CE
(243,213,206)
#F4D9D3
(244,217,211)
#F5DDD8
(245,221,216)
#F6E1DD
(246,225,221)
#F7E5E2
(247,229,226)
#F8E9E7
(248,233,231)
#F9EDEC
(249,237,236)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C9BF; }

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

This text font color is #F0C9BF.

Background Color

.myBgColor { background-color: #F0C9BF; }

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

This div background color is #F0C9BF.

Border color

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

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

This div border color is #F0C9BF.

Opacity

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

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

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

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

This text has shadow with #F0C9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C9BF.

Preview

Color preview on black background

This text has color #F0C9BF on black background.


Color preview on white background

This text has color #F0C9BF on white background.


Black color preview on #F0C9BF background

This text has black color on #F0C9BF background.


White color preview on #F0C9BF background

This text has white color on #F0C9BF background.


Related colors

Complementary color

Complementary color for #hex is #0F3640.


I love getcolorcode.com

Triadic colors

1 #BFF0C9 and #C9BFF0 with #F0C9BF are triadic colors.

2 #BFC9F0 and #C9F0BF with #F0C9BF are triadic colors.