COLOR #F0C0DC

HEX: #F0C0DC
RGB: (240,192,220)

Color info

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

RGB color model

#F0C0DC color RGB value is (240,192,220).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 220 of 255 = 86%

240
192
220

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 220 = 652 (100%)
R 240 of 652 ~ 36.81%
G 192 of 652 ~ 29.45%
B 220 of 652 ~ 33.74%

%36.81
%29.45
%33.74

CMYK color model

#F0C0DC color CMYK value is (0,20,8,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(0,20,8,6)
C0M20Y8K6 
(0%,20%,8%,6%)
(0.00/0.20/0.08/0.06)	

CMYK percentages

%0
%20
%8.33
%5.88

Codes

Color #F0C0DC in popluar color models

F0C0DC
RGB240192220
HSL325°61.54%84.71%
HSB/HSV325°20.00%94.12%
CMYK0.00%20.00%8.33%
5.88%

Color #F0C0DC in popluar number systems.

HEXF0C0DC
Decimal240192220
Binary111100001100000011011100
Octal360300334

Shades and tints

Shades of #F0C0DC

#F0C0DC
(240,192,220)
#DBAFC8
(219,175,200)
#C69EB4
(198,158,180)
#B18DA0
(177,141,160)
#9C7C8C
(156,124,140)
#876B78
(135,107,120)
#725A64
(114,90,100)
#5D4950
(93,73,80)
#48383C
(72,56,60)
#332728
(51,39,40)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #F0C0DC

#F0C0DC
(240,192,220)
#F1C5DF
(241,197,223)
#F2CAE2
(242,202,226)
#F3CFE5
(243,207,229)
#F4D4E8
(244,212,232)
#F5D9EB
(245,217,235)
#F6DEEE
(246,222,238)
#F7E3F1
(247,227,241)
#F8E8F4
(248,232,244)
#F9EDF7
(249,237,247)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0DC; }

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

This text font color is #F0C0DC.


Background Color

.myBgColor { background-color: #F0C0DC; }

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

This div background color is #F0C0DC.


Border color

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

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

This div border color is #F0C0DC.


Opacity

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

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

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

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

This text has shadow with #F0C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0DC on black background.


Color preview on white background

This text has color #F0C0DC on white background.



Black color preview on #F0C0DC background

This text has black color on #F0C0DC background.


White color preview on #F0C0DC background

This text has white color on #F0C0DC background.