COLOR #F89DD8

HEX: #F89DD8
RGB: (248,157,216)

Color info

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

RGB color model

#F89DD8 color RGB value is (248,157,216).

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

RGB channels and saturation

R 248 of 255 = 97%
G 157 of 255 = 62%
B 216 of 255 = 85%

248
157
216

R + G + B ~ 81%. #F89DD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 157 + 216 = 621 (100%)
R 248 of 621 ~ 39.94%
G 157 of 621 ~ 25.28%
B 216 of 621 ~ 34.78%

%39.94
%25.28
%34.78

CMYK color model

#F89DD8 color CMYK value is (0,37,13,3).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 12.90%
  • key color value is 2.75%
CMYK:
(0,37,13,3)
C0M37Y13K3 
(0%,37%,13%,3%)
(0.00/0.37/0.13/0.03)	

CMYK percentages

%0
%36.69
%12.9
%2.75

Codes

Color #F89DD8 in popluar color models

F89DD8
RGB248157216
HSL321°86.67%79.41%
HSB/HSV321°36.69%97.25%
CMYK0.00%36.69%12.90%
2.75%

Color #F89DD8 in popluar number systems.

HEXF89DD8
Decimal248157216
Binary111110001001110111011000
Octal370235330

Shades and tints

Shades of #F89DD8

#F89DD8
(248,157,216)
#E28FC5
(226,143,197)
#CC81B2
(204,129,178)
#B6739F
(182,115,159)
#A0658C
(160,101,140)
#8A5779
(138,87,121)
#744966
(116,73,102)
#5E3B53
(94,59,83)
#482D40
(72,45,64)
#321F2D
(50,31,45)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #F89DD8

#F89DD8
(248,157,216)
#F8A5DB
(248,165,219)
#F8ADDE
(248,173,222)
#F8B5E1
(248,181,225)
#F8BDE4
(248,189,228)
#F8C5E7
(248,197,231)
#F8CDEA
(248,205,234)
#F8D5ED
(248,213,237)
#F8DDF0
(248,221,240)
#F8E5F3
(248,229,243)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89DD8; }

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

This text font color is #F89DD8.


Background Color

.myBgColor { background-color: #F89DD8; }

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

This div background color is #F89DD8.


Border color

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

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

This div border color is #F89DD8.


Opacity

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

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

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

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

This text has shadow with #F89DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89DD8 on black background.


Color preview on white background

This text has color #F89DD8 on white background.



Black color preview on #F89DD8 background

This text has black color on #F89DD8 background.


White color preview on #F89DD8 background

This text has white color on #F89DD8 background.