COLOR #F0C0CF

HEX: #F0C0CF
RGB: (240,192,207)

Color info

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

RGB color model

#F0C0CF color RGB value is (240,192,207).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 207 of 255 = 81%

240
192
207

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 207 = 639 (100%)
R 240 of 639 ~ 37.56%
G 192 of 639 ~ 30.05%
B 207 of 639 ~ 32.39%

%37.56
%30.05
%32.39

CMYK color model

#F0C0CF color CMYK value is (0,20,14,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,20,14,6)
C0M20Y14K6 
(0%,20%,14%,6%)
(0.00/0.20/0.14/0.06)	

CMYK percentages

%0
%20
%13.75
%5.88

Codes

Color #F0C0CF in popluar color models

F0C0CF
RGB240192207
HSL341°61.54%84.71%
HSB/HSV341°20.00%94.12%
CMYK0.00%20.00%13.75%
5.88%

Color #F0C0CF in popluar number systems.

HEXF0C0CF
Decimal240192207
Binary111100001100000011001111
Octal360300317

Shades and tints

Shades of #F0C0CF

#F0C0CF
(240,192,207)
#DBAFBD
(219,175,189)
#C69EAB
(198,158,171)
#B18D99
(177,141,153)
#9C7C87
(156,124,135)
#876B75
(135,107,117)
#725A63
(114,90,99)
#5D4951
(93,73,81)
#48383F
(72,56,63)
#33272D
(51,39,45)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #F0C0CF

#F0C0CF
(240,192,207)
#F1C5D3
(241,197,211)
#F2CAD7
(242,202,215)
#F3CFDB
(243,207,219)
#F4D4DF
(244,212,223)
#F5D9E3
(245,217,227)
#F6DEE7
(246,222,231)
#F7E3EB
(247,227,235)
#F8E8EF
(248,232,239)
#F9EDF3
(249,237,243)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0CF; }

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

This text font color is #F0C0CF.


Background Color

.myBgColor { background-color: #F0C0CF; }

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

This div background color is #F0C0CF.


Border color

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

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

This div border color is #F0C0CF.


Opacity

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

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

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

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

This text has shadow with #F0C0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0CF on black background.


Color preview on white background

This text has color #F0C0CF on white background.



Black color preview on #F0C0CF background

This text has black color on #F0C0CF background.


White color preview on #F0C0CF background

This text has white color on #F0C0CF background.