COLOR #F2CBCB

HEX: #F2CBCB
RGB: (242,203,203)

Color info

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

RGB color model

#F2CBCB color RGB value is (242,203,203).

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

RGB channels and saturation

R 242 of 255 = 95%
G 203 of 255 = 80%
B 203 of 255 = 80%

242
203
203

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

Portions of RGB colors in percentages

R + G + B =
242 + 203 + 203 = 648 (100%)
R 242 of 648 ~ 37.35%
G 203 of 648 ~ 31.33%
B 203 of 648 ~ 31.33%

%37.35
%31.33
%31.33

CMYK color model

#F2CBCB color CMYK value is (0,16,16,5).

  • cyan value is 0.00%
  • magenta value is 16.12%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(0,16,16,5)
C0M16Y16K5 
(0%,16%,16%,5%)
(0.00/0.16/0.16/0.05)	

CMYK percentages

%0
%16.12
%16.12
%5.1

Codes

Color #F2CBCB in popluar color models

F2CBCB
RGB242203203
HSL60.00%87.25%
HSB/HSV16.12%94.90%
CMYK0.00%16.12%16.12%
5.10%

Color #F2CBCB in popluar number systems.

HEXF2CBCB
Decimal242203203
Binary111100101100101111001011
Octal362313313

Shades and tints

Shades of #F2CBCB

#F2CBCB
(242,203,203)
#DCB9B9
(220,185,185)
#C6A7A7
(198,167,167)
#B09595
(176,149,149)
#9A8383
(154,131,131)
#847171
(132,113,113)
#6E5F5F
(110,95,95)
#584D4D
(88,77,77)
#423B3B
(66,59,59)
#2C2929
(44,41,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #F2CBCB

#F2CBCB
(242,203,203)
#F3CFCF
(243,207,207)
#F4D3D3
(244,211,211)
#F5D7D7
(245,215,215)
#F6DBDB
(246,219,219)
#F7DFDF
(247,223,223)
#F8E3E3
(248,227,227)
#F9E7E7
(249,231,231)
#FAEBEB
(250,235,235)
#FBEFEF
(251,239,239)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CBCB; }

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

This text font color is #F2CBCB.


Background Color

.myBgColor { background-color: #F2CBCB; }

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

This div background color is #F2CBCB.


Border color

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

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

This div border color is #F2CBCB.


Opacity

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

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

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

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

This text has shadow with #F2CBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CBCB on black background.


Color preview on white background

This text has color #F2CBCB on white background.



Black color preview on #F2CBCB background

This text has black color on #F2CBCB background.


White color preview on #F2CBCB background

This text has white color on #F2CBCB background.