HEX: #FF7EDB
RGB: (255,126,219)
#FF7EDB contains mainly red and blue colors. Web safe color of #FF7EDB is #FF66CC (or #F6C).
#FF7EDB color RGB value is (255,126,219).
RGB: (255,126,219)
(100%, 49%, 86%)
R 255 of 255 = 100%
G 126 of 255 = 49%
B 219 of 255 = 86%
R + G + B ~ 78%. #FF7EDB is quite light color.
R + G + B = 255 + 126 + 219 = 600 (100%)
R 255 of 600 ~ 42.5%
G 126 of 600 ~ 21%
B 219 of 600 ~ 36.5'%
#FF7EDB color CMYK value is (0,51,14,0).
CMYK: (0,51,14,0)
C0M51Y14K0 (0%, 51%, 14%, 0%)
(0.00 / 0.51 / 0.14 / 0.00)
Color #FF7EDB in popluar color models
FF | 7E | DB | |
---|---|---|---|
RGB | 255 | 126 | 219 |
HSL | 317° | 100.00% | 74.71% |
HSB/HSV | 317° | 50.59% | 100.00% |
CMYK | 0.00% | 50.59% | 14.12% |
0.00% |
Color #FF7EDB in popluar number systems.
HEX | FF | 7E | DB |
Decimal | 255 | 126 | 219 |
Binary | 11111111 | 1111110 | 11011011 |
Octal | 377 | 176 | 333 |
Shades of #FF7EDB
Tints of #FF7EDB
Examples of css and html codes for elements with #FF7EDB color. Also use rgb(255,126,219) instead hex code.
.myTextColor { color: #FF7EDB; }
<p style="color:#FF7EDB">This sample text font color is #FF7EDB.</p>
This text font color is #FF7EDB.
.myBgColor { background-color: #FF7EDB; }
<div style="background-color:#FF7EDB">Inner text</div>
This div background color is #FF7EDB.
.myBorderColor { border: 1px solid #FF7EDB; }
<div style="border:3px solid #FF7EDB">Div</div>
This div border color is #FF7EDB.
.myOpacity80 { color: #FF7EDB; opacity: 0.8; }
<p style="color:#FF7EDB;opacity:0.8;">80%</p>
Text with #FF7EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF7EDB;}
<p style="text-shadow: 3px 3px 1px #FF7EDB">Text here.</p>
This text has shadow with #FF7EDB color.
.textShadow {text-shadow: 3px 3px 1px #FF7EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF7EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF7EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF7EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF7EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF7EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF7EDB;
-webkit-box-shadow: 1px 1px 3px 2px #FF7EDB;
box-shadow: 1px 1px 3px 2px #FF7EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF7EDB; -webkit-box-shadow: 1px 1px 3px 2px #FF7EDB; box-shadow:1px 1px 3px 2px #FF7EDB;">
Div content here
</div>
This text has color #FF7EDB on black background.
This text has color #FF7EDB on white background.
This text has black color on #FF7EDB background.
This text has white color on #FF7EDB background.
Complementary color for #hex is #008124.