HEX: #F5988C
RGB: (245,152,140)
#F5988C contains mainly red color. Web safe color of #F5988C is #FF9999 (or #F99).
#F5988C color RGB value is (245,152,140).
RGB: (245,152,140)
(96%, 60%, 55%)
R 245 of 255 = 96%
G 152 of 255 = 60%
B 140 of 255 = 55%
R + G + B ~ 70%. #F5988C is quite light color.
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'%
#F5988C color CMYK value is (0,38,43,4).
CMYK: (0,38,43,4)
C0M38Y43K4 (0%, 38%, 43%, 4%)
(0.00 / 0.38 / 0.43 / 0.04)
Color #F5988C in popluar color models
F5 | 98 | 8C | |
---|---|---|---|
RGB | 245 | 152 | 140 |
HSL | 7° | 84.00% | 75.49% |
HSB/HSV | 7° | 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 of #F5988C
Tints of #F5988C
Examples of css and html codes for elements with #F5988C color. Also use rgb(245,152,140) instead hex code.
.myTextColor { color: #F5988C; }
<p style="color:#F5988C">This sample text font color is #F5988C.</p>
This text font color is #F5988C.
.myBgColor { background-color: #F5988C; }
<div style="background-color:#F5988C">Inner text</div>
This div background color is #F5988C.
.myBorderColor { border: 1px solid #F5988C; }
<div style="border:3px solid #F5988C">Div</div>
This div border color is #F5988C.
.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%.
.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.
/* 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 text has color #F5988C on black background.
This text has color #F5988C on white background.
This text has black color on #F5988C background.
This text has white color on #F5988C background.
Complementary color for #hex is #0A6773.