COLOR #F889DB

HEX: #F889DB
RGB: (248,137,219)

Color info

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

RGB color model

#F889DB color RGB value is (248,137,219).

  • red value is 248;
  • green value is 137;
  • blue value is 219.
RGB:
(248,137,219)
(97%,54%,86%)

RGB channels and saturation

R 248 of 255 = 97%
G 137 of 255 = 54%
B 219 of 255 = 86%

248
137
219

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

Portions of RGB colors in percentages

R + G + B =
248 + 137 + 219 = 604 (100%)
R 248 of 604 ~ 41.06%
G 137 of 604 ~ 22.68%
B 219 of 604 ~ 36.26%

%41.06
%22.68
%36.26

CMYK color model

#F889DB color CMYK value is (0,45,12,3).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(0,45,12,3)
C0M45Y12K3 
(0%,45%,12%,3%)
(0.00/0.45/0.12/0.03)	

CMYK percentages

%0
%44.76
%11.69
%2.75

Codes

Color #F889DB in popluar color models

F889DB
RGB248137219
HSL316°88.80%75.49%
HSB/HSV316°44.76%97.25%
CMYK0.00%44.76%11.69%
2.75%

Color #F889DB in popluar number systems.

HEXF889DB
Decimal248137219
Binary111110001000100111011011
Octal370211333

Shades and tints

Shades of #F889DB

#F889DB
(248,137,219)
#E27DC8
(226,125,200)
#CC71B5
(204,113,181)
#B665A2
(182,101,162)
#A0598F
(160,89,143)
#8A4D7C
(138,77,124)
#744169
(116,65,105)
#5E3556
(94,53,86)
#482943
(72,41,67)
#321D30
(50,29,48)
#1C111D
(28,17,29)
#000000
(0,0,0)

Tints of #F889DB

#F889DB
(248,137,219)
#F893DE
(248,147,222)
#F89DE1
(248,157,225)
#F8A7E4
(248,167,228)
#F8B1E7
(248,177,231)
#F8BBEA
(248,187,234)
#F8C5ED
(248,197,237)
#F8CFF0
(248,207,240)
#F8D9F3
(248,217,243)
#F8E3F6
(248,227,246)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F889DB color. Also use rgb(248,137,219) instead hex code.

Text Font Color

.myTextColor { color: #F889DB; }

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

This text font color is #F889DB.


Background Color

.myBgColor { background-color: #F889DB; }

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

This div background color is #F889DB.


Border color

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

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

This div border color is #F889DB.


Opacity

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

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

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

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

This text has shadow with #F889DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F889DB on black background.


Color preview on white background

This text has color #F889DB on white background.



Black color preview on #F889DB background

This text has black color on #F889DB background.


White color preview on #F889DB background

This text has white color on #F889DB background.