COLOR #F898C5

HEX: #F898C5 RGB: (248,152,197)

Color info

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

RGB color model

#F898C5 color RGB value is (248,152,197).

RGB: (248,152,197) (97%, 60%, 77%)

RGB channels and saturation

R 248 of 255 = 97%
G 152 of 255 = 60%
B 197 of 255 = 77%

248
152
197

R + G + B ~ 78%. #F898C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 152 + 197 = 597 (100%)
R 248 of 597 ~ 41.54%
G 152 of 597 ~ 25.46%
B 197 of 597 ~ 33'%

%41.54
%25.46
%33

CMYK color model

#F898C5 color CMYK value is (0,39,21,3).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 20.56%
  • key color value is 2.75%

CMYK: (0,39,21,3)
C0M39Y21K3 (0%, 39%, 21%, 3%)
(0.00 / 0.39 / 0.21 / 0.03)

CMYK percentages

%0
%38.71
%20.56
%2.75

Codes

Color #F898C5 in popluar color models

F8 98 C5
RGB 248 152 197
HSL 332° 87.27% 78.43%
HSB/HSV 332° 38.71% 97.25%
CMYK 0.00% 38.71% 20.56%
2.75%

Color #F898C5 in popluar number systems.

HEX F8 98 C5
Decimal 248 152 197
Binary 11111000 10011000 11000101
Octal 370 230 305

Shades and tints

Shades of #F898C5

#F898C5
(248,152,197)
#E28BB4
(226,139,180)
#CC7EA3
(204,126,163)
#B67192
(182,113,146)
#A06481
(160,100,129)
#8A5770
(138,87,112)
#744A5F
(116,74,95)
#5E3D4E
(94,61,78)
#48303D
(72,48,61)
#32232C
(50,35,44)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #F898C5

#F898C5
(248,152,197)
#F8A1CA
(248,161,202)
#F8AACF
(248,170,207)
#F8B3D4
(248,179,212)
#F8BCD9
(248,188,217)
#F8C5DE
(248,197,222)
#F8CEE3
(248,206,227)
#F8D7E8
(248,215,232)
#F8E0ED
(248,224,237)
#F8E9F2
(248,233,242)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F898C5 color. Also use rgb(248,152,197) instead hex code.

Text Font Color

.myTextColor { color: #F898C5; }

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

This text font color is #F898C5.

Background Color

.myBgColor { background-color: #F898C5; }

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

This div background color is #F898C5.

Border color

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

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

This div border color is #F898C5.

Opacity

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

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

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

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

This text has shadow with #F898C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F898C5.

Preview

Color preview on black background

This text has color #F898C5 on black background.


Color preview on white background

This text has color #F898C5 on white background.


Black color preview on #F898C5 background

This text has black color on #F898C5 background.


White color preview on #F898C5 background

This text has white color on #F898C5 background.


Related colors

Complementary color

Complementary color for #hex is #07673A.


I love getcolorcode.com

Triadic colors

1 #C5F898 and #98C5F8 with #F898C5 are triadic colors.

2 #C598F8 and #98F8C5 with #F898C5 are triadic colors.