COLOR #FAC5B0

HEX: #FAC5B0
RGB: (250,197,176)

Color info

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

RGB color model

#FAC5B0 color RGB value is (250,197,176).

  • red value is 250;
  • green value is 197;
  • blue value is 176.
RGB:
(250,197,176)
(98%,77%,69%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 176 of 255 = 69%

250
197
176

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

Portions of RGB colors in percentages

R + G + B =
250 + 197 + 176 = 623 (100%)
R 250 of 623 ~ 40.13%
G 197 of 623 ~ 31.62%
B 176 of 623 ~ 28.25%

%40.13
%31.62
%28.25

CMYK color model

#FAC5B0 color CMYK value is (0,21,30,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(0,21,30,2)
C0M21Y30K2 
(0%,21%,30%,2%)
(0.00/0.21/0.30/0.02)	

CMYK percentages

%0
%21.2
%29.6
%1.96

Codes

Color #FAC5B0 in popluar color models

FAC5B0
RGB250197176
HSL17°88.10%83.53%
HSB/HSV17°29.60%98.04%
CMYK0.00%21.20%29.60%
1.96%

Color #FAC5B0 in popluar number systems.

HEXFAC5B0
Decimal250197176
Binary111110101100010110110000
Octal372305260

Shades and tints

Shades of #FAC5B0

#FAC5B0
(250,197,176)
#E4B4A0
(228,180,160)
#CEA390
(206,163,144)
#B89280
(184,146,128)
#A28170
(162,129,112)
#8C7060
(140,112,96)
#765F50
(118,95,80)
#604E40
(96,78,64)
#4A3D30
(74,61,48)
#342C20
(52,44,32)
#1E1B10
(30,27,16)
#000000
(0,0,0)

Tints of #FAC5B0

#FAC5B0
(250,197,176)
#FACAB7
(250,202,183)
#FACFBE
(250,207,190)
#FAD4C5
(250,212,197)
#FAD9CC
(250,217,204)
#FADED3
(250,222,211)
#FAE3DA
(250,227,218)
#FAE8E1
(250,232,225)
#FAEDE8
(250,237,232)
#FAF2EF
(250,242,239)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC5B0 color. Also use rgb(250,197,176) instead hex code.

Text Font Color

.myTextColor { color: #FAC5B0; }

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

This text font color is #FAC5B0.


Background Color

.myBgColor { background-color: #FAC5B0; }

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

This div background color is #FAC5B0.


Border color

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

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

This div border color is #FAC5B0.


Opacity

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

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

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

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

This text has shadow with #FAC5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC5B0 on black background.


Color preview on white background

This text has color #FAC5B0 on white background.



Black color preview on #FAC5B0 background

This text has black color on #FAC5B0 background.


White color preview on #FAC5B0 background

This text has white color on #FAC5B0 background.