COLOR #FAC3C6

HEX: #FAC3C6
RGB: (250,195,198)

Color info

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

RGB color model

#FAC3C6 color RGB value is (250,195,198).

  • red value is 250;
  • green value is 195;
  • blue value is 198.
RGB:
(250,195,198)
(98%,76%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 198 of 255 = 78%

250
195
198

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

Portions of RGB colors in percentages

R + G + B =
250 + 195 + 198 = 643 (100%)
R 250 of 643 ~ 38.88%
G 195 of 643 ~ 30.33%
B 198 of 643 ~ 30.79%

%38.88
%30.33
%30.79

CMYK color model

#FAC3C6 color CMYK value is (0,22,21,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(0,22,21,2)
C0M22Y21K2 
(0%,22%,21%,2%)
(0.00/0.22/0.21/0.02)	

CMYK percentages

%0
%22
%20.8
%1.96

Codes

Color #FAC3C6 in popluar color models

FAC3C6
RGB250195198
HSL357°84.62%87.25%
HSB/HSV357°22.00%98.04%
CMYK0.00%22.00%20.80%
1.96%

Color #FAC3C6 in popluar number systems.

HEXFAC3C6
Decimal250195198
Binary111110101100001111000110
Octal372303306

Shades and tints

Shades of #FAC3C6

#FAC3C6
(250,195,198)
#E4B2B4
(228,178,180)
#CEA1A2
(206,161,162)
#B89090
(184,144,144)
#A27F7E
(162,127,126)
#8C6E6C
(140,110,108)
#765D5A
(118,93,90)
#604C48
(96,76,72)
#4A3B36
(74,59,54)
#342A24
(52,42,36)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #FAC3C6

#FAC3C6
(250,195,198)
#FAC8CB
(250,200,203)
#FACDD0
(250,205,208)
#FAD2D5
(250,210,213)
#FAD7DA
(250,215,218)
#FADCDF
(250,220,223)
#FAE1E4
(250,225,228)
#FAE6E9
(250,230,233)
#FAEBEE
(250,235,238)
#FAF0F3
(250,240,243)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC3C6 color. Also use rgb(250,195,198) instead hex code.

Text Font Color

.myTextColor { color: #FAC3C6; }

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

This text font color is #FAC3C6.


Background Color

.myBgColor { background-color: #FAC3C6; }

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

This div background color is #FAC3C6.


Border color

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

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

This div border color is #FAC3C6.


Opacity

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

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

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

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

This text has shadow with #FAC3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC3C6 on black background.


Color preview on white background

This text has color #FAC3C6 on white background.



Black color preview on #FAC3C6 background

This text has black color on #FAC3C6 background.


White color preview on #FAC3C6 background

This text has white color on #FAC3C6 background.