COLOR #FAB899

HEX: #FAB899 RGB: (250,184,153)

Color info

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

RGB color model

#FAB899 color RGB value is (250,184,153).

RGB: (250,184,153) (98%, 72%, 60%)

RGB channels and saturation

R 250 of 255 = 98%
G 184 of 255 = 72%
B 153 of 255 = 60%

250
184
153

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

Portions of RGB colors in percentages

R + G + B = 250 + 184 + 153 = 587 (100%)
R 250 of 587 ~ 42.59%
G 184 of 587 ~ 31.35%
B 153 of 587 ~ 26.06'%

%42.59
%31.35
%26.06

CMYK color model

#FAB899 color CMYK value is (0,26,39,2).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 38.80%
  • key color value is 1.96%

CMYK: (0,26,39,2)
C0M26Y39K2 (0%, 26%, 39%, 2%)
(0.00 / 0.26 / 0.39 / 0.02)

CMYK percentages

%0
%26.4
%38.8
%1.96

Codes

Color #FAB899 in popluar color models

FA B8 99
RGB 250 184 153
HSL 19° 90.65% 79.02%
HSB/HSV 19° 38.80% 98.04%
CMYK 0.00% 26.40% 38.80%
1.96%

Color #FAB899 in popluar number systems.

HEX FA B8 99
Decimal 250 184 153
Binary 11111010 10111000 10011001
Octal 372 270 231

Shades and tints

Shades of #FAB899

#FAB899
(250,184,153)
#E4A88C
(228,168,140)
#CE987F
(206,152,127)
#B88872
(184,136,114)
#A27865
(162,120,101)
#8C6858
(140,104,88)
#76584B
(118,88,75)
#60483E
(96,72,62)
#4A3831
(74,56,49)
#342824
(52,40,36)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #FAB899

#FAB899
(250,184,153)
#FABEA2
(250,190,162)
#FAC4AB
(250,196,171)
#FACAB4
(250,202,180)
#FAD0BD
(250,208,189)
#FAD6C6
(250,214,198)
#FADCCF
(250,220,207)
#FAE2D8
(250,226,216)
#FAE8E1
(250,232,225)
#FAEEEA
(250,238,234)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB899 color. Also use rgb(250,184,153) instead hex code.

Text Font Color

.myTextColor { color: #FAB899; }

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

This text font color is #FAB899.

Background Color

.myBgColor { background-color: #FAB899; }

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

This div background color is #FAB899.

Border color

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

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

This div border color is #FAB899.

Opacity

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

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

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

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

This text has shadow with #FAB899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB899.

Preview

Color preview on black background

This text has color #FAB899 on black background.


Color preview on white background

This text has color #FAB899 on white background.


Black color preview on #FAB899 background

This text has black color on #FAB899 background.


White color preview on #FAB899 background

This text has white color on #FAB899 background.


Related colors

Complementary color

Complementary color for #hex is #054766.


I love getcolorcode.com

Triadic colors

1 #99FAB8 and #B899FA with #FAB899 are triadic colors.

2 #99B8FA and #B8FA99 with #FAB899 are triadic colors.