COLOR #F0C0CB

HEX: #F0C0CB
RGB: (240,192,203)

Color info

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

RGB color model

#F0C0CB color RGB value is (240,192,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 203 of 255 = 80%

240
192
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 203 = 635 (100%)
R 240 of 635 ~ 37.8%
G 192 of 635 ~ 30.24%
B 203 of 635 ~ 31.97%

%37.8
%30.24
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • 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
%20
%15.42
%5.88

Codes

Color #F0C0CB in popluar color models

F0C0CB
RGB240192203
HSL346°61.54%84.71%
HSB/HSV346°20.00%94.12%
CMYK0.00%20.00%15.42%
5.88%

Color #F0C0CB in popluar number systems.

HEXF0C0CB
Decimal240192203
Binary111100001100000011001011
Octal360300313

Shades and tints

Shades of #F0C0CB

#F0C0CB
(240,192,203)
#DBAFB9
(219,175,185)
#C69EA7
(198,158,167)
#B18D95
(177,141,149)
#9C7C83
(156,124,131)
#876B71
(135,107,113)
#725A5F
(114,90,95)
#5D494D
(93,73,77)
#48383B
(72,56,59)
#332729
(51,39,41)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #F0C0CB

#F0C0CB
(240,192,203)
#F1C5CF
(241,197,207)
#F2CAD3
(242,202,211)
#F3CFD7
(243,207,215)
#F4D4DB
(244,212,219)
#F5D9DF
(245,217,223)
#F6DEE3
(246,222,227)
#F7E3E7
(247,227,231)
#F8E8EB
(248,232,235)
#F9EDEF
(249,237,239)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0CB; }

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

This text font color is #F0C0CB.


Background Color

.myBgColor { background-color: #F0C0CB; }

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

This div background color is #F0C0CB.


Border color

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

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

This div border color is #F0C0CB.


Opacity

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

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

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

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

This text has shadow with #F0C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0CB on black background.


Color preview on white background

This text has color #F0C0CB on white background.



Black color preview on #F0C0CB background

This text has black color on #F0C0CB background.


White color preview on #F0C0CB background

This text has white color on #F0C0CB background.