HEX: #FDE6AD
RGB: (253,230,173)
#FDE6AD contains mainly red and green colors. Web safe color of #FDE6AD is #FFCC99 (or #FC9).
#FDE6AD color RGB value is (253,230,173).
RGB: (253,230,173)
(99%, 90%, 68%)
R 253 of 255 = 99%
G 230 of 255 = 90%
B 173 of 255 = 68%
R + G + B ~ 86%. #FDE6AD is light color.
R + G + B = 253 + 230 + 173 = 656 (100%)
R 253 of 656 ~ 38.57%
G 230 of 656 ~ 35.06%
B 173 of 656 ~ 26.37'%
#FDE6AD color CMYK value is (0,9,32,1).
CMYK: (0,9,32,1)
C0M9Y32K1 (0%, 9%, 32%, 1%)
(0.00 / 0.09 / 0.32 / 0.01)
Color #FDE6AD in popluar color models
FD | E6 | AD | |
---|---|---|---|
RGB | 253 | 230 | 173 |
HSL | 43° | 95.24% | 83.53% |
HSB/HSV | 43° | 31.62% | 99.22% |
CMYK | 0.00% | 9.09% | 31.62% |
0.78% |
Color #FDE6AD in popluar number systems.
HEX | FD | E6 | AD |
Decimal | 253 | 230 | 173 |
Binary | 11111101 | 11100110 | 10101101 |
Octal | 375 | 346 | 255 |
Shades of #FDE6AD
Tints of #FDE6AD
Examples of css and html codes for elements with #FDE6AD color. Also use rgb(253,230,173) instead hex code.
.myTextColor { color: #FDE6AD; }
<p style="color:#FDE6AD">This sample text font color is #FDE6AD.</p>
This text font color is #FDE6AD.
.myBgColor { background-color: #FDE6AD; }
<div style="background-color:#FDE6AD">Inner text</div>
This div background color is #FDE6AD.
.myBorderColor { border: 1px solid #FDE6AD; }
<div style="border:3px solid #FDE6AD">Div</div>
This div border color is #FDE6AD.
.myOpacity80 { color: #FDE6AD; opacity: 0.8; }
<p style="color:#FDE6AD;opacity:0.8;">80%</p>
Text with #FDE6AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDE6AD;}
<p style="text-shadow: 3px 3px 1px #FDE6AD">Text here.</p>
This text has shadow with #FDE6AD color.
.textShadow {text-shadow: 3px 3px 1px #FDE6AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDE6AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDE6AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE6AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDE6AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDE6AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDE6AD;
-webkit-box-shadow: 1px 1px 3px 2px #FDE6AD;
box-shadow: 1px 1px 3px 2px #FDE6AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE6AD; -webkit-box-shadow: 1px 1px 3px 2px #FDE6AD; box-shadow:1px 1px 3px 2px #FDE6AD;">
Div content here
</div>
This text has color #FDE6AD on black background.
This text has color #FDE6AD on white background.
This text has black color on #FDE6AD background.
This text has white color on #FDE6AD background.
Complementary color for #hex is #021952.