COLOR #FAC9CD

HEX: #FAC9CD
RGB: (250,201,205)

Color info

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

RGB color model

#FAC9CD color RGB value is (250,201,205).

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

RGB channels and saturation

R 250 of 255 = 98%
G 201 of 255 = 79%
B 205 of 255 = 80%

250
201
205

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

Portions of RGB colors in percentages

R + G + B =
250 + 201 + 205 = 656 (100%)
R 250 of 656 ~ 38.11%
G 201 of 656 ~ 30.64%
B 205 of 656 ~ 31.25%

%38.11
%30.64
%31.25

CMYK color model

#FAC9CD color CMYK value is (0,20,18,2).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 18.00%
  • key color value is 1.96%
CMYK:
(0,20,18,2)
C0M20Y18K2 
(0%,20%,18%,2%)
(0.00/0.20/0.18/0.02)	

CMYK percentages

%0
%19.6
%18
%1.96

Codes

Color #FAC9CD in popluar color models

FAC9CD
RGB250201205
HSL355°83.05%88.43%
HSB/HSV355°19.60%98.04%
CMYK0.00%19.60%18.00%
1.96%

Color #FAC9CD in popluar number systems.

HEXFAC9CD
Decimal250201205
Binary111110101100100111001101
Octal372311315

Shades and tints

Shades of #FAC9CD

#FAC9CD
(250,201,205)
#E4B7BB
(228,183,187)
#CEA5A9
(206,165,169)
#B89397
(184,147,151)
#A28185
(162,129,133)
#8C6F73
(140,111,115)
#765D61
(118,93,97)
#604B4F
(96,75,79)
#4A393D
(74,57,61)
#34272B
(52,39,43)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAC9CD

#FAC9CD
(250,201,205)
#FACDD1
(250,205,209)
#FAD1D5
(250,209,213)
#FAD5D9
(250,213,217)
#FAD9DD
(250,217,221)
#FADDE1
(250,221,225)
#FAE1E5
(250,225,229)
#FAE5E9
(250,229,233)
#FAE9ED
(250,233,237)
#FAEDF1
(250,237,241)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC9CD; }

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

This text font color is #FAC9CD.


Background Color

.myBgColor { background-color: #FAC9CD; }

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

This div background color is #FAC9CD.


Border color

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

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

This div border color is #FAC9CD.


Opacity

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

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

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

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

This text has shadow with #FAC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC9CD on black background.


Color preview on white background

This text has color #FAC9CD on white background.



Black color preview on #FAC9CD background

This text has black color on #FAC9CD background.


White color preview on #FAC9CD background

This text has white color on #FAC9CD background.