HEX: #FF88D8
RGB: (255,136,216)
#FF88D8 contains mainly red and blue colors. Web safe color of #FF88D8 is #FF99CC (or #F9C).
#FF88D8 color RGB value is (255,136,216).
RGB: (255,136,216)
(100%, 53%, 85%)
R 255 of 255 = 100%
G 136 of 255 = 53%
B 216 of 255 = 85%
R + G + B ~ 79%. #FF88D8 is quite light color.
R + G + B = 255 + 136 + 216 = 607 (100%)
R 255 of 607 ~ 42.01%
G 136 of 607 ~ 22.41%
B 216 of 607 ~ 35.58'%
#FF88D8 color CMYK value is (0,47,15,0).
CMYK: (0,47,15,0)
C0M47Y15K0 (0%, 47%, 15%, 0%)
(0.00 / 0.47 / 0.15 / 0.00)
Color #FF88D8 in popluar color models
FF | 88 | D8 | |
---|---|---|---|
RGB | 255 | 136 | 216 |
HSL | 320° | 100.00% | 76.67% |
HSB/HSV | 320° | 46.67% | 100.00% |
CMYK | 0.00% | 46.67% | 15.29% |
0.00% |
Color #FF88D8 in popluar number systems.
HEX | FF | 88 | D8 |
Decimal | 255 | 136 | 216 |
Binary | 11111111 | 10001000 | 11011000 |
Octal | 377 | 210 | 330 |
Shades of #FF88D8
Tints of #FF88D8
Examples of css and html codes for elements with #FF88D8 color. Also use rgb(255,136,216) instead hex code.
.myTextColor { color: #FF88D8; }
<p style="color:#FF88D8">This sample text font color is #FF88D8.</p>
This text font color is #FF88D8.
.myBgColor { background-color: #FF88D8; }
<div style="background-color:#FF88D8">Inner text</div>
This div background color is #FF88D8.
.myBorderColor { border: 1px solid #FF88D8; }
<div style="border:3px solid #FF88D8">Div</div>
This div border color is #FF88D8.
.myOpacity80 { color: #FF88D8; opacity: 0.8; }
<p style="color:#FF88D8;opacity:0.8;">80%</p>
Text with #FF88D8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF88D8;}
<p style="text-shadow: 3px 3px 1px #FF88D8">Text here.</p>
This text has shadow with #FF88D8 color.
.textShadow {text-shadow: 3px 3px 1px #FF88D8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF88D8, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF88D8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF88D8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF88D8, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF88D8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF88D8;
-webkit-box-shadow: 1px 1px 3px 2px #FF88D8;
box-shadow: 1px 1px 3px 2px #FF88D8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF88D8; -webkit-box-shadow: 1px 1px 3px 2px #FF88D8; box-shadow:1px 1px 3px 2px #FF88D8;">
Div content here
</div>
This text has color #FF88D8 on black background.
This text has color #FF88D8 on white background.
This text has black color on #FF88D8 background.
This text has white color on #FF88D8 background.
Complementary color for #hex is #007727.