COLOR #F0C6CD

HEX: #F0C6CD
RGB: (240,198,205)

Color info

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

RGB color model

#F0C6CD color RGB value is (240,198,205).

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

RGB channels and saturation

R 240 of 255 = 94%
G 198 of 255 = 78%
B 205 of 255 = 80%

240
198
205

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

Portions of RGB colors in percentages

R + G + B =
240 + 198 + 205 = 643 (100%)
R 240 of 643 ~ 37.33%
G 198 of 643 ~ 30.79%
B 205 of 643 ~ 31.88%

%37.33
%30.79
%31.88

CMYK color model

#F0C6CD color CMYK value is (0,18,15,6).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(0,18,15,6)
C0M18Y15K6 
(0%,18%,15%,6%)
(0.00/0.18/0.15/0.06)	

CMYK percentages

%0
%17.5
%14.58
%5.88

Codes

Color #F0C6CD in popluar color models

F0C6CD
RGB240198205
HSL350°58.33%85.88%
HSB/HSV350°17.50%94.12%
CMYK0.00%17.50%14.58%
5.88%

Color #F0C6CD in popluar number systems.

HEXF0C6CD
Decimal240198205
Binary111100001100011011001101
Octal360306315

Shades and tints

Shades of #F0C6CD

#F0C6CD
(240,198,205)
#DBB4BB
(219,180,187)
#C6A2A9
(198,162,169)
#B19097
(177,144,151)
#9C7E85
(156,126,133)
#876C73
(135,108,115)
#725A61
(114,90,97)
#5D484F
(93,72,79)
#48363D
(72,54,61)
#33242B
(51,36,43)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #F0C6CD

#F0C6CD
(240,198,205)
#F1CBD1
(241,203,209)
#F2D0D5
(242,208,213)
#F3D5D9
(243,213,217)
#F4DADD
(244,218,221)
#F5DFE1
(245,223,225)
#F6E4E5
(246,228,229)
#F7E9E9
(247,233,233)
#F8EEED
(248,238,237)
#F9F3F1
(249,243,241)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C6CD; }

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

This text font color is #F0C6CD.


Background Color

.myBgColor { background-color: #F0C6CD; }

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

This div background color is #F0C6CD.


Border color

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

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

This div border color is #F0C6CD.


Opacity

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

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

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

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

This text has shadow with #F0C6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C6CD on black background.


Color preview on white background

This text has color #F0C6CD on white background.



Black color preview on #F0C6CD background

This text has black color on #F0C6CD background.


White color preview on #F0C6CD background

This text has white color on #F0C6CD background.