COLOR #F0C0D6

HEX: #F0C0D6
RGB: (240,192,214)

Color info

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

RGB color model

#F0C0D6 color RGB value is (240,192,214).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 214 of 255 = 84%

240
192
214

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 214 = 646 (100%)
R 240 of 646 ~ 37.15%
G 192 of 646 ~ 29.72%
B 214 of 646 ~ 33.13%

%37.15
%29.72
%33.13

CMYK color model

#F0C0D6 color CMYK value is (0,20,11,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(0,20,11,6)
C0M20Y11K6 
(0%,20%,11%,6%)
(0.00/0.20/0.11/0.06)	

CMYK percentages

%0
%20
%10.83
%5.88

Codes

Color #F0C0D6 in popluar color models

F0C0D6
RGB240192214
HSL333°61.54%84.71%
HSB/HSV333°20.00%94.12%
CMYK0.00%20.00%10.83%
5.88%

Color #F0C0D6 in popluar number systems.

HEXF0C0D6
Decimal240192214
Binary111100001100000011010110
Octal360300326

Shades and tints

Shades of #F0C0D6

#F0C0D6
(240,192,214)
#DBAFC3
(219,175,195)
#C69EB0
(198,158,176)
#B18D9D
(177,141,157)
#9C7C8A
(156,124,138)
#876B77
(135,107,119)
#725A64
(114,90,100)
#5D4951
(93,73,81)
#48383E
(72,56,62)
#33272B
(51,39,43)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #F0C0D6

#F0C0D6
(240,192,214)
#F1C5D9
(241,197,217)
#F2CADC
(242,202,220)
#F3CFDF
(243,207,223)
#F4D4E2
(244,212,226)
#F5D9E5
(245,217,229)
#F6DEE8
(246,222,232)
#F7E3EB
(247,227,235)
#F8E8EE
(248,232,238)
#F9EDF1
(249,237,241)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0D6; }

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

This text font color is #F0C0D6.


Background Color

.myBgColor { background-color: #F0C0D6; }

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

This div background color is #F0C0D6.


Border color

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

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

This div border color is #F0C0D6.


Opacity

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

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

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

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

This text has shadow with #F0C0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0D6 on black background.


Color preview on white background

This text has color #F0C0D6 on white background.



Black color preview on #F0C0D6 background

This text has black color on #F0C0D6 background.


White color preview on #F0C0D6 background

This text has white color on #F0C0D6 background.