COLOR #F9ABA9

HEX: #F9ABA9 RGB: (249,171,169)

Color info

#F9ABA9 contains mainly red color. Web safe color of #F9ABA9 is #FF9999 (or #F99).

RGB color model

#F9ABA9 color RGB value is (249,171,169).

RGB: (249,171,169) (98%, 67%, 66%)

RGB channels and saturation

R 249 of 255 = 98%
G 171 of 255 = 67%
B 169 of 255 = 66%

249
171
169

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

Portions of RGB colors in percentages

R + G + B = 249 + 171 + 169 = 589 (100%)
R 249 of 589 ~ 42.28%
G 171 of 589 ~ 29.03%
B 169 of 589 ~ 28.69'%

%42.28
%29.03
%28.69

CMYK color model

#F9ABA9 color CMYK value is (0,31,32,2).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 32.13%
  • key color value is 2.35%

CMYK: (0,31,32,2)
C0M31Y32K2 (0%, 31%, 32%, 2%)
(0.00 / 0.31 / 0.32 / 0.02)

CMYK percentages

%0
%31.33
%32.13
%2.35

Codes

Color #F9ABA9 in popluar color models

F9 AB A9
RGB 249 171 169
HSL 86.96% 81.96%
HSB/HSV 32.13% 97.65%
CMYK 0.00% 31.33% 32.13%
2.35%

Color #F9ABA9 in popluar number systems.

HEX F9 AB A9
Decimal 249 171 169
Binary 11111001 10101011 10101001
Octal 371 253 251

Shades and tints

Shades of #F9ABA9

#F9ABA9
(249,171,169)
#E39C9A
(227,156,154)
#CD8D8B
(205,141,139)
#B77E7C
(183,126,124)
#A16F6D
(161,111,109)
#8B605E
(139,96,94)
#75514F
(117,81,79)
#5F4240
(95,66,64)
#493331
(73,51,49)
#332422
(51,36,34)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #F9ABA9

#F9ABA9
(249,171,169)
#F9B2B0
(249,178,176)
#F9B9B7
(249,185,183)
#F9C0BE
(249,192,190)
#F9C7C5
(249,199,197)
#F9CECC
(249,206,204)
#F9D5D3
(249,213,211)
#F9DCDA
(249,220,218)
#F9E3E1
(249,227,225)
#F9EAE8
(249,234,232)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ABA9 color. Also use rgb(249,171,169) instead hex code.

Text Font Color

.myTextColor { color: #F9ABA9; }

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

This text font color is #F9ABA9.

Background Color

.myBgColor { background-color: #F9ABA9; }

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

This div background color is #F9ABA9.

Border color

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

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

This div border color is #F9ABA9.

Opacity

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

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

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

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

This text has shadow with #F9ABA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9ABA9.

Preview

Color preview on black background

This text has color #F9ABA9 on black background.


Color preview on white background

This text has color #F9ABA9 on white background.


Black color preview on #F9ABA9 background

This text has black color on #F9ABA9 background.


White color preview on #F9ABA9 background

This text has white color on #F9ABA9 background.


Related colors

Complementary color

Complementary color for #hex is #065456.


I love getcolorcode.com

Triadic colors

1 #A9F9AB and #ABA9F9 with #F9ABA9 are triadic colors.

2 #A9ABF9 and #ABF9A9 with #F9ABA9 are triadic colors.