COLOR #F89AA9

HEX: #F89AA9
RGB: (248,154,169)

Color info

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

RGB color model

#F89AA9 color RGB value is (248,154,169).

  • red value is 248;
  • green value is 154;
  • blue value is 169.
RGB:
(248,154,169)
(97%,60%,66%)

RGB channels and saturation

R 248 of 255 = 97%
G 154 of 255 = 60%
B 169 of 255 = 66%

248
154
169

R + G + B ~ 74%. #F89AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 154 + 169 = 571 (100%)
R 248 of 571 ~ 43.43%
G 154 of 571 ~ 26.97%
B 169 of 571 ~ 29.6%

%43.43
%26.97
%29.6

CMYK color model

#F89AA9 color CMYK value is (0,38,32,3).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 31.85%
  • key color value is 2.75%
CMYK:
(0,38,32,3)
C0M38Y32K3 
(0%,38%,32%,3%)
(0.00/0.38/0.32/0.03)	

CMYK percentages

%0
%37.9
%31.85
%2.75

Codes

Color #F89AA9 in popluar color models

F89AA9
RGB248154169
HSL350°87.04%78.82%
HSB/HSV350°37.90%97.25%
CMYK0.00%37.90%31.85%
2.75%

Color #F89AA9 in popluar number systems.

HEXF89AA9
Decimal248154169
Binary111110001001101010101001
Octal370232251

Shades and tints

Shades of #F89AA9

#F89AA9
(248,154,169)
#E28C9A
(226,140,154)
#CC7E8B
(204,126,139)
#B6707C
(182,112,124)
#A0626D
(160,98,109)
#8A545E
(138,84,94)
#74464F
(116,70,79)
#5E3840
(94,56,64)
#482A31
(72,42,49)
#321C22
(50,28,34)
#1C0E13
(28,14,19)
#000000
(0,0,0)

Tints of #F89AA9

#F89AA9
(248,154,169)
#F8A3B0
(248,163,176)
#F8ACB7
(248,172,183)
#F8B5BE
(248,181,190)
#F8BEC5
(248,190,197)
#F8C7CC
(248,199,204)
#F8D0D3
(248,208,211)
#F8D9DA
(248,217,218)
#F8E2E1
(248,226,225)
#F8EBE8
(248,235,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89AA9 color. Also use rgb(248,154,169) instead hex code.

Text Font Color

.myTextColor { color: #F89AA9; }

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

This text font color is #F89AA9.


Background Color

.myBgColor { background-color: #F89AA9; }

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

This div background color is #F89AA9.


Border color

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

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

This div border color is #F89AA9.


Opacity

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

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

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

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

This text has shadow with #F89AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89AA9 on black background.


Color preview on white background

This text has color #F89AA9 on white background.



Black color preview on #F89AA9 background

This text has black color on #F89AA9 background.


White color preview on #F89AA9 background

This text has white color on #F89AA9 background.