HEX: #F88CAD
RGB: (248,140,173)
#F88CAD contains mainly red color. Web safe color of #F88CAD is #FF9999 (or #F99).
#F88CAD color RGB value is (248,140,173).
RGB: (248,140,173)
(97%, 55%, 68%)
R 248 of 255 = 97%
G 140 of 255 = 55%
B 173 of 255 = 68%
R + G + B ~ 73%. #F88CAD is quite light color.
R + G + B = 248 + 140 + 173 = 561 (100%)
R 248 of 561 ~ 44.21%
G 140 of 561 ~ 24.96%
B 173 of 561 ~ 30.84'%
#F88CAD color CMYK value is (0,44,30,3).
CMYK: (0,44,30,3) C0M44Y30K3 (0%,44%,30%,3%) (0.00/0.44/0.30/0.03)
Color #F88CAD in popluar color models
F8 | 8C | AD | |
---|---|---|---|
RGB | 248 | 140 | 173 |
HSL | 342° | 88.52% | 76.08% |
HSB/HSV | 342° | 43.55% | 97.25% |
CMYK | 0.00% | 43.55% | 30.24% |
2.75% |
Color #F88CAD in popluar number systems.
HEX | F8 | 8C | AD |
Decimal | 248 | 140 | 173 |
Binary | 11111000 | 10001100 | 10101101 |
Octal | 370 | 214 | 255 |
Shades of #F88CAD
Tints of #F88CAD
Examples of css and html codes for elements with #F88CAD color. Also use rgb(248,140,173) instead hex code.
.myTextColor { color: #F88CAD; }
<p style="color:#F88CAD">This sample text font color is #F88CAD.</p>
This text font color is #F88CAD.
.myBgColor { background-color: #F88CAD; }
<div style="background-color:#F88CAD">Inner text</div>
This div background color is #F88CAD.
.myBorderColor { border: 1px solid #F88CAD; }
<div style="border:3px solid #F88CAD">Div</div>
This div border color is #F88CAD.
.myOpacity80 { color: #F88CAD; opacity: 0.8; }
<p style="color:#F88CAD;opacity:0.8;">80%</p>
Text with #F88CAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F88CAD;}
<p style="text-shadow: 3px 3px 1px #F88CAD">Text here.</p>
This text has shadow with #F88CAD color.
.textShadow {text-shadow: 3px 3px 1px #F88CAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F88CAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F88CAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F88CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F88CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F88CAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F88CAD;
-webkit-box-shadow: 1px 1px 3px 2px #F88CAD;
box-shadow: 1px 1px 3px 2px #F88CAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F88CAD; -webkit-box-shadow: 1px 1px 3px 2px #F88CAD; box-shadow:1px 1px 3px 2px #F88CAD;">
Div content here
</div>
This text has color #F88CAD on black background.
This text has color #F88CAD on white background.
This text has black color on #F88CAD background.
This text has white color on #F88CAD background.
Complementary color for #hex is #077352.