COLOR #FAC9C4

HEX: #FAC9C4
RGB: (250,201,196)

Color info

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

RGB color model

#FAC9C4 color RGB value is (250,201,196).

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

RGB channels and saturation

R 250 of 255 = 98%
G 201 of 255 = 79%
B 196 of 255 = 77%

250
201
196

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

Portions of RGB colors in percentages

R + G + B =
250 + 201 + 196 = 647 (100%)
R 250 of 647 ~ 38.64%
G 201 of 647 ~ 31.07%
B 196 of 647 ~ 30.29%

%38.64
%31.07
%30.29

CMYK color model

#FAC9C4 color CMYK value is (0,20,22,2).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(0,20,22,2)
C0M20Y22K2 
(0%,20%,22%,2%)
(0.00/0.20/0.22/0.02)	

CMYK percentages

%0
%19.6
%21.6
%1.96

Codes

Color #FAC9C4 in popluar color models

FAC9C4
RGB250201196
HSL84.38%87.45%
HSB/HSV21.60%98.04%
CMYK0.00%19.60%21.60%
1.96%

Color #FAC9C4 in popluar number systems.

HEXFAC9C4
Decimal250201196
Binary111110101100100111000100
Octal372311304

Shades and tints

Shades of #FAC9C4

#FAC9C4
(250,201,196)
#E4B7B3
(228,183,179)
#CEA5A2
(206,165,162)
#B89391
(184,147,145)
#A28180
(162,129,128)
#8C6F6F
(140,111,111)
#765D5E
(118,93,94)
#604B4D
(96,75,77)
#4A393C
(74,57,60)
#34272B
(52,39,43)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #FAC9C4

#FAC9C4
(250,201,196)
#FACDC9
(250,205,201)
#FAD1CE
(250,209,206)
#FAD5D3
(250,213,211)
#FAD9D8
(250,217,216)
#FADDDD
(250,221,221)
#FAE1E2
(250,225,226)
#FAE5E7
(250,229,231)
#FAE9EC
(250,233,236)
#FAEDF1
(250,237,241)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC9C4; }

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

This text font color is #FAC9C4.


Background Color

.myBgColor { background-color: #FAC9C4; }

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

This div background color is #FAC9C4.


Border color

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

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

This div border color is #FAC9C4.


Opacity

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

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

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

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

This text has shadow with #FAC9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC9C4 on black background.


Color preview on white background

This text has color #FAC9C4 on white background.



Black color preview on #FAC9C4 background

This text has black color on #FAC9C4 background.


White color preview on #FAC9C4 background

This text has white color on #FAC9C4 background.