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