COLOR #F0CBCB

HEX: #F0CBCB
RGB: (240,203,203)

Color info

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

RGB color model

#F0CBCB color RGB value is (240,203,203).

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

RGB channels and saturation

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

240
203
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 203 + 203 = 646 (100%)
R 240 of 646 ~ 37.15%
G 203 of 646 ~ 31.42%
B 203 of 646 ~ 31.42%

%37.15
%31.42
%31.42

CMYK color model

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

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

CMYK percentages

%0
%15.42
%15.42
%5.88

Codes

Color #F0CBCB in popluar color models

F0CBCB
RGB240203203
HSL55.22%86.86%
HSB/HSV15.42%94.12%
CMYK0.00%15.42%15.42%
5.88%

Color #F0CBCB in popluar number systems.

HEXF0CBCB
Decimal240203203
Binary111100001100101111001011
Octal360313313

Shades and tints

Shades of #F0CBCB

#F0CBCB
(240,203,203)
#DBB9B9
(219,185,185)
#C6A7A7
(198,167,167)
#B19595
(177,149,149)
#9C8383
(156,131,131)
#877171
(135,113,113)
#725F5F
(114,95,95)
#5D4D4D
(93,77,77)
#483B3B
(72,59,59)
#332929
(51,41,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0CBCB

#F0CBCB
(240,203,203)
#F1CFCF
(241,207,207)
#F2D3D3
(242,211,211)
#F3D7D7
(243,215,215)
#F4DBDB
(244,219,219)
#F5DFDF
(245,223,223)
#F6E3E3
(246,227,227)
#F7E7E7
(247,231,231)
#F8EBEB
(248,235,235)
#F9EFEF
(249,239,239)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CBCB; }

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

This text font color is #F0CBCB.


Background Color

.myBgColor { background-color: #F0CBCB; }

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

This div background color is #F0CBCB.


Border color

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

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

This div border color is #F0CBCB.


Opacity

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

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

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

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

This text has shadow with #F0CBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CBCB on black background.


Color preview on white background

This text has color #F0CBCB on white background.



Black color preview on #F0CBCB background

This text has black color on #F0CBCB background.


White color preview on #F0CBCB background

This text has white color on #F0CBCB background.