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