COLOR #FAC9CA

HEX: #FAC9CA
RGB: (250,201,202)

Color info

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

RGB color model

#FAC9CA color RGB value is (250,201,202).

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

RGB channels and saturation

R 250 of 255 = 98%
G 201 of 255 = 79%
B 202 of 255 = 79%

250
201
202

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

Portions of RGB colors in percentages

R + G + B =
250 + 201 + 202 = 653 (100%)
R 250 of 653 ~ 38.28%
G 201 of 653 ~ 30.78%
B 202 of 653 ~ 30.93%

%38.28
%30.78
%30.93

CMYK color model

#FAC9CA color CMYK value is (0,20,19,2).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(0,20,19,2)
C0M20Y19K2 
(0%,20%,19%,2%)
(0.00/0.20/0.19/0.02)	

CMYK percentages

%0
%19.6
%19.2
%1.96

Codes

Color #FAC9CA in popluar color models

FAC9CA
RGB250201202
HSL359°83.05%88.43%
HSB/HSV359°19.60%98.04%
CMYK0.00%19.60%19.20%
1.96%

Color #FAC9CA in popluar number systems.

HEXFAC9CA
Decimal250201202
Binary111110101100100111001010
Octal372311312

Shades and tints

Shades of #FAC9CA

#FAC9CA
(250,201,202)
#E4B7B8
(228,183,184)
#CEA5A6
(206,165,166)
#B89394
(184,147,148)
#A28182
(162,129,130)
#8C6F70
(140,111,112)
#765D5E
(118,93,94)
#604B4C
(96,75,76)
#4A393A
(74,57,58)
#342728
(52,39,40)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #FAC9CA

#FAC9CA
(250,201,202)
#FACDCE
(250,205,206)
#FAD1D2
(250,209,210)
#FAD5D6
(250,213,214)
#FAD9DA
(250,217,218)
#FADDDE
(250,221,222)
#FAE1E2
(250,225,226)
#FAE5E6
(250,229,230)
#FAE9EA
(250,233,234)
#FAEDEE
(250,237,238)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC9CA; }

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

This text font color is #FAC9CA.


Background Color

.myBgColor { background-color: #FAC9CA; }

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

This div background color is #FAC9CA.


Border color

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

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

This div border color is #FAC9CA.


Opacity

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

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

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

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

This text has shadow with #FAC9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC9CA on black background.


Color preview on white background

This text has color #FAC9CA on white background.



Black color preview on #FAC9CA background

This text has black color on #FAC9CA background.


White color preview on #FAC9CA background

This text has white color on #FAC9CA background.