HEX: #FFEDFF
RGB: (255,237,255)
#FFEDFF contains red, green and blue colors in about the same proportion. Web safe color of #FFEDFF is #FFFFFF (or #FFF).
#FFEDFF color RGB value is (255,237,255).
RGB: (255,237,255)
(100%, 93%, 100%)
R 255 of 255 = 100%
G 237 of 255 = 93%
B 255 of 255 = 100%
R + G + B ~ 98%. #FFEDFF is light color.
R + G + B = 255 + 237 + 255 = 747 (100%)
R 255 of 747 ~ 34.14%
G 237 of 747 ~ 31.73%
B 255 of 747 ~ 34.14'%
#FFEDFF color CMYK value is (0,7,0,0).
CMYK: (0,7,0,0)
C0M7Y0K0 (0%, 7%, 0%, 0%)
(0.00 / 0.07 / 0.00 / 0.00)
Color #FFEDFF in popluar color models
FF | ED | FF | |
---|---|---|---|
RGB | 255 | 237 | 255 |
HSL | 300° | 100.00% | 96.47% |
HSB/HSV | 300° | 7.06% | 100.00% |
CMYK | 0.00% | 7.06% | 0.00% |
0.00% |
Color #FFEDFF in popluar number systems.
HEX | FF | ED | FF |
Decimal | 255 | 237 | 255 |
Binary | 11111111 | 11101101 | 11111111 |
Octal | 377 | 355 | 377 |
Shades of #FFEDFF
Tints of #FFEDFF
Examples of css and html codes for elements with #FFEDFF color. Also use rgb(255,237,255) instead hex code.
.myTextColor { color: #FFEDFF; }
<p style="color:#FFEDFF">This sample text font color is #FFEDFF.</p>
This text font color is #FFEDFF.
.myBgColor { background-color: #FFEDFF; }
<div style="background-color:#FFEDFF">Inner text</div>
This div background color is #FFEDFF.
.myBorderColor { border: 1px solid #FFEDFF; }
<div style="border:3px solid #FFEDFF">Div</div>
This div border color is #FFEDFF.
.myOpacity80 { color: #FFEDFF; opacity: 0.8; }
<p style="color:#FFEDFF;opacity:0.8;">80%</p>
Text with #FFEDFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFEDFF;}
<p style="text-shadow: 3px 3px 1px #FFEDFF">Text here.</p>
This text has shadow with #FFEDFF color.
.textShadow {text-shadow: 3px 3px 1px #FFEDFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFEDFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFEDFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFEDFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFEDFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFEDFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFEDFF;
-webkit-box-shadow: 1px 1px 3px 2px #FFEDFF;
box-shadow: 1px 1px 3px 2px #FFEDFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFEDFF; -webkit-box-shadow: 1px 1px 3px 2px #FFEDFF; box-shadow:1px 1px 3px 2px #FFEDFF;">
Div content here
</div>
This text has color #FFEDFF on black background.
This text has color #FFEDFF on white background.
This text has black color on #FFEDFF background.
This text has white color on #FFEDFF background.
Complementary color for #hex is #001200.