COLOR #F89ED2

HEX: #F89ED2
RGB: (248,158,210)

Color info

#F89ED2 contains mainly red and blue colors. Web safe color of #F89ED2 is #FF99CC (or #F9C).

RGB color model

#F89ED2 color RGB value is (248,158,210).

  • red value is 248;
  • green value is 158;
  • blue value is 210.
RGB:
(248,158,210)
(97%,62%,82%)

RGB channels and saturation

R 248 of 255 = 97%
G 158 of 255 = 62%
B 210 of 255 = 82%

248
158
210

R + G + B ~ 80%. #F89ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 158 + 210 = 616 (100%)
R 248 of 616 ~ 40.26%
G 158 of 616 ~ 25.65%
B 210 of 616 ~ 34.09%

%40.26
%25.65
%34.09

CMYK color model

#F89ED2 color CMYK value is (0,36,15,3).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(0,36,15,3)
C0M36Y15K3 
(0%,36%,15%,3%)
(0.00/0.36/0.15/0.03)	

CMYK percentages

%0
%36.29
%15.32
%2.75

Codes

Color #F89ED2 in popluar color models

F89ED2
RGB248158210
HSL325°86.54%79.61%
HSB/HSV325°36.29%97.25%
CMYK0.00%36.29%15.32%
2.75%

Color #F89ED2 in popluar number systems.

HEXF89ED2
Decimal248158210
Binary111110001001111011010010
Octal370236322

Shades and tints

Shades of #F89ED2

#F89ED2
(248,158,210)
#E290BF
(226,144,191)
#CC82AC
(204,130,172)
#B67499
(182,116,153)
#A06686
(160,102,134)
#8A5873
(138,88,115)
#744A60
(116,74,96)
#5E3C4D
(94,60,77)
#482E3A
(72,46,58)
#322027
(50,32,39)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #F89ED2

#F89ED2
(248,158,210)
#F8A6D6
(248,166,214)
#F8AEDA
(248,174,218)
#F8B6DE
(248,182,222)
#F8BEE2
(248,190,226)
#F8C6E6
(248,198,230)
#F8CEEA
(248,206,234)
#F8D6EE
(248,214,238)
#F8DEF2
(248,222,242)
#F8E6F6
(248,230,246)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89ED2; }

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

This text font color is #F89ED2.


Background Color

.myBgColor { background-color: #F89ED2; }

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

This div background color is #F89ED2.


Border color

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

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

This div border color is #F89ED2.


Opacity

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

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

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

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

This text has shadow with #F89ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89ED2 on black background.


Color preview on white background

This text has color #F89ED2 on white background.



Black color preview on #F89ED2 background

This text has black color on #F89ED2 background.


White color preview on #F89ED2 background

This text has white color on #F89ED2 background.