COLOR #FABCB9

HEX: #FABCB9
RGB: (250,188,185)

Color info

#FABCB9 contains mainly red color. Web safe color of #FABCB9 is #FFCCCC (or #FCC).

RGB color model

#FABCB9 color RGB value is (250,188,185).

  • red value is 250;
  • green value is 188;
  • blue value is 185.
RGB:
(250,188,185)
(98%,74%,73%)

RGB channels and saturation

R 250 of 255 = 98%
G 188 of 255 = 74%
B 185 of 255 = 73%

250
188
185

R + G + B ~ 82%. #FABCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 188 + 185 = 623 (100%)
R 250 of 623 ~ 40.13%
G 188 of 623 ~ 30.18%
B 185 of 623 ~ 29.7%

%40.13
%30.18
%29.7

CMYK color model

#FABCB9 color CMYK value is (0,25,26,2).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(0,25,26,2)
C0M25Y26K2 
(0%,25%,26%,2%)
(0.00/0.25/0.26/0.02)	

CMYK percentages

%0
%24.8
%26
%1.96

Codes

Color #FABCB9 in popluar color models

FABCB9
RGB250188185
HSL86.67%85.29%
HSB/HSV26.00%98.04%
CMYK0.00%24.80%26.00%
1.96%

Color #FABCB9 in popluar number systems.

HEXFABCB9
Decimal250188185
Binary111110101011110010111001
Octal372274271

Shades and tints

Shades of #FABCB9

#FABCB9
(250,188,185)
#E4ABA9
(228,171,169)
#CE9A99
(206,154,153)
#B88989
(184,137,137)
#A27879
(162,120,121)
#8C6769
(140,103,105)
#765659
(118,86,89)
#604549
(96,69,73)
#4A3439
(74,52,57)
#342329
(52,35,41)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #FABCB9

#FABCB9
(250,188,185)
#FAC2BF
(250,194,191)
#FAC8C5
(250,200,197)
#FACECB
(250,206,203)
#FAD4D1
(250,212,209)
#FADAD7
(250,218,215)
#FAE0DD
(250,224,221)
#FAE6E3
(250,230,227)
#FAECE9
(250,236,233)
#FAF2EF
(250,242,239)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABCB9; }

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

This text font color is #FABCB9.


Background Color

.myBgColor { background-color: #FABCB9; }

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

This div background color is #FABCB9.


Border color

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

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

This div border color is #FABCB9.


Opacity

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

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

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

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

This text has shadow with #FABCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABCB9 on black background.


Color preview on white background

This text has color #FABCB9 on white background.



Black color preview on #FABCB9 background

This text has black color on #FABCB9 background.


White color preview on #FABCB9 background

This text has white color on #FABCB9 background.