HEX: #FDF4AD
RGB: (253,244,173)
#FDF4AD contains mainly red and green colors. Web safe color of #FDF4AD is #FFFF99 (or #FF9).
#FDF4AD color RGB value is (253,244,173).
RGB: (253,244,173)
(99%, 96%, 68%)
R 253 of 255 = 99%
G 244 of 255 = 96%
B 173 of 255 = 68%
R + G + B ~ 88%. #FDF4AD is light color.
R + G + B = 253 + 244 + 173 = 670 (100%)
R 253 of 670 ~ 37.76%
G 244 of 670 ~ 36.42%
B 173 of 670 ~ 25.82'%
#FDF4AD color CMYK value is (0,4,32,1).
CMYK: (0,4,32,1)
C0M4Y32K1 (0%, 4%, 32%, 1%)
(0.00 / 0.04 / 0.32 / 0.01)
Color #FDF4AD in popluar color models
FD | F4 | AD | |
---|---|---|---|
RGB | 253 | 244 | 173 |
HSL | 53° | 95.24% | 83.53% |
HSB/HSV | 53° | 31.62% | 99.22% |
CMYK | 0.00% | 3.56% | 31.62% |
0.78% |
Color #FDF4AD in popluar number systems.
HEX | FD | F4 | AD |
Decimal | 253 | 244 | 173 |
Binary | 11111101 | 11110100 | 10101101 |
Octal | 375 | 364 | 255 |
Shades of #FDF4AD
Tints of #FDF4AD
Examples of css and html codes for elements with #FDF4AD color. Also use rgb(253,244,173) instead hex code.
.myTextColor { color: #FDF4AD; }
<p style="color:#FDF4AD">This sample text font color is #FDF4AD.</p>
This text font color is #FDF4AD.
.myBgColor { background-color: #FDF4AD; }
<div style="background-color:#FDF4AD">Inner text</div>
This div background color is #FDF4AD.
.myBorderColor { border: 1px solid #FDF4AD; }
<div style="border:3px solid #FDF4AD">Div</div>
This div border color is #FDF4AD.
.myOpacity80 { color: #FDF4AD; opacity: 0.8; }
<p style="color:#FDF4AD;opacity:0.8;">80%</p>
Text with #FDF4AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDF4AD;}
<p style="text-shadow: 3px 3px 1px #FDF4AD">Text here.</p>
This text has shadow with #FDF4AD color.
.textShadow {text-shadow: 3px 3px 1px #FDF4AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDF4AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDF4AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDF4AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDF4AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDF4AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDF4AD;
-webkit-box-shadow: 1px 1px 3px 2px #FDF4AD;
box-shadow: 1px 1px 3px 2px #FDF4AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDF4AD; -webkit-box-shadow: 1px 1px 3px 2px #FDF4AD; box-shadow:1px 1px 3px 2px #FDF4AD;">
Div content here
</div>
This text has color #FDF4AD on black background.
This text has color #FDF4AD on white background.
This text has black color on #FDF4AD background.
This text has white color on #FDF4AD background.
Complementary color for #hex is #020B52.