HEX: #FCF6FF
RGB: (252,246,255)
#FCF6FF contains red, green and blue colors in about the same proportion. Web safe color of #FCF6FF is #FFFFFF (or #FFF).
#FCF6FF color RGB value is (252,246,255).
RGB: (252,246,255)
(99%, 96%, 100%)
R 252 of 255 = 99%
G 246 of 255 = 96%
B 255 of 255 = 100%
R + G + B ~ 98%. #FCF6FF is light color.
R + G + B = 252 + 246 + 255 = 753 (100%)
R 252 of 753 ~ 33.47%
G 246 of 753 ~ 32.67%
B 255 of 753 ~ 33.86'%
#FCF6FF color CMYK value is (1,4,0,0).
CMYK: (1,4,0,0) C1M4Y0K0 (1%,4%,0%,0%) (0.01/0.04/0.00/0.00)
Color #FCF6FF in popluar color models
FC | F6 | FF | |
---|---|---|---|
RGB | 252 | 246 | 255 |
HSL | 280° | 100.00% | 98.24% |
HSB/HSV | 280° | 3.53% | 100.00% |
CMYK | 1.18% | 3.53% | 0.00% |
0.00% |
Color #FCF6FF in popluar number systems.
HEX | FC | F6 | FF |
Decimal | 252 | 246 | 255 |
Binary | 11111100 | 11110110 | 11111111 |
Octal | 374 | 366 | 377 |
Shades of #FCF6FF
Examples of css and html codes for elements with #FCF6FF color. Also use rgb(252,246,255) instead hex code.
.myTextColor { color: #FCF6FF; }
<p style="color:#FCF6FF">This sample text font color is #FCF6FF.</p>
This text font color is #FCF6FF.
.myBgColor { background-color: #FCF6FF; }
<div style="background-color:#FCF6FF">Inner text</div>
This div background color is #FCF6FF.
.myBorderColor { border: 1px solid #FCF6FF; }
<div style="border:3px solid #FCF6FF">Div</div>
This div border color is #FCF6FF.
.myOpacity80 { color: #FCF6FF; opacity: 0.8; }
<p style="color:#FCF6FF;opacity:0.8;">80%</p>
Text with #FCF6FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCF6FF;}
<p style="text-shadow: 3px 3px 1px #FCF6FF">Text here.</p>
This text has shadow with #FCF6FF color.
.textShadow {text-shadow: 3px 3px 1px #FCF6FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCF6FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCF6FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF6FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCF6FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCF6FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCF6FF;
-webkit-box-shadow: 1px 1px 3px 2px #FCF6FF;
box-shadow: 1px 1px 3px 2px #FCF6FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF6FF; -webkit-box-shadow: 1px 1px 3px 2px #FCF6FF; box-shadow:1px 1px 3px 2px #FCF6FF;">
Div content here
</div>
This text has color #FCF6FF on black background.
This text has color #FCF6FF on white background.
This text has black color on #FCF6FF background.
This text has white color on #FCF6FF background.
Complementary color for #hex is #030900.