COLOR #FABCB0

HEX: #FABCB0 RGB: (250,188,176)

Color info

#FABCB0 contains mainly red color. Web safe color of #FABCB0 is #FFCC99 (or #FC9).

RGB color model

#FABCB0 color RGB value is (250,188,176).

RGB: (250,188,176) (98%, 74%, 69%)

RGB channels and saturation

R 250 of 255 = 98%
G 188 of 255 = 74%
B 176 of 255 = 69%

250
188
176

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

Portions of RGB colors in percentages

R + G + B = 250 + 188 + 176 = 614 (100%)
R 250 of 614 ~ 40.72%
G 188 of 614 ~ 30.62%
B 176 of 614 ~ 28.66'%

%40.72
%30.62
%28.66

CMYK color model

#FABCB0 color CMYK value is (0,25,30,2).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 29.60%
  • key color value is 1.96%

CMYK: (0,25,30,2)
C0M25Y30K2 (0%, 25%, 30%, 2%)
(0.00 / 0.25 / 0.30 / 0.02)

CMYK percentages

%0
%24.8
%29.6
%1.96

Codes

Color #FABCB0 in popluar color models

FA BC B0
RGB 250 188 176
HSL 10° 88.10% 83.53%
HSB/HSV 10° 29.60% 98.04%
CMYK 0.00% 24.80% 29.60%
1.96%

Color #FABCB0 in popluar number systems.

HEX FA BC B0
Decimal 250 188 176
Binary 11111010 10111100 10110000
Octal 372 274 260

Shades and tints

Shades of #FABCB0

#FABCB0
(250,188,176)
#E4ABA0
(228,171,160)
#CE9A90
(206,154,144)
#B88980
(184,137,128)
#A27870
(162,120,112)
#8C6760
(140,103,96)
#765650
(118,86,80)
#604540
(96,69,64)
#4A3430
(74,52,48)
#342320
(52,35,32)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #FABCB0

#FABCB0
(250,188,176)
#FAC2B7
(250,194,183)
#FAC8BE
(250,200,190)
#FACEC5
(250,206,197)
#FAD4CC
(250,212,204)
#FADAD3
(250,218,211)
#FAE0DA
(250,224,218)
#FAE6E1
(250,230,225)
#FAECE8
(250,236,232)
#FAF2EF
(250,242,239)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABCB0; }

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

This text font color is #FABCB0.

Background Color

.myBgColor { background-color: #FABCB0; }

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

This div background color is #FABCB0.

Border color

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

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

This div border color is #FABCB0.

Opacity

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

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

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

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

This text has shadow with #FABCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABCB0.

Preview

Color preview on black background

This text has color #FABCB0 on black background.


Color preview on white background

This text has color #FABCB0 on white background.


Black color preview on #FABCB0 background

This text has black color on #FABCB0 background.


White color preview on #FABCB0 background

This text has white color on #FABCB0 background.


Related colors

Complementary color

Complementary color for #hex is #05434F.


I love getcolorcode.com

Triadic colors

1 #B0FABC and #BCB0FA with #FABCB0 are triadic colors.

2 #B0BCFA and #BCFAB0 with #FABCB0 are triadic colors.