COLOR #F3C9CA

HEX: #F3C9CA
RGB: (243,201,202)

Color info

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

RGB color model

#F3C9CA color RGB value is (243,201,202).

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

RGB channels and saturation

R 243 of 255 = 95%
G 201 of 255 = 79%
B 202 of 255 = 79%

243
201
202

R + G + B ~ 84%. #F3C9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 201 + 202 = 646 (100%)
R 243 of 646 ~ 37.62%
G 201 of 646 ~ 31.11%
B 202 of 646 ~ 31.27%

%37.62
%31.11
%31.27

CMYK color model

#F3C9CA color CMYK value is (0,17,17,5).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 16.87%
  • key color value is 4.71%
CMYK:
(0,17,17,5)
C0M17Y17K5 
(0%,17%,17%,5%)
(0.00/0.17/0.17/0.05)	

CMYK percentages

%0
%17.28
%16.87
%4.71

Codes

Color #F3C9CA in popluar color models

F3C9CA
RGB243201202
HSL359°63.64%87.06%
HSB/HSV359°17.28%95.29%
CMYK0.00%17.28%16.87%
4.71%

Color #F3C9CA in popluar number systems.

HEXF3C9CA
Decimal243201202
Binary111100111100100111001010
Octal363311312

Shades and tints

Shades of #F3C9CA

#F3C9CA
(243,201,202)
#DDB7B8
(221,183,184)
#C7A5A6
(199,165,166)
#B19394
(177,147,148)
#9B8182
(155,129,130)
#856F70
(133,111,112)
#6F5D5E
(111,93,94)
#594B4C
(89,75,76)
#43393A
(67,57,58)
#2D2728
(45,39,40)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #F3C9CA

#F3C9CA
(243,201,202)
#F4CDCE
(244,205,206)
#F5D1D2
(245,209,210)
#F6D5D6
(246,213,214)
#F7D9DA
(247,217,218)
#F8DDDE
(248,221,222)
#F9E1E2
(249,225,226)
#FAE5E6
(250,229,230)
#FBE9EA
(251,233,234)
#FCEDEE
(252,237,238)
#FDF1F2
(253,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C9CA; }

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

This text font color is #F3C9CA.


Background Color

.myBgColor { background-color: #F3C9CA; }

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

This div background color is #F3C9CA.


Border color

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

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

This div border color is #F3C9CA.


Opacity

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

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

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

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

This text has shadow with #F3C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C9CA on black background.


Color preview on white background

This text has color #F3C9CA on white background.



Black color preview on #F3C9CA background

This text has black color on #F3C9CA background.


White color preview on #F3C9CA background

This text has white color on #F3C9CA background.