COLOR #FABB9A

HEX: #FABB9A
RGB: (250,187,154)

Color info

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

RGB color model

#FABB9A color RGB value is (250,187,154).

  • red value is 250;
  • green value is 187;
  • blue value is 154.
RGB:
(250,187,154)
(98%,73%,60%)

RGB channels and saturation

R 250 of 255 = 98%
G 187 of 255 = 73%
B 154 of 255 = 60%

250
187
154

R + G + B ~ 77%. #FABB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 187 + 154 = 591 (100%)
R 250 of 591 ~ 42.3%
G 187 of 591 ~ 31.64%
B 154 of 591 ~ 26.06%

%42.3
%31.64
%26.06

CMYK color model

#FABB9A color CMYK value is (0,25,38,2).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 38.40%
  • key color value is 1.96%
CMYK:
(0,25,38,2)
C0M25Y38K2 
(0%,25%,38%,2%)
(0.00/0.25/0.38/0.02)	

CMYK percentages

%0
%25.2
%38.4
%1.96

Codes

Color #FABB9A in popluar color models

FABB9A
RGB250187154
HSL21°90.57%79.22%
HSB/HSV21°38.40%98.04%
CMYK0.00%25.20%38.40%
1.96%

Color #FABB9A in popluar number systems.

HEXFABB9A
Decimal250187154
Binary111110101011101110011010
Octal372273232

Shades and tints

Shades of #FABB9A

#FABB9A
(250,187,154)
#E4AA8C
(228,170,140)
#CE997E
(206,153,126)
#B88870
(184,136,112)
#A27762
(162,119,98)
#8C6654
(140,102,84)
#765546
(118,85,70)
#604438
(96,68,56)
#4A332A
(74,51,42)
#34221C
(52,34,28)
#1E110E
(30,17,14)
#000000
(0,0,0)

Tints of #FABB9A

#FABB9A
(250,187,154)
#FAC1A3
(250,193,163)
#FAC7AC
(250,199,172)
#FACDB5
(250,205,181)
#FAD3BE
(250,211,190)
#FAD9C7
(250,217,199)
#FADFD0
(250,223,208)
#FAE5D9
(250,229,217)
#FAEBE2
(250,235,226)
#FAF1EB
(250,241,235)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABB9A color. Also use rgb(250,187,154) instead hex code.

Text Font Color

.myTextColor { color: #FABB9A; }

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

This text font color is #FABB9A.


Background Color

.myBgColor { background-color: #FABB9A; }

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

This div background color is #FABB9A.


Border color

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

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

This div border color is #FABB9A.


Opacity

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

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

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

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

This text has shadow with #FABB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABB9A on black background.


Color preview on white background

This text has color #FABB9A on white background.



Black color preview on #FABB9A background

This text has black color on #FABB9A background.


White color preview on #FABB9A background

This text has white color on #FABB9A background.