COLOR #F5988C

HEX: #F5988C RGB: (245,152,140)

Color info

#F5988C contains mainly red color. Web safe color of #F5988C is #FF9999 (or #F99).

RGB color model

#F5988C color RGB value is (245,152,140).

RGB: (245,152,140) (96%, 60%, 55%)

RGB channels and saturation

R 245 of 255 = 96%
G 152 of 255 = 60%
B 140 of 255 = 55%

245
152
140

R + G + B ~ 70%. #F5988C is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 152 + 140 = 537 (100%)
R 245 of 537 ~ 45.62%
G 152 of 537 ~ 28.31%
B 140 of 537 ~ 26.07'%

%45.62
%28.31
%26.07

CMYK color model

#F5988C color CMYK value is (0,38,43,4).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 42.86%
  • key color value is 3.92%

CMYK: (0,38,43,4)
C0M38Y43K4 (0%, 38%, 43%, 4%)
(0.00 / 0.38 / 0.43 / 0.04)

CMYK percentages

%0
%37.96
%42.86
%3.92

Codes

Color #F5988C in popluar color models

F5 98 8C
RGB 245 152 140
HSL 84.00% 75.49%
HSB/HSV 42.86% 96.08%
CMYK 0.00% 37.96% 42.86%
3.92%

Color #F5988C in popluar number systems.

HEX F5 98 8C
Decimal 245 152 140
Binary 11110101 10011000 10001100
Octal 365 230 214

Shades and tints

Shades of #F5988C

#F5988C
(245,152,140)
#DF8B80
(223,139,128)
#C97E74
(201,126,116)
#B37168
(179,113,104)
#9D645C
(157,100,92)
#875750
(135,87,80)
#714A44
(113,74,68)
#5B3D38
(91,61,56)
#45302C
(69,48,44)
#2F2320
(47,35,32)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #F5988C

#F5988C
(245,152,140)
#F5A196
(245,161,150)
#F5AAA0
(245,170,160)
#F5B3AA
(245,179,170)
#F5BCB4
(245,188,180)
#F5C5BE
(245,197,190)
#F5CEC8
(245,206,200)
#F5D7D2
(245,215,210)
#F5E0DC
(245,224,220)
#F5E9E6
(245,233,230)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5988C color. Also use rgb(245,152,140) instead hex code.

Text Font Color

.myTextColor { color: #F5988C; }

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

This text font color is #F5988C.

Background Color

.myBgColor { background-color: #F5988C; }

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

This div background color is #F5988C.

Border color

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

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

This div border color is #F5988C.

Opacity

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

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

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

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

This text has shadow with #F5988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5988C.

Preview

Color preview on black background

This text has color #F5988C on black background.


Color preview on white background

This text has color #F5988C on white background.


Black color preview on #F5988C background

This text has black color on #F5988C background.


White color preview on #F5988C background

This text has white color on #F5988C background.


Related colors

Complementary color

Complementary color for #hex is #0A6773.


I love getcolorcode.com

Triadic colors

1 #8CF598 and #988CF5 with #F5988C are triadic colors.

2 #8C98F5 and #98F58C with #F5988C are triadic colors.