COLOR #FAB6A5

HEX: #FAB6A5
RGB: (250,182,165)

Color info

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

RGB color model

#FAB6A5 color RGB value is (250,182,165).

  • red value is 250;
  • green value is 182;
  • blue value is 165.
RGB:
(250,182,165)
(98%,71%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 182 of 255 = 71%
B 165 of 255 = 65%

250
182
165

R + G + B ~ 78%. #FAB6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 182 + 165 = 597 (100%)
R 250 of 597 ~ 41.88%
G 182 of 597 ~ 30.49%
B 165 of 597 ~ 27.64%

%41.88
%30.49
%27.64

CMYK color model

#FAB6A5 color CMYK value is (0,27,34,2).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 34.00%
  • key color value is 1.96%
CMYK:
(0,27,34,2)
C0M27Y34K2 
(0%,27%,34%,2%)
(0.00/0.27/0.34/0.02)	

CMYK percentages

%0
%27.2
%34
%1.96

Codes

Color #FAB6A5 in popluar color models

FAB6A5
RGB250182165
HSL12°89.47%81.37%
HSB/HSV12°34.00%98.04%
CMYK0.00%27.20%34.00%
1.96%

Color #FAB6A5 in popluar number systems.

HEXFAB6A5
Decimal250182165
Binary111110101011011010100101
Octal372266245

Shades and tints

Shades of #FAB6A5

#FAB6A5
(250,182,165)
#E4A696
(228,166,150)
#CE9687
(206,150,135)
#B88678
(184,134,120)
#A27669
(162,118,105)
#8C665A
(140,102,90)
#76564B
(118,86,75)
#60463C
(96,70,60)
#4A362D
(74,54,45)
#34261E
(52,38,30)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #FAB6A5

#FAB6A5
(250,182,165)
#FABCAD
(250,188,173)
#FAC2B5
(250,194,181)
#FAC8BD
(250,200,189)
#FACEC5
(250,206,197)
#FAD4CD
(250,212,205)
#FADAD5
(250,218,213)
#FAE0DD
(250,224,221)
#FAE6E5
(250,230,229)
#FAECED
(250,236,237)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB6A5 color. Also use rgb(250,182,165) instead hex code.

Text Font Color

.myTextColor { color: #FAB6A5; }

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

This text font color is #FAB6A5.


Background Color

.myBgColor { background-color: #FAB6A5; }

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

This div background color is #FAB6A5.


Border color

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

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

This div border color is #FAB6A5.


Opacity

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

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

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

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

This text has shadow with #FAB6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB6A5 on black background.


Color preview on white background

This text has color #FAB6A5 on white background.



Black color preview on #FAB6A5 background

This text has black color on #FAB6A5 background.


White color preview on #FAB6A5 background

This text has white color on #FAB6A5 background.