COLOR #F0C6DC

HEX: #F0C6DC
RGB: (240,198,220)

Color info

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

RGB color model

#F0C6DC color RGB value is (240,198,220).

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

RGB channels and saturation

R 240 of 255 = 94%
G 198 of 255 = 78%
B 220 of 255 = 86%

240
198
220

R + G + B ~ 86%. #F0C6DC is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 198 + 220 = 658 (100%)
R 240 of 658 ~ 36.47%
G 198 of 658 ~ 30.09%
B 220 of 658 ~ 33.43%

%36.47
%30.09
%33.43

CMYK color model

#F0C6DC color CMYK value is (0,18,8,6).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(0,18,8,6)
C0M18Y8K6 
(0%,18%,8%,6%)
(0.00/0.18/0.08/0.06)	

CMYK percentages

%0
%17.5
%8.33
%5.88

Codes

Color #F0C6DC in popluar color models

F0C6DC
RGB240198220
HSL329°58.33%85.88%
HSB/HSV329°17.50%94.12%
CMYK0.00%17.50%8.33%
5.88%

Color #F0C6DC in popluar number systems.

HEXF0C6DC
Decimal240198220
Binary111100001100011011011100
Octal360306334

Shades and tints

Shades of #F0C6DC

#F0C6DC
(240,198,220)
#DBB4C8
(219,180,200)
#C6A2B4
(198,162,180)
#B190A0
(177,144,160)
#9C7E8C
(156,126,140)
#876C78
(135,108,120)
#725A64
(114,90,100)
#5D4850
(93,72,80)
#48363C
(72,54,60)
#332428
(51,36,40)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #F0C6DC

#F0C6DC
(240,198,220)
#F1CBDF
(241,203,223)
#F2D0E2
(242,208,226)
#F3D5E5
(243,213,229)
#F4DAE8
(244,218,232)
#F5DFEB
(245,223,235)
#F6E4EE
(246,228,238)
#F7E9F1
(247,233,241)
#F8EEF4
(248,238,244)
#F9F3F7
(249,243,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C6DC; }

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

This text font color is #F0C6DC.


Background Color

.myBgColor { background-color: #F0C6DC; }

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

This div background color is #F0C6DC.


Border color

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

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

This div border color is #F0C6DC.


Opacity

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

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

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

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

This text has shadow with #F0C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C6DC on black background.


Color preview on white background

This text has color #F0C6DC on white background.



Black color preview on #F0C6DC background

This text has black color on #F0C6DC background.


White color preview on #F0C6DC background

This text has white color on #F0C6DC background.