COLOR #F0C1CB

HEX: #F0C1CB
RGB: (240,193,203)

Color info

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

RGB color model

#F0C1CB color RGB value is (240,193,203).

  • red value is 240;
  • green value is 193;
  • blue value is 203.
RGB:
(240,193,203)
(94%,76%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 193 of 255 = 76%
B 203 of 255 = 80%

240
193
203

R + G + B ~ 83%. #F0C1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 193 + 203 = 636 (100%)
R 240 of 636 ~ 37.74%
G 193 of 636 ~ 30.35%
B 203 of 636 ~ 31.92%

%37.74
%30.35
%31.92

CMYK color model

#F0C1CB color CMYK value is (0,20,15,6).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,20,15,6)
C0M20Y15K6 
(0%,20%,15%,6%)
(0.00/0.20/0.15/0.06)	

CMYK percentages

%0
%19.58
%15.42
%5.88

Codes

Color #F0C1CB in popluar color models

F0C1CB
RGB240193203
HSL347°61.04%84.90%
HSB/HSV347°19.58%94.12%
CMYK0.00%19.58%15.42%
5.88%

Color #F0C1CB in popluar number systems.

HEXF0C1CB
Decimal240193203
Binary111100001100000111001011
Octal360301313

Shades and tints

Shades of #F0C1CB

#F0C1CB
(240,193,203)
#DBB0B9
(219,176,185)
#C69FA7
(198,159,167)
#B18E95
(177,142,149)
#9C7D83
(156,125,131)
#876C71
(135,108,113)
#725B5F
(114,91,95)
#5D4A4D
(93,74,77)
#48393B
(72,57,59)
#332829
(51,40,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0C1CB

#F0C1CB
(240,193,203)
#F1C6CF
(241,198,207)
#F2CBD3
(242,203,211)
#F3D0D7
(243,208,215)
#F4D5DB
(244,213,219)
#F5DADF
(245,218,223)
#F6DFE3
(246,223,227)
#F7E4E7
(247,228,231)
#F8E9EB
(248,233,235)
#F9EEEF
(249,238,239)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C1CB color. Also use rgb(240,193,203) instead hex code.

Text Font Color

.myTextColor { color: #F0C1CB; }

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

This text font color is #F0C1CB.


Background Color

.myBgColor { background-color: #F0C1CB; }

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

This div background color is #F0C1CB.


Border color

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

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

This div border color is #F0C1CB.


Opacity

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

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

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

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

This text has shadow with #F0C1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C1CB on black background.


Color preview on white background

This text has color #F0C1CB on white background.



Black color preview on #F0C1CB background

This text has black color on #F0C1CB background.


White color preview on #F0C1CB background

This text has white color on #F0C1CB background.