HEX: #FCFADB
RGB: (252,250,219)
#FCFADB contains red, green and blue colors in about the same proportion. Web safe color of #FCFADB is #FFFFCC (or #FFC).
#FCFADB color RGB value is (252,250,219).
RGB: (252,250,219)
(99%, 98%, 86%)
R 252 of 255 = 99%
G 250 of 255 = 98%
B 219 of 255 = 86%
R + G + B ~ 94%. #FCFADB is light color.
R + G + B = 252 + 250 + 219 = 721 (100%)
R 252 of 721 ~ 34.95%
G 250 of 721 ~ 34.67%
B 219 of 721 ~ 30.37'%
#FCFADB color CMYK value is (0,1,13,1).
CMYK: (0,1,13,1)
C0M1Y13K1 (0%, 1%, 13%, 1%)
(0.00 / 0.01 / 0.13 / 0.01)
Color #FCFADB in popluar color models
FC | FA | DB | |
---|---|---|---|
RGB | 252 | 250 | 219 |
HSL | 56° | 84.62% | 92.35% |
HSB/HSV | 56° | 13.10% | 98.82% |
CMYK | 0.00% | 0.79% | 13.10% |
1.18% |
Color #FCFADB in popluar number systems.
HEX | FC | FA | DB |
Decimal | 252 | 250 | 219 |
Binary | 11111100 | 11111010 | 11011011 |
Octal | 374 | 372 | 333 |
Shades of #FCFADB
Tints of #FCFADB
Examples of css and html codes for elements with #FCFADB color. Also use rgb(252,250,219) instead hex code.
.myTextColor { color: #FCFADB; }
<p style="color:#FCFADB">This sample text font color is #FCFADB.</p>
This text font color is #FCFADB.
.myBgColor { background-color: #FCFADB; }
<div style="background-color:#FCFADB">Inner text</div>
This div background color is #FCFADB.
.myBorderColor { border: 1px solid #FCFADB; }
<div style="border:3px solid #FCFADB">Div</div>
This div border color is #FCFADB.
.myOpacity80 { color: #FCFADB; opacity: 0.8; }
<p style="color:#FCFADB;opacity:0.8;">80%</p>
Text with #FCFADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCFADB;}
<p style="text-shadow: 3px 3px 1px #FCFADB">Text here.</p>
This text has shadow with #FCFADB color.
.textShadow {text-shadow: 3px 3px 1px #FCFADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCFADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCFADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCFADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCFADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCFADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCFADB;
-webkit-box-shadow: 1px 1px 3px 2px #FCFADB;
box-shadow: 1px 1px 3px 2px #FCFADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCFADB; -webkit-box-shadow: 1px 1px 3px 2px #FCFADB; box-shadow:1px 1px 3px 2px #FCFADB;">
Div content here
</div>
This text has color #FCFADB on black background.
This text has color #FCFADB on white background.
This text has black color on #FCFADB background.
This text has white color on #FCFADB background.
Complementary color for #hex is #030524.