COLOR #FABDA9

HEX: #FABDA9 RGB: (250,189,169)

Color info

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

RGB color model

#FABDA9 color RGB value is (250,189,169).

RGB: (250,189,169) (98%, 74%, 66%)

RGB channels and saturation

R 250 of 255 = 98%
G 189 of 255 = 74%
B 169 of 255 = 66%

250
189
169

R + G + B ~ 79%. #FABDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 189 + 169 = 608 (100%)
R 250 of 608 ~ 41.12%
G 189 of 608 ~ 31.09%
B 169 of 608 ~ 27.8'%

%41.12
%31.09
%27.8

CMYK color model

#FABDA9 color CMYK value is (0,24,32,2).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 32.40%
  • key color value is 1.96%

CMYK: (0,24,32,2)
C0M24Y32K2 (0%, 24%, 32%, 2%)
(0.00 / 0.24 / 0.32 / 0.02)

CMYK percentages

%0
%24.4
%32.4
%1.96

Codes

Color #FABDA9 in popluar color models

FA BD A9
RGB 250 189 169
HSL 15° 89.01% 82.16%
HSB/HSV 15° 32.40% 98.04%
CMYK 0.00% 24.40% 32.40%
1.96%

Color #FABDA9 in popluar number systems.

HEX FA BD A9
Decimal 250 189 169
Binary 11111010 10111101 10101001
Octal 372 275 251

Shades and tints

Shades of #FABDA9

#FABDA9
(250,189,169)
#E4AC9A
(228,172,154)
#CE9B8B
(206,155,139)
#B88A7C
(184,138,124)
#A2796D
(162,121,109)
#8C685E
(140,104,94)
#76574F
(118,87,79)
#604640
(96,70,64)
#4A3531
(74,53,49)
#342422
(52,36,34)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #FABDA9

#FABDA9
(250,189,169)
#FAC3B0
(250,195,176)
#FAC9B7
(250,201,183)
#FACFBE
(250,207,190)
#FAD5C5
(250,213,197)
#FADBCC
(250,219,204)
#FAE1D3
(250,225,211)
#FAE7DA
(250,231,218)
#FAEDE1
(250,237,225)
#FAF3E8
(250,243,232)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABDA9 color. Also use rgb(250,189,169) instead hex code.

Text Font Color

.myTextColor { color: #FABDA9; }

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

This text font color is #FABDA9.

Background Color

.myBgColor { background-color: #FABDA9; }

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

This div background color is #FABDA9.

Border color

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

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

This div border color is #FABDA9.

Opacity

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

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

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

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

This text has shadow with #FABDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABDA9.

Preview

Color preview on black background

This text has color #FABDA9 on black background.


Color preview on white background

This text has color #FABDA9 on white background.


Black color preview on #FABDA9 background

This text has black color on #FABDA9 background.


White color preview on #FABDA9 background

This text has white color on #FABDA9 background.


Related colors

Complementary color

Complementary color for #hex is #054256.


I love getcolorcode.com

Triadic colors

1 #A9FABD and #BDA9FA with #FABDA9 are triadic colors.

2 #A9BDFA and #BDFAA9 with #FABDA9 are triadic colors.