HEX: #FCEDFF
RGB: (252,237,255)
#FCEDFF contains red, green and blue colors in about the same proportion. Web safe color of #FCEDFF is #FFFFFF (or #FFF).
#FCEDFF color RGB value is (252,237,255).
RGB: (252,237,255)
(99%, 93%, 100%)
R 252 of 255 = 99%
G 237 of 255 = 93%
B 255 of 255 = 100%
R + G + B ~ 97%. #FCEDFF is light color.
R + G + B = 252 + 237 + 255 = 744 (100%)
R 252 of 744 ~ 33.87%
G 237 of 744 ~ 31.85%
B 255 of 744 ~ 34.27'%
#FCEDFF color CMYK value is (1,7,0,0).
CMYK: (1,7,0,0)
C1M7Y0K0 (1%, 7%, 0%, 0%)
(0.01 / 0.07 / 0.00 / 0.00)
Color #FCEDFF in popluar color models
FC | ED | FF | |
---|---|---|---|
RGB | 252 | 237 | 255 |
HSL | 290° | 100.00% | 96.47% |
HSB/HSV | 290° | 7.06% | 100.00% |
CMYK | 1.18% | 7.06% | 0.00% |
0.00% |
Color #FCEDFF in popluar number systems.
HEX | FC | ED | FF |
Decimal | 252 | 237 | 255 |
Binary | 11111100 | 11101101 | 11111111 |
Octal | 374 | 355 | 377 |
Shades of #FCEDFF
Tints of #FCEDFF
Examples of css and html codes for elements with #FCEDFF color. Also use rgb(252,237,255) instead hex code.
.myTextColor { color: #FCEDFF; }
<p style="color:#FCEDFF">This sample text font color is #FCEDFF.</p>
This text font color is #FCEDFF.
.myBgColor { background-color: #FCEDFF; }
<div style="background-color:#FCEDFF">Inner text</div>
This div background color is #FCEDFF.
.myBorderColor { border: 1px solid #FCEDFF; }
<div style="border:3px solid #FCEDFF">Div</div>
This div border color is #FCEDFF.
.myOpacity80 { color: #FCEDFF; opacity: 0.8; }
<p style="color:#FCEDFF;opacity:0.8;">80%</p>
Text with #FCEDFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCEDFF;}
<p style="text-shadow: 3px 3px 1px #FCEDFF">Text here.</p>
This text has shadow with #FCEDFF color.
.textShadow {text-shadow: 3px 3px 1px #FCEDFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCEDFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCEDFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCEDFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCEDFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCEDFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCEDFF;
-webkit-box-shadow: 1px 1px 3px 2px #FCEDFF;
box-shadow: 1px 1px 3px 2px #FCEDFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCEDFF; -webkit-box-shadow: 1px 1px 3px 2px #FCEDFF; box-shadow:1px 1px 3px 2px #FCEDFF;">
Div content here
</div>
This text has color #FCEDFF on black background.
This text has color #FCEDFF on white background.
This text has black color on #FCEDFF background.
This text has white color on #FCEDFF background.
Complementary color for #hex is #031200.