COLOR #F0C5CE

HEX: #F0C5CE
RGB: (240,197,206)

Color info

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

RGB color model

#F0C5CE color RGB value is (240,197,206).

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

RGB channels and saturation

R 240 of 255 = 94%
G 197 of 255 = 77%
B 206 of 255 = 81%

240
197
206

R + G + B ~ 84%. #F0C5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 197 + 206 = 643 (100%)
R 240 of 643 ~ 37.33%
G 197 of 643 ~ 30.64%
B 206 of 643 ~ 32.04%

%37.33
%30.64
%32.04

CMYK color model

#F0C5CE color CMYK value is (0,18,14,6).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(0,18,14,6)
C0M18Y14K6 
(0%,18%,14%,6%)
(0.00/0.18/0.14/0.06)	

CMYK percentages

%0
%17.92
%14.17
%5.88

Codes

Color #F0C5CE in popluar color models

F0C5CE
RGB240197206
HSL347°58.90%85.69%
HSB/HSV347°17.92%94.12%
CMYK0.00%17.92%14.17%
5.88%

Color #F0C5CE in popluar number systems.

HEXF0C5CE
Decimal240197206
Binary111100001100010111001110
Octal360305316

Shades and tints

Shades of #F0C5CE

#F0C5CE
(240,197,206)
#DBB4BC
(219,180,188)
#C6A3AA
(198,163,170)
#B19298
(177,146,152)
#9C8186
(156,129,134)
#877074
(135,112,116)
#725F62
(114,95,98)
#5D4E50
(93,78,80)
#483D3E
(72,61,62)
#332C2C
(51,44,44)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #F0C5CE

#F0C5CE
(240,197,206)
#F1CAD2
(241,202,210)
#F2CFD6
(242,207,214)
#F3D4DA
(243,212,218)
#F4D9DE
(244,217,222)
#F5DEE2
(245,222,226)
#F6E3E6
(246,227,230)
#F7E8EA
(247,232,234)
#F8EDEE
(248,237,238)
#F9F2F2
(249,242,242)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C5CE; }

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

This text font color is #F0C5CE.


Background Color

.myBgColor { background-color: #F0C5CE; }

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

This div background color is #F0C5CE.


Border color

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

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

This div border color is #F0C5CE.


Opacity

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

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

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

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

This text has shadow with #F0C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5CE on black background.


Color preview on white background

This text has color #F0C5CE on white background.



Black color preview on #F0C5CE background

This text has black color on #F0C5CE background.


White color preview on #F0C5CE background

This text has white color on #F0C5CE background.