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