COLOR #FAC1C3

HEX: #FAC1C3 RGB: (250,193,195)

Color info

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

RGB color model

#FAC1C3 color RGB value is (250,193,195).

RGB: (250,193,195) (98%, 76%, 76%)

RGB channels and saturation

R 250 of 255 = 98%
G 193 of 255 = 76%
B 195 of 255 = 76%

250
193
195

R + G + B ~ 83%. #FAC1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 193 + 195 = 638 (100%)
R 250 of 638 ~ 39.18%
G 193 of 638 ~ 30.25%
B 195 of 638 ~ 30.56'%

%39.18
%30.25
%30.56

CMYK color model

#FAC1C3 color CMYK value is (0,23,22,2).

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 22.00%
  • key color value is 1.96%

CMYK: (0,23,22,2)
C0M23Y22K2 (0%, 23%, 22%, 2%)
(0.00 / 0.23 / 0.22 / 0.02)

CMYK percentages

%0
%22.8
%22
%1.96

Codes

Color #FAC1C3 in popluar color models

FA C1 C3
RGB 250 193 195
HSL 358° 85.07% 86.86%
HSB/HSV 358° 22.80% 98.04%
CMYK 0.00% 22.80% 22.00%
1.96%

Color #FAC1C3 in popluar number systems.

HEX FA C1 C3
Decimal 250 193 195
Binary 11111010 11000001 11000011
Octal 372 301 303

Shades and tints

Shades of #FAC1C3

#FAC1C3
(250,193,195)
#E4B0B2
(228,176,178)
#CE9FA1
(206,159,161)
#B88E90
(184,142,144)
#A27D7F
(162,125,127)
#8C6C6E
(140,108,110)
#765B5D
(118,91,93)
#604A4C
(96,74,76)
#4A393B
(74,57,59)
#34282A
(52,40,42)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #FAC1C3

#FAC1C3
(250,193,195)
#FAC6C8
(250,198,200)
#FACBCD
(250,203,205)
#FAD0D2
(250,208,210)
#FAD5D7
(250,213,215)
#FADADC
(250,218,220)
#FADFE1
(250,223,225)
#FAE4E6
(250,228,230)
#FAE9EB
(250,233,235)
#FAEEF0
(250,238,240)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC1C3; }

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

This text font color is #FAC1C3.

Background Color

.myBgColor { background-color: #FAC1C3; }

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

This div background color is #FAC1C3.

Border color

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

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

This div border color is #FAC1C3.

Opacity

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

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

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

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

This text has shadow with #FAC1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC1C3.

Preview

Color preview on black background

This text has color #FAC1C3 on black background.


Color preview on white background

This text has color #FAC1C3 on white background.


Black color preview on #FAC1C3 background

This text has black color on #FAC1C3 background.


White color preview on #FAC1C3 background

This text has white color on #FAC1C3 background.


Related colors

Complementary color

Complementary color for #hex is #053E3C.


I love getcolorcode.com

Triadic colors

1 #C3FAC1 and #C1C3FA with #FAC1C3 are triadic colors.

2 #C3C1FA and #C1FAC3 with #FAC1C3 are triadic colors.