COLOR #FAB1BA

HEX: #FAB1BA RGB: (250,177,186)

Color info

#FAB1BA contains mainly red color. Web safe color of #FAB1BA is #FF99CC (or #F9C).

RGB color model

#FAB1BA color RGB value is (250,177,186).

RGB: (250,177,186) (98%, 69%, 73%)

RGB channels and saturation

R 250 of 255 = 98%
G 177 of 255 = 69%
B 186 of 255 = 73%

250
177
186

R + G + B ~ 80%. #FAB1BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 177 + 186 = 613 (100%)
R 250 of 613 ~ 40.78%
G 177 of 613 ~ 28.87%
B 186 of 613 ~ 30.34'%

%40.78
%28.87
%30.34

CMYK color model

#FAB1BA color CMYK value is (0,29,26,2).

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

CMYK: (0,29,26,2)
C0M29Y26K2 (0%, 29%, 26%, 2%)
(0.00 / 0.29 / 0.26 / 0.02)

CMYK percentages

%0
%29.2
%25.6
%1.96

Codes

Color #FAB1BA in popluar color models

FA B1 BA
RGB 250 177 186
HSL 353° 87.95% 83.73%
HSB/HSV 353° 29.20% 98.04%
CMYK 0.00% 29.20% 25.60%
1.96%

Color #FAB1BA in popluar number systems.

HEX FA B1 BA
Decimal 250 177 186
Binary 11111010 10110001 10111010
Octal 372 261 272

Shades and tints

Shades of #FAB1BA

#FAB1BA
(250,177,186)
#E4A1AA
(228,161,170)
#CE919A
(206,145,154)
#B8818A
(184,129,138)
#A2717A
(162,113,122)
#8C616A
(140,97,106)
#76515A
(118,81,90)
#60414A
(96,65,74)
#4A313A
(74,49,58)
#34212A
(52,33,42)
#1E111A
(30,17,26)
#000000
(0,0,0)

Tints of #FAB1BA

#FAB1BA
(250,177,186)
#FAB8C0
(250,184,192)
#FABFC6
(250,191,198)
#FAC6CC
(250,198,204)
#FACDD2
(250,205,210)
#FAD4D8
(250,212,216)
#FADBDE
(250,219,222)
#FAE2E4
(250,226,228)
#FAE9EA
(250,233,234)
#FAF0F0
(250,240,240)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB1BA; }

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

This text font color is #FAB1BA.

Background Color

.myBgColor { background-color: #FAB1BA; }

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

This div background color is #FAB1BA.

Border color

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

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

This div border color is #FAB1BA.

Opacity

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

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

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

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

This text has shadow with #FAB1BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB1BA.

Preview

Color preview on black background

This text has color #FAB1BA on black background.


Color preview on white background

This text has color #FAB1BA on white background.


Black color preview on #FAB1BA background

This text has black color on #FAB1BA background.


White color preview on #FAB1BA background

This text has white color on #FAB1BA background.


Related colors

Complementary color

Complementary color for #hex is #054E45.


I love getcolorcode.com

Triadic colors

1 #BAFAB1 and #B1BAFA with #FAB1BA are triadic colors.

2 #BAB1FA and #B1FABA with #FAB1BA are triadic colors.