HEX: #FCFBEE
RGB: (252,251,238)
#FCFBEE contains red, green and blue colors in about the same proportion. Web safe color of #FCFBEE is #FFFFFF (or #FFF).
#FCFBEE color RGB value is (252,251,238).
RGB: (252,251,238)
(99%, 98%, 93%)
R 252 of 255 = 99%
G 251 of 255 = 98%
B 238 of 255 = 93%
R + G + B ~ 97%. #FCFBEE is light color.
R + G + B = 252 + 251 + 238 = 741 (100%)
R 252 of 741 ~ 34.01%
G 251 of 741 ~ 33.87%
B 238 of 741 ~ 32.12'%
#FCFBEE color CMYK value is (0,0,6,1).
CMYK: (0,0,6,1) C0M0Y6K1 (0%,0%,6%,1%) (0.00/0.00/0.06/0.01)
Color #FCFBEE in popluar color models
FC | FB | EE | |
---|---|---|---|
RGB | 252 | 251 | 238 |
HSL | 56° | 70.00% | 96.08% |
HSB/HSV | 56° | 5.56% | 98.82% |
CMYK | 0.00% | 0.40% | 5.56% |
1.18% |
Color #FCFBEE in popluar number systems.
HEX | FC | FB | EE |
Decimal | 252 | 251 | 238 |
Binary | 11111100 | 11111011 | 11101110 |
Octal | 374 | 373 | 356 |
Shades of #FCFBEE
Tints of #FCFBEE
Examples of css and html codes for elements with #FCFBEE color. Also use rgb(252,251,238) instead hex code.
.myTextColor { color: #FCFBEE; }
<p style="color:#FCFBEE">This sample text font color is #FCFBEE.</p>
This text font color is #FCFBEE.
.myBgColor { background-color: #FCFBEE; }
<div style="background-color:#FCFBEE">Inner text</div>
This div background color is #FCFBEE.
.myBorderColor { border: 1px solid #FCFBEE; }
<div style="border:3px solid #FCFBEE">Div</div>
This div border color is #FCFBEE.
.myOpacity80 { color: #FCFBEE; opacity: 0.8; }
<p style="color:#FCFBEE;opacity:0.8;">80%</p>
Text with #FCFBEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCFBEE;}
<p style="text-shadow: 3px 3px 1px #FCFBEE">Text here.</p>
This text has shadow with #FCFBEE color.
.textShadow {text-shadow: 3px 3px 1px #FCFBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCFBEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCFBEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCFBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCFBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCFBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCFBEE;
-webkit-box-shadow: 1px 1px 3px 2px #FCFBEE;
box-shadow: 1px 1px 3px 2px #FCFBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCFBEE; -webkit-box-shadow: 1px 1px 3px 2px #FCFBEE; box-shadow:1px 1px 3px 2px #FCFBEE;">
Div content here
</div>
This text has color #FCFBEE on black background.
This text has color #FCFBEE on white background.
This text has black color on #FCFBEE background.
This text has white color on #FCFBEE background.
Complementary color for #hex is #030411.