COLOR #F5CBCB

HEX: #F5CBCB
RGB: (245,203,203)

Color info

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

RGB color model

#F5CBCB color RGB value is (245,203,203).

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

RGB channels and saturation

R 245 of 255 = 96%
G 203 of 255 = 80%
B 203 of 255 = 80%

245
203
203

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

Portions of RGB colors in percentages

R + G + B =
245 + 203 + 203 = 651 (100%)
R 245 of 651 ~ 37.63%
G 203 of 651 ~ 31.18%
B 203 of 651 ~ 31.18%

%37.63
%31.18
%31.18

CMYK color model

#F5CBCB color CMYK value is (0,17,17,4).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,17,17,4)
C0M17Y17K4 
(0%,17%,17%,4%)
(0.00/0.17/0.17/0.04)	

CMYK percentages

%0
%17.14
%17.14
%3.92

Codes

Color #F5CBCB in popluar color models

F5CBCB
RGB245203203
HSL67.74%87.84%
HSB/HSV17.14%96.08%
CMYK0.00%17.14%17.14%
3.92%

Color #F5CBCB in popluar number systems.

HEXF5CBCB
Decimal245203203
Binary111101011100101111001011
Octal365313313

Shades and tints

Shades of #F5CBCB

#F5CBCB
(245,203,203)
#DFB9B9
(223,185,185)
#C9A7A7
(201,167,167)
#B39595
(179,149,149)
#9D8383
(157,131,131)
#877171
(135,113,113)
#715F5F
(113,95,95)
#5B4D4D
(91,77,77)
#453B3B
(69,59,59)
#2F2929
(47,41,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #F5CBCB

#F5CBCB
(245,203,203)
#F5CFCF
(245,207,207)
#F5D3D3
(245,211,211)
#F5D7D7
(245,215,215)
#F5DBDB
(245,219,219)
#F5DFDF
(245,223,223)
#F5E3E3
(245,227,227)
#F5E7E7
(245,231,231)
#F5EBEB
(245,235,235)
#F5EFEF
(245,239,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CBCB; }

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

This text font color is #F5CBCB.


Background Color

.myBgColor { background-color: #F5CBCB; }

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

This div background color is #F5CBCB.


Border color

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

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

This div border color is #F5CBCB.


Opacity

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

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

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

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

This text has shadow with #F5CBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CBCB on black background.


Color preview on white background

This text has color #F5CBCB on white background.



Black color preview on #F5CBCB background

This text has black color on #F5CBCB background.


White color preview on #F5CBCB background

This text has white color on #F5CBCB background.