COLOR #F89EA9

HEX: #F89EA9 RGB: (248,158,169)

Color info

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

RGB color model

#F89EA9 color RGB value is (248,158,169).

RGB: (248,158,169) (97%, 62%, 66%)

RGB channels and saturation

R 248 of 255 = 97%
G 158 of 255 = 62%
B 169 of 255 = 66%

248
158
169

R + G + B ~ 75%. #F89EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 158 + 169 = 575 (100%)
R 248 of 575 ~ 43.13%
G 158 of 575 ~ 27.48%
B 169 of 575 ~ 29.39'%

%43.13
%27.48
%29.39

CMYK color model

#F89EA9 color CMYK value is (0,36,32,3).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 31.85%
  • key color value is 2.75%
CMYK: (0,36,32,3) C0M36Y32K3 (0%,36%,32%,3%) (0.00/0.36/0.32/0.03) 

CMYK percentages

%0
%36.29
%31.85
%2.75

Codes

Color #F89EA9 in popluar color models

F8 9E A9
RGB 248 158 169
HSL 353° 86.54% 79.61%
HSB/HSV 353° 36.29% 97.25%
CMYK 0.00% 36.29% 31.85%
2.75%

Color #F89EA9 in popluar number systems.

HEX F8 9E A9
Decimal 248 158 169
Binary 11111000 10011110 10101001
Octal 370 236 251

Shades and tints

Shades of #F89EA9

#F89EA9
(248,158,169)
#E2909A
(226,144,154)
#CC828B
(204,130,139)
#B6747C
(182,116,124)
#A0666D
(160,102,109)
#8A585E
(138,88,94)
#744A4F
(116,74,79)
#5E3C40
(94,60,64)
#482E31
(72,46,49)
#322022
(50,32,34)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #F89EA9

#F89EA9
(248,158,169)
#F8A6B0
(248,166,176)
#F8AEB7
(248,174,183)
#F8B6BE
(248,182,190)
#F8BEC5
(248,190,197)
#F8C6CC
(248,198,204)
#F8CED3
(248,206,211)
#F8D6DA
(248,214,218)
#F8DEE1
(248,222,225)
#F8E6E8
(248,230,232)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89EA9; }

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

This text font color is #F89EA9.

Background Color

.myBgColor { background-color: #F89EA9; }

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

This div background color is #F89EA9.

Border color

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

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

This div border color is #F89EA9.

Opacity

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

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

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

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

This text has shadow with #F89EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F89EA9.

Preview

Color preview on black background

This text has color #F89EA9 on black background.


Color preview on white background

This text has color #F89EA9 on white background.


Black color preview on #F89EA9 background

This text has black color on #F89EA9 background.


White color preview on #F89EA9 background

This text has white color on #F89EA9 background.


Related colors

Complementary color

Complementary color for #hex is #076156.


I love getcolorcode.com

Triadic colors

1 #A9F89E and #9EA9F8 with #F89EA9 are triadic colors.

2 #A99EF8 and #9EF8A9 with #F89EA9 are triadic colors.