HEX: #FDE0EE
RGB: (253,224,238)
#FDE0EE contains red, green and blue colors in about the same proportion. Web safe color of #FDE0EE is #FFCCFF (or #FCF).
#FDE0EE color RGB value is (253,224,238).
RGB: (253,224,238)
(99%, 88%, 93%)
R 253 of 255 = 99%
G 224 of 255 = 88%
B 238 of 255 = 93%
R + G + B ~ 93%. #FDE0EE is light color.
R + G + B = 253 + 224 + 238 = 715 (100%)
R 253 of 715 ~ 35.38%
G 224 of 715 ~ 31.33%
B 238 of 715 ~ 33.29'%
#FDE0EE color CMYK value is (0,11,6,1).
CMYK: (0,11,6,1)
C0M11Y6K1 (0%, 11%, 6%, 1%)
(0.00 / 0.11 / 0.06 / 0.01)
Color #FDE0EE in popluar color models
FD | E0 | EE | |
---|---|---|---|
RGB | 253 | 224 | 238 |
HSL | 331° | 87.88% | 93.53% |
HSB/HSV | 331° | 11.46% | 99.22% |
CMYK | 0.00% | 11.46% | 5.93% |
0.78% |
Color #FDE0EE in popluar number systems.
HEX | FD | E0 | EE |
Decimal | 253 | 224 | 238 |
Binary | 11111101 | 11100000 | 11101110 |
Octal | 375 | 340 | 356 |
Shades of #FDE0EE
Tints of #FDE0EE
Examples of css and html codes for elements with #FDE0EE color. Also use rgb(253,224,238) instead hex code.
.myTextColor { color: #FDE0EE; }
<p style="color:#FDE0EE">This sample text font color is #FDE0EE.</p>
This text font color is #FDE0EE.
.myBgColor { background-color: #FDE0EE; }
<div style="background-color:#FDE0EE">Inner text</div>
This div background color is #FDE0EE.
.myBorderColor { border: 1px solid #FDE0EE; }
<div style="border:3px solid #FDE0EE">Div</div>
This div border color is #FDE0EE.
.myOpacity80 { color: #FDE0EE; opacity: 0.8; }
<p style="color:#FDE0EE;opacity:0.8;">80%</p>
Text with #FDE0EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDE0EE;}
<p style="text-shadow: 3px 3px 1px #FDE0EE">Text here.</p>
This text has shadow with #FDE0EE color.
.textShadow {text-shadow: 3px 3px 1px #FDE0EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDE0EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDE0EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE0EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDE0EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDE0EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDE0EE;
-webkit-box-shadow: 1px 1px 3px 2px #FDE0EE;
box-shadow: 1px 1px 3px 2px #FDE0EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE0EE; -webkit-box-shadow: 1px 1px 3px 2px #FDE0EE; box-shadow:1px 1px 3px 2px #FDE0EE;">
Div content here
</div>
This text has color #FDE0EE on black background.
This text has color #FDE0EE on white background.
This text has black color on #FDE0EE background.
This text has white color on #FDE0EE background.
Complementary color for #hex is #021F11.