HEX: #FDF6BC
RGB: (253,246,188)
#FDF6BC contains mainly red and green colors. Web safe color of #FDF6BC is #FFFFCC (or #FFC).
#FDF6BC color RGB value is (253,246,188).
RGB: (253,246,188)
(99%, 96%, 74%)
R 253 of 255 = 99%
G 246 of 255 = 96%
B 188 of 255 = 74%
R + G + B ~ 90%. #FDF6BC is light color.
R + G + B = 253 + 246 + 188 = 687 (100%)
R 253 of 687 ~ 36.83%
G 246 of 687 ~ 35.81%
B 188 of 687 ~ 27.37'%
#FDF6BC color CMYK value is (0,3,26,1).
CMYK: (0,3,26,1) C0M3Y26K1 (0%,3%,26%,1%) (0.00/0.03/0.26/0.01)
Color #FDF6BC in popluar color models
FD | F6 | BC | |
---|---|---|---|
RGB | 253 | 246 | 188 |
HSL | 54° | 94.20% | 86.47% |
HSB/HSV | 54° | 25.69% | 99.22% |
CMYK | 0.00% | 2.77% | 25.69% |
0.78% |
Color #FDF6BC in popluar number systems.
HEX | FD | F6 | BC |
Decimal | 253 | 246 | 188 |
Binary | 11111101 | 11110110 | 10111100 |
Octal | 375 | 366 | 274 |
Shades of #FDF6BC
Tints of #FDF6BC
Examples of css and html codes for elements with #FDF6BC color. Also use rgb(253,246,188) instead hex code.
.myTextColor { color: #FDF6BC; }
<p style="color:#FDF6BC">This sample text font color is #FDF6BC.</p>
This text font color is #FDF6BC.
.myBgColor { background-color: #FDF6BC; }
<div style="background-color:#FDF6BC">Inner text</div>
This div background color is #FDF6BC.
.myBorderColor { border: 1px solid #FDF6BC; }
<div style="border:3px solid #FDF6BC">Div</div>
This div border color is #FDF6BC.
.myOpacity80 { color: #FDF6BC; opacity: 0.8; }
<p style="color:#FDF6BC;opacity:0.8;">80%</p>
Text with #FDF6BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDF6BC;}
<p style="text-shadow: 3px 3px 1px #FDF6BC">Text here.</p>
This text has shadow with #FDF6BC color.
.textShadow {text-shadow: 3px 3px 1px #FDF6BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDF6BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDF6BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDF6BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDF6BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDF6BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDF6BC;
-webkit-box-shadow: 1px 1px 3px 2px #FDF6BC;
box-shadow: 1px 1px 3px 2px #FDF6BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDF6BC; -webkit-box-shadow: 1px 1px 3px 2px #FDF6BC; box-shadow:1px 1px 3px 2px #FDF6BC;">
Div content here
</div>
This text has color #FDF6BC on black background.
This text has color #FDF6BC on white background.
This text has black color on #FDF6BC background.
This text has white color on #FDF6BC background.
Complementary color for #hex is #020943.