COLOR #F89CE5

HEX: #F89CE5 RGB: (248,156,229)

Color info

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

RGB color model

#F89CE5 color RGB value is (248,156,229).

RGB: (248,156,229) (97%, 61%, 90%)

RGB channels and saturation

R 248 of 255 = 97%
G 156 of 255 = 61%
B 229 of 255 = 90%

248
156
229

R + G + B ~ 83%. #F89CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 156 + 229 = 633 (100%)
R 248 of 633 ~ 39.18%
G 156 of 633 ~ 24.64%
B 229 of 633 ~ 36.18'%

%39.18
%24.64
%36.18

CMYK color model

#F89CE5 color CMYK value is (0,37,8,3).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 7.66%
  • key color value is 2.75%

CMYK: (0,37,8,3)
C0M37Y8K3 (0%, 37%, 8%, 3%)
(0.00 / 0.37 / 0.08 / 0.03)

CMYK percentages

%0
%37.1
%7.66
%2.75

Codes

Color #F89CE5 in popluar color models

F8 9C E5
RGB 248 156 229
HSL 312° 86.79% 79.22%
HSB/HSV 312° 37.10% 97.25%
CMYK 0.00% 37.10% 7.66%
2.75%

Color #F89CE5 in popluar number systems.

HEX F8 9C E5
Decimal 248 156 229
Binary 11111000 10011100 11100101
Octal 370 234 345

Shades and tints

Shades of #F89CE5

#F89CE5
(248,156,229)
#E28ED1
(226,142,209)
#CC80BD
(204,128,189)
#B672A9
(182,114,169)
#A06495
(160,100,149)
#8A5681
(138,86,129)
#74486D
(116,72,109)
#5E3A59
(94,58,89)
#482C45
(72,44,69)
#321E31
(50,30,49)
#1C101D
(28,16,29)
#000000
(0,0,0)

Tints of #F89CE5

#F89CE5
(248,156,229)
#F8A5E7
(248,165,231)
#F8AEE9
(248,174,233)
#F8B7EB
(248,183,235)
#F8C0ED
(248,192,237)
#F8C9EF
(248,201,239)
#F8D2F1
(248,210,241)
#F8DBF3
(248,219,243)
#F8E4F5
(248,228,245)
#F8EDF7
(248,237,247)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89CE5; }

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

This text font color is #F89CE5.

Background Color

.myBgColor { background-color: #F89CE5; }

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

This div background color is #F89CE5.

Border color

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

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

This div border color is #F89CE5.

Opacity

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

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

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

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

This text has shadow with #F89CE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F89CE5.

Preview

Color preview on black background

This text has color #F89CE5 on black background.


Color preview on white background

This text has color #F89CE5 on white background.


Black color preview on #F89CE5 background

This text has black color on #F89CE5 background.


White color preview on #F89CE5 background

This text has white color on #F89CE5 background.


Related colors

Complementary color

Complementary color for #hex is #07631A.


I love getcolorcode.com

Triadic colors

1 #E5F89C and #9CE5F8 with #F89CE5 are triadic colors.

2 #E59CF8 and #9CF8E5 with #F89CE5 are triadic colors.