COLOR #F9ABB6

HEX: #F9ABB6
RGB: (249,171,182)

Color info

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

RGB color model

#F9ABB6 color RGB value is (249,171,182).

  • red value is 249;
  • green value is 171;
  • blue value is 182.
RGB:
(249,171,182)
(98%,67%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 171 of 255 = 67%
B 182 of 255 = 71%

249
171
182

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

Portions of RGB colors in percentages

R + G + B =
249 + 171 + 182 = 602 (100%)
R 249 of 602 ~ 41.36%
G 171 of 602 ~ 28.41%
B 182 of 602 ~ 30.23%

%41.36
%28.41
%30.23

CMYK color model

#F9ABB6 color CMYK value is (0,31,27,2).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 26.91%
  • key color value is 2.35%
CMYK:
(0,31,27,2)
C0M31Y27K2 
(0%,31%,27%,2%)
(0.00/0.31/0.27/0.02)	

CMYK percentages

%0
%31.33
%26.91
%2.35

Codes

Color #F9ABB6 in popluar color models

F9ABB6
RGB249171182
HSL352°86.67%82.35%
HSB/HSV352°31.33%97.65%
CMYK0.00%31.33%26.91%
2.35%

Color #F9ABB6 in popluar number systems.

HEXF9ABB6
Decimal249171182
Binary111110011010101110110110
Octal371253266

Shades and tints

Shades of #F9ABB6

#F9ABB6
(249,171,182)
#E39CA6
(227,156,166)
#CD8D96
(205,141,150)
#B77E86
(183,126,134)
#A16F76
(161,111,118)
#8B6066
(139,96,102)
#755156
(117,81,86)
#5F4246
(95,66,70)
#493336
(73,51,54)
#332426
(51,36,38)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #F9ABB6

#F9ABB6
(249,171,182)
#F9B2BC
(249,178,188)
#F9B9C2
(249,185,194)
#F9C0C8
(249,192,200)
#F9C7CE
(249,199,206)
#F9CED4
(249,206,212)
#F9D5DA
(249,213,218)
#F9DCE0
(249,220,224)
#F9E3E6
(249,227,230)
#F9EAEC
(249,234,236)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9ABB6; }

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

This text font color is #F9ABB6.


Background Color

.myBgColor { background-color: #F9ABB6; }

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

This div background color is #F9ABB6.


Border color

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

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

This div border color is #F9ABB6.


Opacity

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

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

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

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

This text has shadow with #F9ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ABB6 on black background.


Color preview on white background

This text has color #F9ABB6 on white background.



Black color preview on #F9ABB6 background

This text has black color on #F9ABB6 background.


White color preview on #F9ABB6 background

This text has white color on #F9ABB6 background.