COLOR #F0CFCF

HEX: #F0CFCF
RGB: (240,207,207)

Color info

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

RGB color model

#F0CFCF color RGB value is (240,207,207).

  • red value is 240;
  • green value is 207;
  • blue value is 207.
RGB:
(240,207,207)
(94%,81%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 207 of 255 = 81%

240
207
207

R + G + B ~ 85%. #F0CFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 207 + 207 = 654 (100%)
R 240 of 654 ~ 36.7%
G 207 of 654 ~ 31.65%
B 207 of 654 ~ 31.65%

%36.7
%31.65
%31.65

CMYK color model

#F0CFCF color CMYK value is (0,14,14,6).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,14,14,6)
C0M14Y14K6 
(0%,14%,14%,6%)
(0.00/0.14/0.14/0.06)	

CMYK percentages

%0
%13.75
%13.75
%5.88

Codes

Color #F0CFCF in popluar color models

F0CFCF
RGB240207207
HSL52.38%87.65%
HSB/HSV13.75%94.12%
CMYK0.00%13.75%13.75%
5.88%

Color #F0CFCF in popluar number systems.

HEXF0CFCF
Decimal240207207
Binary111100001100111111001111
Octal360317317

Shades and tints

Shades of #F0CFCF

#F0CFCF
(240,207,207)
#DBBDBD
(219,189,189)
#C6ABAB
(198,171,171)
#B19999
(177,153,153)
#9C8787
(156,135,135)
#877575
(135,117,117)
#726363
(114,99,99)
#5D5151
(93,81,81)
#483F3F
(72,63,63)
#332D2D
(51,45,45)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #F0CFCF

#F0CFCF
(240,207,207)
#F1D3D3
(241,211,211)
#F2D7D7
(242,215,215)
#F3DBDB
(243,219,219)
#F4DFDF
(244,223,223)
#F5E3E3
(245,227,227)
#F6E7E7
(246,231,231)
#F7EBEB
(247,235,235)
#F8EFEF
(248,239,239)
#F9F3F3
(249,243,243)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CFCF; }

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

This text font color is #F0CFCF.


Background Color

.myBgColor { background-color: #F0CFCF; }

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

This div background color is #F0CFCF.


Border color

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

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

This div border color is #F0CFCF.


Opacity

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

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

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

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

This text has shadow with #F0CFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CFCF on black background.


Color preview on white background

This text has color #F0CFCF on white background.



Black color preview on #F0CFCF background

This text has black color on #F0CFCF background.


White color preview on #F0CFCF background

This text has white color on #F0CFCF background.