COLOR #FABA80

HEX: #FABA80
RGB: (250,186,128)

Color info

#FABA80 contains mainly red color. Web safe color of #FABA80 is #FFCC66 (or #FC6).

RGB color model

#FABA80 color RGB value is (250,186,128).

  • red value is 250;
  • green value is 186;
  • blue value is 128.
RGB:
(250,186,128)
(98%,73%,50%)

RGB channels and saturation

R 250 of 255 = 98%
G 186 of 255 = 73%
B 128 of 255 = 50%

250
186
128

R + G + B ~ 74%. #FABA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 186 + 128 = 564 (100%)
R 250 of 564 ~ 44.33%
G 186 of 564 ~ 32.98%
B 128 of 564 ~ 22.7%

%44.33
%32.98
%22.7

CMYK color model

#FABA80 color CMYK value is (0,26,49,2).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 48.80%
  • key color value is 1.96%
CMYK:
(0,26,49,2)
C0M26Y49K2 
(0%,26%,49%,2%)
(0.00/0.26/0.49/0.02)	

CMYK percentages

%0
%25.6
%48.8
%1.96

Codes

Color #FABA80 in popluar color models

FABA80
RGB250186128
HSL29°92.42%74.12%
HSB/HSV29°48.80%98.04%
CMYK0.00%25.60%48.80%
1.96%

Color #FABA80 in popluar number systems.

HEXFABA80
Decimal250186128
Binary111110101011101010000000
Octal372272200

Shades and tints

Shades of #FABA80

#FABA80
(250,186,128)
#E4AA75
(228,170,117)
#CE9A6A
(206,154,106)
#B88A5F
(184,138,95)
#A27A54
(162,122,84)
#8C6A49
(140,106,73)
#765A3E
(118,90,62)
#604A33
(96,74,51)
#4A3A28
(74,58,40)
#342A1D
(52,42,29)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #FABA80

#FABA80
(250,186,128)
#FAC08B
(250,192,139)
#FAC696
(250,198,150)
#FACCA1
(250,204,161)
#FAD2AC
(250,210,172)
#FAD8B7
(250,216,183)
#FADEC2
(250,222,194)
#FAE4CD
(250,228,205)
#FAEAD8
(250,234,216)
#FAF0E3
(250,240,227)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABA80; }

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

This text font color is #FABA80.


Background Color

.myBgColor { background-color: #FABA80; }

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

This div background color is #FABA80.


Border color

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

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

This div border color is #FABA80.


Opacity

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

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

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

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

This text has shadow with #FABA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABA80 on black background.


Color preview on white background

This text has color #FABA80 on white background.



Black color preview on #FABA80 background

This text has black color on #FABA80 background.


White color preview on #FABA80 background

This text has white color on #FABA80 background.