COLOR #F0C9CE

HEX: #F0C9CE
RGB: (240,201,206)

Color info

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

RGB color model

#F0C9CE color RGB value is (240,201,206).

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

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 206 of 255 = 81%

240
201
206

R + G + B ~ 85%. #F0C9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 206 = 647 (100%)
R 240 of 647 ~ 37.09%
G 201 of 647 ~ 31.07%
B 206 of 647 ~ 31.84%

%37.09
%31.07
%31.84

CMYK color model

#F0C9CE color CMYK value is (0,16,14,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(0,16,14,6)
C0M16Y14K6 
(0%,16%,14%,6%)
(0.00/0.16/0.14/0.06)	

CMYK percentages

%0
%16.25
%14.17
%5.88

Codes

Color #F0C9CE in popluar color models

F0C9CE
RGB240201206
HSL352°56.52%86.47%
HSB/HSV352°16.25%94.12%
CMYK0.00%16.25%14.17%
5.88%

Color #F0C9CE in popluar number systems.

HEXF0C9CE
Decimal240201206
Binary111100001100100111001110
Octal360311316

Shades and tints

Shades of #F0C9CE

#F0C9CE
(240,201,206)
#DBB7BC
(219,183,188)
#C6A5AA
(198,165,170)
#B19398
(177,147,152)
#9C8186
(156,129,134)
#876F74
(135,111,116)
#725D62
(114,93,98)
#5D4B50
(93,75,80)
#48393E
(72,57,62)
#33272C
(51,39,44)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #F0C9CE

#F0C9CE
(240,201,206)
#F1CDD2
(241,205,210)
#F2D1D6
(242,209,214)
#F3D5DA
(243,213,218)
#F4D9DE
(244,217,222)
#F5DDE2
(245,221,226)
#F6E1E6
(246,225,230)
#F7E5EA
(247,229,234)
#F8E9EE
(248,233,238)
#F9EDF2
(249,237,242)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C9CE; }

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

This text font color is #F0C9CE.


Background Color

.myBgColor { background-color: #F0C9CE; }

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

This div background color is #F0C9CE.


Border color

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

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

This div border color is #F0C9CE.


Opacity

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

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

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

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

This text has shadow with #F0C9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C9CE on black background.


Color preview on white background

This text has color #F0C9CE on white background.



Black color preview on #F0C9CE background

This text has black color on #F0C9CE background.


White color preview on #F0C9CE background

This text has white color on #F0C9CE background.