COLOR #F8CBCB

HEX: #F8CBCB
RGB: (248,203,203)

Color info

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

RGB color model

#F8CBCB color RGB value is (248,203,203).

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

RGB channels and saturation

R 248 of 255 = 97%
G 203 of 255 = 80%
B 203 of 255 = 80%

248
203
203

R + G + B ~ 86%. #F8CBCB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 203 + 203 = 654 (100%)
R 248 of 654 ~ 37.92%
G 203 of 654 ~ 31.04%
B 203 of 654 ~ 31.04%

%37.92
%31.04
%31.04

CMYK color model

#F8CBCB color CMYK value is (0,18,18,3).

  • cyan value is 0.00%
  • magenta value is 18.15%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(0,18,18,3)
C0M18Y18K3 
(0%,18%,18%,3%)
(0.00/0.18/0.18/0.03)	

CMYK percentages

%0
%18.15
%18.15
%2.75

Codes

Color #F8CBCB in popluar color models

F8CBCB
RGB248203203
HSL76.27%88.43%
HSB/HSV18.15%97.25%
CMYK0.00%18.15%18.15%
2.75%

Color #F8CBCB in popluar number systems.

HEXF8CBCB
Decimal248203203
Binary111110001100101111001011
Octal370313313

Shades and tints

Shades of #F8CBCB

#F8CBCB
(248,203,203)
#E2B9B9
(226,185,185)
#CCA7A7
(204,167,167)
#B69595
(182,149,149)
#A08383
(160,131,131)
#8A7171
(138,113,113)
#745F5F
(116,95,95)
#5E4D4D
(94,77,77)
#483B3B
(72,59,59)
#322929
(50,41,41)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #F8CBCB

#F8CBCB
(248,203,203)
#F8CFCF
(248,207,207)
#F8D3D3
(248,211,211)
#F8D7D7
(248,215,215)
#F8DBDB
(248,219,219)
#F8DFDF
(248,223,223)
#F8E3E3
(248,227,227)
#F8E7E7
(248,231,231)
#F8EBEB
(248,235,235)
#F8EFEF
(248,239,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CBCB; }

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

This text font color is #F8CBCB.


Background Color

.myBgColor { background-color: #F8CBCB; }

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

This div background color is #F8CBCB.


Border color

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

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

This div border color is #F8CBCB.


Opacity

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

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

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

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

This text has shadow with #F8CBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CBCB on black background.


Color preview on white background

This text has color #F8CBCB on white background.



Black color preview on #F8CBCB background

This text has black color on #F8CBCB background.


White color preview on #F8CBCB background

This text has white color on #F8CBCB background.