HEX: #FCE6FB
RGB: (252,230,251)
#FCE6FB contains red, green and blue colors in about the same proportion. Web safe color of #FCE6FB is #FFCCFF (or #FCF).
#FCE6FB color RGB value is (252,230,251).
RGB: (252,230,251)
(99%, 90%, 98%)
R 252 of 255 = 99%
G 230 of 255 = 90%
B 251 of 255 = 98%
R + G + B ~ 96%. #FCE6FB is light color.
R + G + B = 252 + 230 + 251 = 733 (100%)
R 252 of 733 ~ 34.38%
G 230 of 733 ~ 31.38%
B 251 of 733 ~ 34.24'%
#FCE6FB color CMYK value is (0,9,0,1).
CMYK: (0,9,0,1)
C0M9Y0K1 (0%, 9%, 0%, 1%)
(0.00 / 0.09 / 0.00 / 0.01)
Color #FCE6FB in popluar color models
FC | E6 | FB | |
---|---|---|---|
RGB | 252 | 230 | 251 |
HSL | 303° | 78.57% | 94.51% |
HSB/HSV | 303° | 8.73% | 98.82% |
CMYK | 0.00% | 8.73% | 0.40% |
1.18% |
Color #FCE6FB in popluar number systems.
HEX | FC | E6 | FB |
Decimal | 252 | 230 | 251 |
Binary | 11111100 | 11100110 | 11111011 |
Octal | 374 | 346 | 373 |
Shades of #FCE6FB
Tints of #FCE6FB
Examples of css and html codes for elements with #FCE6FB color. Also use rgb(252,230,251) instead hex code.
.myTextColor { color: #FCE6FB; }
<p style="color:#FCE6FB">This sample text font color is #FCE6FB.</p>
This text font color is #FCE6FB.
.myBgColor { background-color: #FCE6FB; }
<div style="background-color:#FCE6FB">Inner text</div>
This div background color is #FCE6FB.
.myBorderColor { border: 1px solid #FCE6FB; }
<div style="border:3px solid #FCE6FB">Div</div>
This div border color is #FCE6FB.
.myOpacity80 { color: #FCE6FB; opacity: 0.8; }
<p style="color:#FCE6FB;opacity:0.8;">80%</p>
Text with #FCE6FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE6FB;}
<p style="text-shadow: 3px 3px 1px #FCE6FB">Text here.</p>
This text has shadow with #FCE6FB color.
.textShadow {text-shadow: 3px 3px 1px #FCE6FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE6FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE6FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE6FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE6FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE6FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE6FB;
-webkit-box-shadow: 1px 1px 3px 2px #FCE6FB;
box-shadow: 1px 1px 3px 2px #FCE6FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE6FB; -webkit-box-shadow: 1px 1px 3px 2px #FCE6FB; box-shadow:1px 1px 3px 2px #FCE6FB;">
Div content here
</div>
This text has color #FCE6FB on black background.
This text has color #FCE6FB on white background.
This text has black color on #FCE6FB background.
This text has white color on #FCE6FB background.
Complementary color for #hex is #031904.