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