HEX: #FDE4CC
RGB: (253,228,204)
#FDE4CC contains red, green and blue colors in about the same proportion. Web safe color of #FDE4CC is #FFCCCC (or #FCC).
#FDE4CC color RGB value is (253,228,204).
RGB: (253,228,204)
(99%, 89%, 80%)
R 253 of 255 = 99%
G 228 of 255 = 89%
B 204 of 255 = 80%
R + G + B ~ 89%. #FDE4CC is light color.
R + G + B = 253 + 228 + 204 = 685 (100%)
R 253 of 685 ~ 36.93%
G 228 of 685 ~ 33.28%
B 204 of 685 ~ 29.78'%
#FDE4CC color CMYK value is (0,10,19,1).
CMYK: (0,10,19,1)
C0M10Y19K1 (0%, 10%, 19%, 1%)
(0.00 / 0.10 / 0.19 / 0.01)
Color #FDE4CC in popluar color models
FD | E4 | CC | |
---|---|---|---|
RGB | 253 | 228 | 204 |
HSL | 29° | 92.45% | 89.61% |
HSB/HSV | 29° | 19.37% | 99.22% |
CMYK | 0.00% | 9.88% | 19.37% |
0.78% |
Color #FDE4CC in popluar number systems.
HEX | FD | E4 | CC |
Decimal | 253 | 228 | 204 |
Binary | 11111101 | 11100100 | 11001100 |
Octal | 375 | 344 | 314 |
Shades of #FDE4CC
Tints of #FDE4CC
Examples of css and html codes for elements with #FDE4CC color. Also use rgb(253,228,204) instead hex code.
.myTextColor { color: #FDE4CC; }
<p style="color:#FDE4CC">This sample text font color is #FDE4CC.</p>
This text font color is #FDE4CC.
.myBgColor { background-color: #FDE4CC; }
<div style="background-color:#FDE4CC">Inner text</div>
This div background color is #FDE4CC.
.myBorderColor { border: 1px solid #FDE4CC; }
<div style="border:3px solid #FDE4CC">Div</div>
This div border color is #FDE4CC.
.myOpacity80 { color: #FDE4CC; opacity: 0.8; }
<p style="color:#FDE4CC;opacity:0.8;">80%</p>
Text with #FDE4CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDE4CC;}
<p style="text-shadow: 3px 3px 1px #FDE4CC">Text here.</p>
This text has shadow with #FDE4CC color.
.textShadow {text-shadow: 3px 3px 1px #FDE4CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDE4CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDE4CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE4CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDE4CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDE4CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDE4CC;
-webkit-box-shadow: 1px 1px 3px 2px #FDE4CC;
box-shadow: 1px 1px 3px 2px #FDE4CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE4CC; -webkit-box-shadow: 1px 1px 3px 2px #FDE4CC; box-shadow:1px 1px 3px 2px #FDE4CC;">
Div content here
</div>
This text has color #FDE4CC on black background.
This text has color #FDE4CC on white background.
This text has black color on #FDE4CC background.
This text has white color on #FDE4CC background.
Complementary color for #hex is #021B33.