COLOR #FAB9B0

HEX: #FAB9B0
RGB: (250,185,176)

Color info

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

RGB color model

#FAB9B0 color RGB value is (250,185,176).

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

RGB channels and saturation

R 250 of 255 = 98%
G 185 of 255 = 73%
B 176 of 255 = 69%

250
185
176

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

Portions of RGB colors in percentages

R + G + B =
250 + 185 + 176 = 611 (100%)
R 250 of 611 ~ 40.92%
G 185 of 611 ~ 30.28%
B 176 of 611 ~ 28.81%

%40.92
%30.28
%28.81

CMYK color model

#FAB9B0 color CMYK value is (0,26,30,2).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(0,26,30,2)
C0M26Y30K2 
(0%,26%,30%,2%)
(0.00/0.26/0.30/0.02)	

CMYK percentages

%0
%26
%29.6
%1.96

Codes

Color #FAB9B0 in popluar color models

FAB9B0
RGB250185176
HSL88.10%83.53%
HSB/HSV29.60%98.04%
CMYK0.00%26.00%29.60%
1.96%

Color #FAB9B0 in popluar number systems.

HEXFAB9B0
Decimal250185176
Binary111110101011100110110000
Octal372271260

Shades and tints

Shades of #FAB9B0

#FAB9B0
(250,185,176)
#E4A9A0
(228,169,160)
#CE9990
(206,153,144)
#B88980
(184,137,128)
#A27970
(162,121,112)
#8C6960
(140,105,96)
#765950
(118,89,80)
#604940
(96,73,64)
#4A3930
(74,57,48)
#342920
(52,41,32)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #FAB9B0

#FAB9B0
(250,185,176)
#FABFB7
(250,191,183)
#FAC5BE
(250,197,190)
#FACBC5
(250,203,197)
#FAD1CC
(250,209,204)
#FAD7D3
(250,215,211)
#FADDDA
(250,221,218)
#FAE3E1
(250,227,225)
#FAE9E8
(250,233,232)
#FAEFEF
(250,239,239)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB9B0; }

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

This text font color is #FAB9B0.


Background Color

.myBgColor { background-color: #FAB9B0; }

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

This div background color is #FAB9B0.


Border color

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

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

This div border color is #FAB9B0.


Opacity

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

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

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

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

This text has shadow with #FAB9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB9B0 on black background.


Color preview on white background

This text has color #FAB9B0 on white background.



Black color preview on #FAB9B0 background

This text has black color on #FAB9B0 background.


White color preview on #FAB9B0 background

This text has white color on #FAB9B0 background.