COLOR #F0C9D6

HEX: #F0C9D6
RGB: (240,201,214)

Color info

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

RGB color model

#F0C9D6 color RGB value is (240,201,214).

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

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 214 of 255 = 84%

240
201
214

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

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 214 = 655 (100%)
R 240 of 655 ~ 36.64%
G 201 of 655 ~ 30.69%
B 214 of 655 ~ 32.67%

%36.64
%30.69
%32.67

CMYK color model

#F0C9D6 color CMYK value is (0,16,11,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(0,16,11,6)
C0M16Y11K6 
(0%,16%,11%,6%)
(0.00/0.16/0.11/0.06)	

CMYK percentages

%0
%16.25
%10.83
%5.88

Codes

Color #F0C9D6 in popluar color models

F0C9D6
RGB240201214
HSL340°56.52%86.47%
HSB/HSV340°16.25%94.12%
CMYK0.00%16.25%10.83%
5.88%

Color #F0C9D6 in popluar number systems.

HEXF0C9D6
Decimal240201214
Binary111100001100100111010110
Octal360311326

Shades and tints

Shades of #F0C9D6

#F0C9D6
(240,201,214)
#DBB7C3
(219,183,195)
#C6A5B0
(198,165,176)
#B1939D
(177,147,157)
#9C818A
(156,129,138)
#876F77
(135,111,119)
#725D64
(114,93,100)
#5D4B51
(93,75,81)
#48393E
(72,57,62)
#33272B
(51,39,43)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #F0C9D6

#F0C9D6
(240,201,214)
#F1CDD9
(241,205,217)
#F2D1DC
(242,209,220)
#F3D5DF
(243,213,223)
#F4D9E2
(244,217,226)
#F5DDE5
(245,221,229)
#F6E1E8
(246,225,232)
#F7E5EB
(247,229,235)
#F8E9EE
(248,233,238)
#F9EDF1
(249,237,241)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C9D6; }

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

This text font color is #F0C9D6.


Background Color

.myBgColor { background-color: #F0C9D6; }

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

This div background color is #F0C9D6.


Border color

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

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

This div border color is #F0C9D6.


Opacity

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

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

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

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

This text has shadow with #F0C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C9D6 on black background.


Color preview on white background

This text has color #F0C9D6 on white background.



Black color preview on #F0C9D6 background

This text has black color on #F0C9D6 background.


White color preview on #F0C9D6 background

This text has white color on #F0C9D6 background.