HEX: #FCEBDA
RGB: (252,235,218)
#FCEBDA contains red, green and blue colors in about the same proportion. Web safe color of #FCEBDA is #FFFFCC (or #FFC).
#FCEBDA color RGB value is (252,235,218).
RGB: (252,235,218)
(99%, 92%, 85%)
R 252 of 255 = 99%
G 235 of 255 = 92%
B 218 of 255 = 85%
R + G + B ~ 92%. #FCEBDA is light color.
R + G + B = 252 + 235 + 218 = 705 (100%)
R 252 of 705 ~ 35.74%
G 235 of 705 ~ 33.33%
B 218 of 705 ~ 30.92'%
#FCEBDA color CMYK value is (0,7,13,1).
CMYK: (0,7,13,1) C0M7Y13K1 (0%,7%,13%,1%) (0.00/0.07/0.13/0.01)
Color #FCEBDA in popluar color models
FC | EB | DA | |
---|---|---|---|
RGB | 252 | 235 | 218 |
HSL | 30° | 85.00% | 92.16% |
HSB/HSV | 30° | 13.49% | 98.82% |
CMYK | 0.00% | 6.75% | 13.49% |
1.18% |
Color #FCEBDA in popluar number systems.
HEX | FC | EB | DA |
Decimal | 252 | 235 | 218 |
Binary | 11111100 | 11101011 | 11011010 |
Octal | 374 | 353 | 332 |
Shades of #FCEBDA
Tints of #FCEBDA
Examples of css and html codes for elements with #FCEBDA color. Also use rgb(252,235,218) instead hex code.
.myTextColor { color: #FCEBDA; }
<p style="color:#FCEBDA">This sample text font color is #FCEBDA.</p>
This text font color is #FCEBDA.
.myBgColor { background-color: #FCEBDA; }
<div style="background-color:#FCEBDA">Inner text</div>
This div background color is #FCEBDA.
.myBorderColor { border: 1px solid #FCEBDA; }
<div style="border:3px solid #FCEBDA">Div</div>
This div border color is #FCEBDA.
.myOpacity80 { color: #FCEBDA; opacity: 0.8; }
<p style="color:#FCEBDA;opacity:0.8;">80%</p>
Text with #FCEBDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCEBDA;}
<p style="text-shadow: 3px 3px 1px #FCEBDA">Text here.</p>
This text has shadow with #FCEBDA color.
.textShadow {text-shadow: 3px 3px 1px #FCEBDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCEBDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCEBDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCEBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCEBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCEBDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCEBDA;
-webkit-box-shadow: 1px 1px 3px 2px #FCEBDA;
box-shadow: 1px 1px 3px 2px #FCEBDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCEBDA; -webkit-box-shadow: 1px 1px 3px 2px #FCEBDA; box-shadow:1px 1px 3px 2px #FCEBDA;">
Div content here
</div>
This text has color #FCEBDA on black background.
This text has color #FCEBDA on white background.
This text has black color on #FCEBDA background.
This text has white color on #FCEBDA background.
Complementary color for #hex is #031425.