COLOR #FAB7A1

HEX: #FAB7A1 RGB: (250,183,161)

Color info

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

RGB color model

#FAB7A1 color RGB value is (250,183,161).

RGB: (250,183,161) (98%, 72%, 63%)

RGB channels and saturation

R 250 of 255 = 98%
G 183 of 255 = 72%
B 161 of 255 = 63%

250
183
161

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

Portions of RGB colors in percentages

R + G + B = 250 + 183 + 161 = 594 (100%)
R 250 of 594 ~ 42.09%
G 183 of 594 ~ 30.81%
B 161 of 594 ~ 27.1'%

%42.09
%30.81
%27.1

CMYK color model

#FAB7A1 color CMYK value is (0,27,36,2).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 35.60%
  • key color value is 1.96%

CMYK: (0,27,36,2)
C0M27Y36K2 (0%, 27%, 36%, 2%)
(0.00 / 0.27 / 0.36 / 0.02)

CMYK percentages

%0
%26.8
%35.6
%1.96

Codes

Color #FAB7A1 in popluar color models

FA B7 A1
RGB 250 183 161
HSL 15° 89.90% 80.59%
HSB/HSV 15° 35.60% 98.04%
CMYK 0.00% 26.80% 35.60%
1.96%

Color #FAB7A1 in popluar number systems.

HEX FA B7 A1
Decimal 250 183 161
Binary 11111010 10110111 10100001
Octal 372 267 241

Shades and tints

Shades of #FAB7A1

#FAB7A1
(250,183,161)
#E4A793
(228,167,147)
#CE9785
(206,151,133)
#B88777
(184,135,119)
#A27769
(162,119,105)
#8C675B
(140,103,91)
#76574D
(118,87,77)
#60473F
(96,71,63)
#4A3731
(74,55,49)
#342723
(52,39,35)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #FAB7A1

#FAB7A1
(250,183,161)
#FABDA9
(250,189,169)
#FAC3B1
(250,195,177)
#FAC9B9
(250,201,185)
#FACFC1
(250,207,193)
#FAD5C9
(250,213,201)
#FADBD1
(250,219,209)
#FAE1D9
(250,225,217)
#FAE7E1
(250,231,225)
#FAEDE9
(250,237,233)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB7A1 color. Also use rgb(250,183,161) instead hex code.

Text Font Color

.myTextColor { color: #FAB7A1; }

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

This text font color is #FAB7A1.

Background Color

.myBgColor { background-color: #FAB7A1; }

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

This div background color is #FAB7A1.

Border color

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

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

This div border color is #FAB7A1.

Opacity

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

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

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

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

This text has shadow with #FAB7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB7A1.

Preview

Color preview on black background

This text has color #FAB7A1 on black background.


Color preview on white background

This text has color #FAB7A1 on white background.


Black color preview on #FAB7A1 background

This text has black color on #FAB7A1 background.


White color preview on #FAB7A1 background

This text has white color on #FAB7A1 background.


Related colors

Complementary color

Complementary color for #hex is #05485E.


I love getcolorcode.com

Triadic colors

1 #A1FAB7 and #B7A1FA with #FAB7A1 are triadic colors.

2 #A1B7FA and #B7FAA1 with #FAB7A1 are triadic colors.