COLOR #FACBC3

HEX: #FACBC3 RGB: (250,203,195)

Color info

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

RGB color model

#FACBC3 color RGB value is (250,203,195).

RGB: (250,203,195) (98%, 80%, 76%)

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 195 of 255 = 76%

250
203
195

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

Portions of RGB colors in percentages

R + G + B = 250 + 203 + 195 = 648 (100%)
R 250 of 648 ~ 38.58%
G 203 of 648 ~ 31.33%
B 195 of 648 ~ 30.09'%

%38.58
%31.33
%30.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 22.00%
  • 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
%22
%1.96

Codes

Color #FACBC3 in popluar color models

FA CB C3
RGB 250 203 195
HSL 84.62% 87.25%
HSB/HSV 22.00% 98.04%
CMYK 0.00% 18.80% 22.00%
1.96%

Color #FACBC3 in popluar number systems.

HEX FA CB C3
Decimal 250 203 195
Binary 11111010 11001011 11000011
Octal 372 313 303

Shades and tints

Shades of #FACBC3

#FACBC3
(250,203,195)
#E4B9B2
(228,185,178)
#CEA7A1
(206,167,161)
#B89590
(184,149,144)
#A2837F
(162,131,127)
#8C716E
(140,113,110)
#765F5D
(118,95,93)
#604D4C
(96,77,76)
#4A3B3B
(74,59,59)
#34292A
(52,41,42)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #FACBC3

#FACBC3
(250,203,195)
#FACFC8
(250,207,200)
#FAD3CD
(250,211,205)
#FAD7D2
(250,215,210)
#FADBD7
(250,219,215)
#FADFDC
(250,223,220)
#FAE3E1
(250,227,225)
#FAE7E6
(250,231,230)
#FAEBEB
(250,235,235)
#FAEFF0
(250,239,240)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACBC3; }

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

This text font color is #FACBC3.

Background Color

.myBgColor { background-color: #FACBC3; }

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

This div background color is #FACBC3.

Border color

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

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

This div border color is #FACBC3.

Opacity

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

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

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

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

This text has shadow with #FACBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACBC3.

Preview

Color preview on black background

This text has color #FACBC3 on black background.


Color preview on white background

This text has color #FACBC3 on white background.


Black color preview on #FACBC3 background

This text has black color on #FACBC3 background.


White color preview on #FACBC3 background

This text has white color on #FACBC3 background.


Related colors

Complementary color

Complementary color for #hex is #05343C.


I love getcolorcode.com

Triadic colors

1 #C3FACB and #CBC3FA with #FACBC3 are triadic colors.

2 #C3CBFA and #CBFAC3 with #FACBC3 are triadic colors.