COLOR #F89CC7

HEX: #F89CC7
RGB: (248,156,199)

Color info

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

RGB color model

#F89CC7 color RGB value is (248,156,199).

  • red value is 248;
  • green value is 156;
  • blue value is 199.
RGB:
(248,156,199)
(97%,61%,78%)

RGB channels and saturation

R 248 of 255 = 97%
G 156 of 255 = 61%
B 199 of 255 = 78%

248
156
199

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

Portions of RGB colors in percentages

R + G + B =
248 + 156 + 199 = 603 (100%)
R 248 of 603 ~ 41.13%
G 156 of 603 ~ 25.87%
B 199 of 603 ~ 33%

%41.13
%25.87
%33

CMYK color model

#F89CC7 color CMYK value is (0,37,20,3).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 19.76%
  • key color value is 2.75%
CMYK:
(0,37,20,3)
C0M37Y20K3 
(0%,37%,20%,3%)
(0.00/0.37/0.20/0.03)	

CMYK percentages

%0
%37.1
%19.76
%2.75

Codes

Color #F89CC7 in popluar color models

F89CC7
RGB248156199
HSL332°86.79%79.22%
HSB/HSV332°37.10%97.25%
CMYK0.00%37.10%19.76%
2.75%

Color #F89CC7 in popluar number systems.

HEXF89CC7
Decimal248156199
Binary111110001001110011000111
Octal370234307

Shades and tints

Shades of #F89CC7

#F89CC7
(248,156,199)
#E28EB5
(226,142,181)
#CC80A3
(204,128,163)
#B67291
(182,114,145)
#A0647F
(160,100,127)
#8A566D
(138,86,109)
#74485B
(116,72,91)
#5E3A49
(94,58,73)
#482C37
(72,44,55)
#321E25
(50,30,37)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #F89CC7

#F89CC7
(248,156,199)
#F8A5CC
(248,165,204)
#F8AED1
(248,174,209)
#F8B7D6
(248,183,214)
#F8C0DB
(248,192,219)
#F8C9E0
(248,201,224)
#F8D2E5
(248,210,229)
#F8DBEA
(248,219,234)
#F8E4EF
(248,228,239)
#F8EDF4
(248,237,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89CC7 color. Also use rgb(248,156,199) instead hex code.

Text Font Color

.myTextColor { color: #F89CC7; }

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

This text font color is #F89CC7.


Background Color

.myBgColor { background-color: #F89CC7; }

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

This div background color is #F89CC7.


Border color

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

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

This div border color is #F89CC7.


Opacity

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

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

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

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

This text has shadow with #F89CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89CC7 on black background.


Color preview on white background

This text has color #F89CC7 on white background.



Black color preview on #F89CC7 background

This text has black color on #F89CC7 background.


White color preview on #F89CC7 background

This text has white color on #F89CC7 background.