COLOR #FAB495

HEX: #FAB495
RGB: (250,180,149)

Color info

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

RGB color model

#FAB495 color RGB value is (250,180,149).

  • red value is 250;
  • green value is 180;
  • blue value is 149.
RGB:
(250,180,149)
(98%,71%,58%)

RGB channels and saturation

R 250 of 255 = 98%
G 180 of 255 = 71%
B 149 of 255 = 58%

250
180
149

R + G + B ~ 76%. #FAB495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 180 + 149 = 579 (100%)
R 250 of 579 ~ 43.18%
G 180 of 579 ~ 31.09%
B 149 of 579 ~ 25.73%

%43.18
%31.09
%25.73

CMYK color model

#FAB495 color CMYK value is (0,28,40,2).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 40.40%
  • key color value is 1.96%
CMYK:
(0,28,40,2)
C0M28Y40K2 
(0%,28%,40%,2%)
(0.00/0.28/0.40/0.02)	

CMYK percentages

%0
%28
%40.4
%1.96

Codes

Color #FAB495 in popluar color models

FAB495
RGB250180149
HSL18°90.99%78.24%
HSB/HSV18°40.40%98.04%
CMYK0.00%28.00%40.40%
1.96%

Color #FAB495 in popluar number systems.

HEXFAB495
Decimal250180149
Binary111110101011010010010101
Octal372264225

Shades and tints

Shades of #FAB495

#FAB495
(250,180,149)
#E4A488
(228,164,136)
#CE947B
(206,148,123)
#B8846E
(184,132,110)
#A27461
(162,116,97)
#8C6454
(140,100,84)
#765447
(118,84,71)
#60443A
(96,68,58)
#4A342D
(74,52,45)
#342420
(52,36,32)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #FAB495

#FAB495
(250,180,149)
#FABA9E
(250,186,158)
#FAC0A7
(250,192,167)
#FAC6B0
(250,198,176)
#FACCB9
(250,204,185)
#FAD2C2
(250,210,194)
#FAD8CB
(250,216,203)
#FADED4
(250,222,212)
#FAE4DD
(250,228,221)
#FAEAE6
(250,234,230)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB495 color. Also use rgb(250,180,149) instead hex code.

Text Font Color

.myTextColor { color: #FAB495; }

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

This text font color is #FAB495.


Background Color

.myBgColor { background-color: #FAB495; }

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

This div background color is #FAB495.


Border color

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

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

This div border color is #FAB495.


Opacity

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

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

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

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

This text has shadow with #FAB495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB495 on black background.


Color preview on white background

This text has color #FAB495 on white background.



Black color preview on #FAB495 background

This text has black color on #FAB495 background.


White color preview on #FAB495 background

This text has white color on #FAB495 background.