COLOR #FACBC4

HEX: #FACBC4 RGB: (250,203,196)

Color info

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

RGB color model

#FACBC4 color RGB value is (250,203,196).

RGB: (250,203,196) (98%, 80%, 77%)

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 196 of 255 = 77%

250
203
196

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

Portions of RGB colors in percentages

R + G + B = 250 + 203 + 196 = 649 (100%)
R 250 of 649 ~ 38.52%
G 203 of 649 ~ 31.28%
B 196 of 649 ~ 30.2'%

%38.52
%31.28
%30.2

CMYK color model

#FACBC4 color CMYK value is (0,19,22,2).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 21.60%
  • key color value is 1.96%

CMYK: (0,19,22,2)
C0M19Y22K2 (0%, 19%, 22%, 2%)
(0.00 / 0.19 / 0.22 / 0.02)

CMYK percentages

%0
%18.8
%21.6
%1.96

Codes

Color #FACBC4 in popluar color models

FA CB C4
RGB 250 203 196
HSL 84.38% 87.45%
HSB/HSV 21.60% 98.04%
CMYK 0.00% 18.80% 21.60%
1.96%

Color #FACBC4 in popluar number systems.

HEX FA CB C4
Decimal 250 203 196
Binary 11111010 11001011 11000100
Octal 372 313 304

Shades and tints

Shades of #FACBC4

#FACBC4
(250,203,196)
#E4B9B3
(228,185,179)
#CEA7A2
(206,167,162)
#B89591
(184,149,145)
#A28380
(162,131,128)
#8C716F
(140,113,111)
#765F5E
(118,95,94)
#604D4D
(96,77,77)
#4A3B3C
(74,59,60)
#34292B
(52,41,43)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #FACBC4

#FACBC4
(250,203,196)
#FACFC9
(250,207,201)
#FAD3CE
(250,211,206)
#FAD7D3
(250,215,211)
#FADBD8
(250,219,216)
#FADFDD
(250,223,221)
#FAE3E2
(250,227,226)
#FAE7E7
(250,231,231)
#FAEBEC
(250,235,236)
#FAEFF1
(250,239,241)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACBC4; }

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

This text font color is #FACBC4.

Background Color

.myBgColor { background-color: #FACBC4; }

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

This div background color is #FACBC4.

Border color

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

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

This div border color is #FACBC4.

Opacity

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

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

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

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

This text has shadow with #FACBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACBC4.

Preview

Color preview on black background

This text has color #FACBC4 on black background.


Color preview on white background

This text has color #FACBC4 on white background.


Black color preview on #FACBC4 background

This text has black color on #FACBC4 background.


White color preview on #FACBC4 background

This text has white color on #FACBC4 background.


Related colors

Complementary color

Complementary color for #hex is #05343B.


I love getcolorcode.com

Triadic colors

1 #C4FACB and #CBC4FA with #FACBC4 are triadic colors.

2 #C4CBFA and #CBFAC4 with #FACBC4 are triadic colors.