COLOR #FAC3B1

HEX: #FAC3B1 RGB: (250,195,177)

Color info

#FAC3B1 contains mainly red and green colors. Web safe color of #FAC3B1 is #FFCC99 (or #FC9).

RGB color model

#FAC3B1 color RGB value is (250,195,177).

RGB: (250,195,177) (98%, 76%, 69%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 177 of 255 = 69%

250
195
177

R + G + B ~ 81%. #FAC3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 195 + 177 = 622 (100%)
R 250 of 622 ~ 40.19%
G 195 of 622 ~ 31.35%
B 177 of 622 ~ 28.46'%

%40.19
%31.35
%28.46

CMYK color model

#FAC3B1 color CMYK value is (0,22,29,2).

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

CMYK: (0,22,29,2)
C0M22Y29K2 (0%, 22%, 29%, 2%)
(0.00 / 0.22 / 0.29 / 0.02)

CMYK percentages

%0
%22
%29.2
%1.96

Codes

Color #FAC3B1 in popluar color models

FA C3 B1
RGB 250 195 177
HSL 15° 87.95% 83.73%
HSB/HSV 15° 29.20% 98.04%
CMYK 0.00% 22.00% 29.20%
1.96%

Color #FAC3B1 in popluar number systems.

HEX FA C3 B1
Decimal 250 195 177
Binary 11111010 11000011 10110001
Octal 372 303 261

Shades and tints

Shades of #FAC3B1

#FAC3B1
(250,195,177)
#E4B2A1
(228,178,161)
#CEA191
(206,161,145)
#B89081
(184,144,129)
#A27F71
(162,127,113)
#8C6E61
(140,110,97)
#765D51
(118,93,81)
#604C41
(96,76,65)
#4A3B31
(74,59,49)
#342A21
(52,42,33)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #FAC3B1

#FAC3B1
(250,195,177)
#FAC8B8
(250,200,184)
#FACDBF
(250,205,191)
#FAD2C6
(250,210,198)
#FAD7CD
(250,215,205)
#FADCD4
(250,220,212)
#FAE1DB
(250,225,219)
#FAE6E2
(250,230,226)
#FAEBE9
(250,235,233)
#FAF0F0
(250,240,240)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC3B1; }

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

This text font color is #FAC3B1.

Background Color

.myBgColor { background-color: #FAC3B1; }

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

This div background color is #FAC3B1.

Border color

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

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

This div border color is #FAC3B1.

Opacity

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

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

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

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

This text has shadow with #FAC3B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC3B1.

Preview

Color preview on black background

This text has color #FAC3B1 on black background.


Color preview on white background

This text has color #FAC3B1 on white background.


Black color preview on #FAC3B1 background

This text has black color on #FAC3B1 background.


White color preview on #FAC3B1 background

This text has white color on #FAC3B1 background.


Related colors

Complementary color

Complementary color for #hex is #053C4E.


I love getcolorcode.com

Triadic colors

1 #B1FAC3 and #C3B1FA with #FAC3B1 are triadic colors.

2 #B1C3FA and #C3FAB1 with #FAC3B1 are triadic colors.