COLOR #F8C9CA

HEX: #F8C9CA
RGB: (248,201,202)

Color info

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

RGB color model

#F8C9CA color RGB value is (248,201,202).

  • red value is 248;
  • green value is 201;
  • blue value is 202.
RGB:
(248,201,202)
(97%,79%,79%)

RGB channels and saturation

R 248 of 255 = 97%
G 201 of 255 = 79%
B 202 of 255 = 79%

248
201
202

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

Portions of RGB colors in percentages

R + G + B =
248 + 201 + 202 = 651 (100%)
R 248 of 651 ~ 38.1%
G 201 of 651 ~ 30.88%
B 202 of 651 ~ 31.03%

%38.1
%30.88
%31.03

CMYK color model

#F8C9CA color CMYK value is (0,19,19,3).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(0,19,19,3)
C0M19Y19K3 
(0%,19%,19%,3%)
(0.00/0.19/0.19/0.03)	

CMYK percentages

%0
%18.95
%18.55
%2.75

Codes

Color #F8C9CA in popluar color models

F8C9CA
RGB248201202
HSL359°77.05%88.04%
HSB/HSV359°18.95%97.25%
CMYK0.00%18.95%18.55%
2.75%

Color #F8C9CA in popluar number systems.

HEXF8C9CA
Decimal248201202
Binary111110001100100111001010
Octal370311312

Shades and tints

Shades of #F8C9CA

#F8C9CA
(248,201,202)
#E2B7B8
(226,183,184)
#CCA5A6
(204,165,166)
#B69394
(182,147,148)
#A08182
(160,129,130)
#8A6F70
(138,111,112)
#745D5E
(116,93,94)
#5E4B4C
(94,75,76)
#48393A
(72,57,58)
#322728
(50,39,40)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #F8C9CA

#F8C9CA
(248,201,202)
#F8CDCE
(248,205,206)
#F8D1D2
(248,209,210)
#F8D5D6
(248,213,214)
#F8D9DA
(248,217,218)
#F8DDDE
(248,221,222)
#F8E1E2
(248,225,226)
#F8E5E6
(248,229,230)
#F8E9EA
(248,233,234)
#F8EDEE
(248,237,238)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C9CA; }

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

This text font color is #F8C9CA.


Background Color

.myBgColor { background-color: #F8C9CA; }

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

This div background color is #F8C9CA.


Border color

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

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

This div border color is #F8C9CA.


Opacity

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

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

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

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

This text has shadow with #F8C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C9CA on black background.


Color preview on white background

This text has color #F8C9CA on white background.



Black color preview on #F8C9CA background

This text has black color on #F8C9CA background.


White color preview on #F8C9CA background

This text has white color on #F8C9CA background.