COLOR #FABE96

HEX: #FABE96
RGB: (250,190,150)

Color info

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

RGB color model

#FABE96 color RGB value is (250,190,150).

  • red value is 250;
  • green value is 190;
  • blue value is 150.
RGB:
(250,190,150)
(98%,75%,59%)

RGB channels and saturation

R 250 of 255 = 98%
G 190 of 255 = 75%
B 150 of 255 = 59%

250
190
150

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

Portions of RGB colors in percentages

R + G + B =
250 + 190 + 150 = 590 (100%)
R 250 of 590 ~ 42.37%
G 190 of 590 ~ 32.2%
B 150 of 590 ~ 25.42%

%42.37
%32.2
%25.42

CMYK color model

#FABE96 color CMYK value is (0,24,40,2).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 40.00%
  • key color value is 1.96%
CMYK:
(0,24,40,2)
C0M24Y40K2 
(0%,24%,40%,2%)
(0.00/0.24/0.40/0.02)	

CMYK percentages

%0
%24
%40
%1.96

Codes

Color #FABE96 in popluar color models

FABE96
RGB250190150
HSL24°90.91%78.43%
HSB/HSV24°40.00%98.04%
CMYK0.00%24.00%40.00%
1.96%

Color #FABE96 in popluar number systems.

HEXFABE96
Decimal250190150
Binary111110101011111010010110
Octal372276226

Shades and tints

Shades of #FABE96

#FABE96
(250,190,150)
#E4AD89
(228,173,137)
#CE9C7C
(206,156,124)
#B88B6F
(184,139,111)
#A27A62
(162,122,98)
#8C6955
(140,105,85)
#765848
(118,88,72)
#60473B
(96,71,59)
#4A362E
(74,54,46)
#342521
(52,37,33)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #FABE96

#FABE96
(250,190,150)
#FAC39F
(250,195,159)
#FAC8A8
(250,200,168)
#FACDB1
(250,205,177)
#FAD2BA
(250,210,186)
#FAD7C3
(250,215,195)
#FADCCC
(250,220,204)
#FAE1D5
(250,225,213)
#FAE6DE
(250,230,222)
#FAEBE7
(250,235,231)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABE96 color. Also use rgb(250,190,150) instead hex code.

Text Font Color

.myTextColor { color: #FABE96; }

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

This text font color is #FABE96.


Background Color

.myBgColor { background-color: #FABE96; }

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

This div background color is #FABE96.


Border color

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

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

This div border color is #FABE96.


Opacity

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

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

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

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

This text has shadow with #FABE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABE96 on black background.


Color preview on white background

This text has color #FABE96 on white background.



Black color preview on #FABE96 background

This text has black color on #FABE96 background.


White color preview on #FABE96 background

This text has white color on #FABE96 background.