COLOR #F9A6BA

HEX: #F9A6BA
RGB: (249,166,186)

Color info

#F9A6BA contains mainly red color. Web safe color of #F9A6BA is #FF99CC (or #F9C).

RGB color model

#F9A6BA color RGB value is (249,166,186).

  • red value is 249;
  • green value is 166;
  • blue value is 186.
RGB:
(249,166,186)
(98%,65%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 166 of 255 = 65%
B 186 of 255 = 73%

249
166
186

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

Portions of RGB colors in percentages

R + G + B =
249 + 166 + 186 = 601 (100%)
R 249 of 601 ~ 41.43%
G 166 of 601 ~ 27.62%
B 186 of 601 ~ 30.95%

%41.43
%27.62
%30.95

CMYK color model

#F9A6BA color CMYK value is (0,33,25,2).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 25.30%
  • key color value is 2.35%
CMYK:
(0,33,25,2)
C0M33Y25K2 
(0%,33%,25%,2%)
(0.00/0.33/0.25/0.02)	

CMYK percentages

%0
%33.33
%25.3
%2.35

Codes

Color #F9A6BA in popluar color models

F9A6BA
RGB249166186
HSL346°87.37%81.37%
HSB/HSV346°33.33%97.65%
CMYK0.00%33.33%25.30%
2.35%

Color #F9A6BA in popluar number systems.

HEXF9A6BA
Decimal249166186
Binary111110011010011010111010
Octal371246272

Shades and tints

Shades of #F9A6BA

#F9A6BA
(249,166,186)
#E397AA
(227,151,170)
#CD889A
(205,136,154)
#B7798A
(183,121,138)
#A16A7A
(161,106,122)
#8B5B6A
(139,91,106)
#754C5A
(117,76,90)
#5F3D4A
(95,61,74)
#492E3A
(73,46,58)
#331F2A
(51,31,42)
#1D101A
(29,16,26)
#000000
(0,0,0)

Tints of #F9A6BA

#F9A6BA
(249,166,186)
#F9AEC0
(249,174,192)
#F9B6C6
(249,182,198)
#F9BECC
(249,190,204)
#F9C6D2
(249,198,210)
#F9CED8
(249,206,216)
#F9D6DE
(249,214,222)
#F9DEE4
(249,222,228)
#F9E6EA
(249,230,234)
#F9EEF0
(249,238,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9A6BA; }

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

This text font color is #F9A6BA.


Background Color

.myBgColor { background-color: #F9A6BA; }

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

This div background color is #F9A6BA.


Border color

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

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

This div border color is #F9A6BA.


Opacity

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

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

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

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

This text has shadow with #F9A6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A6BA on black background.


Color preview on white background

This text has color #F9A6BA on white background.



Black color preview on #F9A6BA background

This text has black color on #F9A6BA background.


White color preview on #F9A6BA background

This text has white color on #F9A6BA background.