COLOR #F0C2CB

HEX: #F0C2CB
RGB: (240,194,203)

Color info

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

RGB color model

#F0C2CB color RGB value is (240,194,203).

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

RGB channels and saturation

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

240
194
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 194 + 203 = 637 (100%)
R 240 of 637 ~ 37.68%
G 194 of 637 ~ 30.46%
B 203 of 637 ~ 31.87%

%37.68
%30.46
%31.87

CMYK color model

#F0C2CB color CMYK value is (0,19,15,6).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,19,15,6)
C0M19Y15K6 
(0%,19%,15%,6%)
(0.00/0.19/0.15/0.06)	

CMYK percentages

%0
%19.17
%15.42
%5.88

Codes

Color #F0C2CB in popluar color models

F0C2CB
RGB240194203
HSL348°60.53%85.10%
HSB/HSV348°19.17%94.12%
CMYK0.00%19.17%15.42%
5.88%

Color #F0C2CB in popluar number systems.

HEXF0C2CB
Decimal240194203
Binary111100001100001011001011
Octal360302313

Shades and tints

Shades of #F0C2CB

#F0C2CB
(240,194,203)
#DBB1B9
(219,177,185)
#C6A0A7
(198,160,167)
#B18F95
(177,143,149)
#9C7E83
(156,126,131)
#876D71
(135,109,113)
#725C5F
(114,92,95)
#5D4B4D
(93,75,77)
#483A3B
(72,58,59)
#332929
(51,41,41)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0C2CB

#F0C2CB
(240,194,203)
#F1C7CF
(241,199,207)
#F2CCD3
(242,204,211)
#F3D1D7
(243,209,215)
#F4D6DB
(244,214,219)
#F5DBDF
(245,219,223)
#F6E0E3
(246,224,227)
#F7E5E7
(247,229,231)
#F8EAEB
(248,234,235)
#F9EFEF
(249,239,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C2CB; }

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

This text font color is #F0C2CB.


Background Color

.myBgColor { background-color: #F0C2CB; }

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

This div background color is #F0C2CB.


Border color

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

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

This div border color is #F0C2CB.


Opacity

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

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

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

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

This text has shadow with #F0C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C2CB on black background.


Color preview on white background

This text has color #F0C2CB on white background.



Black color preview on #F0C2CB background

This text has black color on #F0C2CB background.


White color preview on #F0C2CB background

This text has white color on #F0C2CB background.