COLOR #FACBBA

HEX: #FACBBA RGB: (250,203,186)

Color info

#FACBBA contains mainly red and green colors. Web safe color of #FACBBA is #FFCCCC (or #FCC).

RGB color model

#FACBBA color RGB value is (250,203,186).

RGB: (250,203,186) (98%, 80%, 73%)

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 186 of 255 = 73%

250
203
186

R + G + B ~ 84%. #FACBBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 203 + 186 = 639 (100%)
R 250 of 639 ~ 39.12%
G 203 of 639 ~ 31.77%
B 186 of 639 ~ 29.11'%

%39.12
%31.77
%29.11

CMYK color model

#FACBBA color CMYK value is (0,19,26,2).

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

CMYK: (0,19,26,2)
C0M19Y26K2 (0%, 19%, 26%, 2%)
(0.00 / 0.19 / 0.26 / 0.02)

CMYK percentages

%0
%18.8
%25.6
%1.96

Codes

Color #FACBBA in popluar color models

FA CB BA
RGB 250 203 186
HSL 16° 86.49% 85.49%
HSB/HSV 16° 25.60% 98.04%
CMYK 0.00% 18.80% 25.60%
1.96%

Color #FACBBA in popluar number systems.

HEX FA CB BA
Decimal 250 203 186
Binary 11111010 11001011 10111010
Octal 372 313 272

Shades and tints

Shades of #FACBBA

#FACBBA
(250,203,186)
#E4B9AA
(228,185,170)
#CEA79A
(206,167,154)
#B8958A
(184,149,138)
#A2837A
(162,131,122)
#8C716A
(140,113,106)
#765F5A
(118,95,90)
#604D4A
(96,77,74)
#4A3B3A
(74,59,58)
#34292A
(52,41,42)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #FACBBA

#FACBBA
(250,203,186)
#FACFC0
(250,207,192)
#FAD3C6
(250,211,198)
#FAD7CC
(250,215,204)
#FADBD2
(250,219,210)
#FADFD8
(250,223,216)
#FAE3DE
(250,227,222)
#FAE7E4
(250,231,228)
#FAEBEA
(250,235,234)
#FAEFF0
(250,239,240)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACBBA; }

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

This text font color is #FACBBA.

Background Color

.myBgColor { background-color: #FACBBA; }

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

This div background color is #FACBBA.

Border color

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

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

This div border color is #FACBBA.

Opacity

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

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

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

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

This text has shadow with #FACBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACBBA.

Preview

Color preview on black background

This text has color #FACBBA on black background.


Color preview on white background

This text has color #FACBBA on white background.


Black color preview on #FACBBA background

This text has black color on #FACBBA background.


White color preview on #FACBBA background

This text has white color on #FACBBA background.


Related colors

Complementary color

Complementary color for #hex is #053445.


I love getcolorcode.com

Triadic colors

1 #BAFACB and #CBBAFA with #FACBBA are triadic colors.

2 #BACBFA and #CBFABA with #FACBBA are triadic colors.