COLOR #F89DFB

HEX: #F89DFB
RGB: (248,157,251)

Color info

#F89DFB contains mainly red and blue colors. Web safe color of #F89DFB is #FF99FF (or #F9F).

RGB color model

#F89DFB color RGB value is (248,157,251).

  • red value is 248;
  • green value is 157;
  • blue value is 251.
RGB:
(248,157,251)
(97%,62%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 157 of 255 = 62%
B 251 of 255 = 98%

248
157
251

R + G + B ~ 86%. #F89DFB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 157 + 251 = 656 (100%)
R 248 of 656 ~ 37.8%
G 157 of 656 ~ 23.93%
B 251 of 656 ~ 38.26%

%37.8
%23.93
%38.26

CMYK color model

#F89DFB color CMYK value is (1,37,0,2).

  • cyan value is 1.20%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,37,0,2)
C1M37Y0K2 
(1%,37%,0%,2%)
(0.01/0.37/0.00/0.02)	

CMYK percentages

%1.2
%37.45
%0
%1.57

Codes

Color #F89DFB in popluar color models

F89DFB
RGB248157251
HSL298°92.16%80.00%
HSB/HSV298°37.45%98.43%
CMYK1.20%37.45%0.00%
1.57%

Color #F89DFB in popluar number systems.

HEXF89DFB
Decimal248157251
Binary111110001001110111111011
Octal370235373

Shades and tints

Shades of #F89DFB

#F89DFB
(248,157,251)
#E28FE5
(226,143,229)
#CC81CF
(204,129,207)
#B673B9
(182,115,185)
#A065A3
(160,101,163)
#8A578D
(138,87,141)
#744977
(116,73,119)
#5E3B61
(94,59,97)
#482D4B
(72,45,75)
#321F35
(50,31,53)
#1C111F
(28,17,31)
#000000
(0,0,0)

Tints of #F89DFB

#F89DFB
(248,157,251)
#F8A5FB
(248,165,251)
#F8ADFB
(248,173,251)
#F8B5FB
(248,181,251)
#F8BDFB
(248,189,251)
#F8C5FB
(248,197,251)
#F8CDFB
(248,205,251)
#F8D5FB
(248,213,251)
#F8DDFB
(248,221,251)
#F8E5FB
(248,229,251)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89DFB color. Also use rgb(248,157,251) instead hex code.

Text Font Color

.myTextColor { color: #F89DFB; }

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

This text font color is #F89DFB.


Background Color

.myBgColor { background-color: #F89DFB; }

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

This div background color is #F89DFB.


Border color

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

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

This div border color is #F89DFB.


Opacity

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

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

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

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

This text has shadow with #F89DFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89DFB on black background.


Color preview on white background

This text has color #F89DFB on white background.



Black color preview on #F89DFB background

This text has black color on #F89DFB background.


White color preview on #F89DFB background

This text has white color on #F89DFB background.