COLOR #F9ABA6

HEX: #F9ABA6 RGB: (249,171,166)

Color info

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

RGB color model

#F9ABA6 color RGB value is (249,171,166).

RGB: (249,171,166) (98%, 67%, 65%)

RGB channels and saturation

R 249 of 255 = 98%
G 171 of 255 = 67%
B 166 of 255 = 65%

249
171
166

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

Portions of RGB colors in percentages

R + G + B = 249 + 171 + 166 = 586 (100%)
R 249 of 586 ~ 42.49%
G 171 of 586 ~ 29.18%
B 166 of 586 ~ 28.33'%

%42.49
%29.18
%28.33

CMYK color model

#F9ABA6 color CMYK value is (0,31,33,2).

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

CMYK: (0,31,33,2)
C0M31Y33K2 (0%, 31%, 33%, 2%)
(0.00 / 0.31 / 0.33 / 0.02)

CMYK percentages

%0
%31.33
%33.33
%2.35

Codes

Color #F9ABA6 in popluar color models

F9 AB A6
RGB 249 171 166
HSL 87.37% 81.37%
HSB/HSV 33.33% 97.65%
CMYK 0.00% 31.33% 33.33%
2.35%

Color #F9ABA6 in popluar number systems.

HEX F9 AB A6
Decimal 249 171 166
Binary 11111001 10101011 10100110
Octal 371 253 246

Shades and tints

Shades of #F9ABA6

#F9ABA6
(249,171,166)
#E39C97
(227,156,151)
#CD8D88
(205,141,136)
#B77E79
(183,126,121)
#A16F6A
(161,111,106)
#8B605B
(139,96,91)
#75514C
(117,81,76)
#5F423D
(95,66,61)
#49332E
(73,51,46)
#33241F
(51,36,31)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #F9ABA6

#F9ABA6
(249,171,166)
#F9B2AE
(249,178,174)
#F9B9B6
(249,185,182)
#F9C0BE
(249,192,190)
#F9C7C6
(249,199,198)
#F9CECE
(249,206,206)
#F9D5D6
(249,213,214)
#F9DCDE
(249,220,222)
#F9E3E6
(249,227,230)
#F9EAEE
(249,234,238)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9ABA6; }

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

This text font color is #F9ABA6.

Background Color

.myBgColor { background-color: #F9ABA6; }

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

This div background color is #F9ABA6.

Border color

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

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

This div border color is #F9ABA6.

Opacity

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

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

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

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

This text has shadow with #F9ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9ABA6.

Preview

Color preview on black background

This text has color #F9ABA6 on black background.


Color preview on white background

This text has color #F9ABA6 on white background.


Black color preview on #F9ABA6 background

This text has black color on #F9ABA6 background.


White color preview on #F9ABA6 background

This text has white color on #F9ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #065459.


I love getcolorcode.com

Triadic colors

1 #A6F9AB and #ABA6F9 with #F9ABA6 are triadic colors.

2 #A6ABF9 and #ABF9A6 with #F9ABA6 are triadic colors.