COLOR #F0C0C5

HEX: #F0C0C5
RGB: (240,192,197)

Color info

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

RGB color model

#F0C0C5 color RGB value is (240,192,197).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 197 of 255 = 77%

240
192
197

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 197 = 629 (100%)
R 240 of 629 ~ 38.16%
G 192 of 629 ~ 30.52%
B 197 of 629 ~ 31.32%

%38.16
%30.52
%31.32

CMYK color model

#F0C0C5 color CMYK value is (0,20,18,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 17.92%
  • key color value is 5.88%
CMYK:
(0,20,18,6)
C0M20Y18K6 
(0%,20%,18%,6%)
(0.00/0.20/0.18/0.06)	

CMYK percentages

%0
%20
%17.92
%5.88

Codes

Color #F0C0C5 in popluar color models

F0C0C5
RGB240192197
HSL354°61.54%84.71%
HSB/HSV354°20.00%94.12%
CMYK0.00%20.00%17.92%
5.88%

Color #F0C0C5 in popluar number systems.

HEXF0C0C5
Decimal240192197
Binary111100001100000011000101
Octal360300305

Shades and tints

Shades of #F0C0C5

#F0C0C5
(240,192,197)
#DBAFB4
(219,175,180)
#C69EA3
(198,158,163)
#B18D92
(177,141,146)
#9C7C81
(156,124,129)
#876B70
(135,107,112)
#725A5F
(114,90,95)
#5D494E
(93,73,78)
#48383D
(72,56,61)
#33272C
(51,39,44)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #F0C0C5

#F0C0C5
(240,192,197)
#F1C5CA
(241,197,202)
#F2CACF
(242,202,207)
#F3CFD4
(243,207,212)
#F4D4D9
(244,212,217)
#F5D9DE
(245,217,222)
#F6DEE3
(246,222,227)
#F7E3E8
(247,227,232)
#F8E8ED
(248,232,237)
#F9EDF2
(249,237,242)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0C5; }

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

This text font color is #F0C0C5.


Background Color

.myBgColor { background-color: #F0C0C5; }

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

This div background color is #F0C0C5.


Border color

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

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

This div border color is #F0C0C5.


Opacity

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

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

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

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

This text has shadow with #F0C0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0C5 on black background.


Color preview on white background

This text has color #F0C0C5 on white background.



Black color preview on #F0C0C5 background

This text has black color on #F0C0C5 background.


White color preview on #F0C0C5 background

This text has white color on #F0C0C5 background.