HEX: #F4C4EC
RGB: (244,196,236)
#F4C4EC contains red, green and blue colors in about the same proportion. Web safe color of #F4C4EC is #FFCCFF (or #FCF).
#F4C4EC color RGB value is (244,196,236).
RGB: (244,196,236)
(96%, 77%, 93%)
R 244 of 255 = 96%
G 196 of 255 = 77%
B 236 of 255 = 93%
R + G + B ~ 89%. #F4C4EC is light color.
R + G + B = 244 + 196 + 236 = 676 (100%)
R 244 of 676 ~ 36.09%
G 196 of 676 ~ 28.99%
B 236 of 676 ~ 34.91'%
#F4C4EC color CMYK value is (0,20,3,4).
CMYK: (0,20,3,4) C0M20Y3K4 (0%,20%,3%,4%) (0.00/0.20/0.03/0.04)
Color #F4C4EC in popluar color models
F4 | C4 | EC | |
---|---|---|---|
RGB | 244 | 196 | 236 |
HSL | 310° | 68.57% | 86.27% |
HSB/HSV | 310° | 19.67% | 95.69% |
CMYK | 0.00% | 19.67% | 3.28% |
4.31% |
Color #F4C4EC in popluar number systems.
HEX | F4 | C4 | EC |
Decimal | 244 | 196 | 236 |
Binary | 11110100 | 11000100 | 11101100 |
Octal | 364 | 304 | 354 |
Shades of #F4C4EC
Tints of #F4C4EC
Examples of css and html codes for elements with #F4C4EC color. Also use rgb(244,196,236) instead hex code.
.myTextColor { color: #F4C4EC; }
<p style="color:#F4C4EC">This sample text font color is #F4C4EC.</p>
This text font color is #F4C4EC.
.myBgColor { background-color: #F4C4EC; }
<div style="background-color:#F4C4EC">Inner text</div>
This div background color is #F4C4EC.
.myBorderColor { border: 1px solid #F4C4EC; }
<div style="border:3px solid #F4C4EC">Div</div>
This div border color is #F4C4EC.
.myOpacity80 { color: #F4C4EC; opacity: 0.8; }
<p style="color:#F4C4EC;opacity:0.8;">80%</p>
Text with #F4C4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4C4EC;}
<p style="text-shadow: 3px 3px 1px #F4C4EC">Text here.</p>
This text has shadow with #F4C4EC color.
.textShadow {text-shadow: 3px 3px 1px #F4C4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4C4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F4C4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4C4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4C4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4C4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4C4EC;
-webkit-box-shadow: 1px 1px 3px 2px #F4C4EC;
box-shadow: 1px 1px 3px 2px #F4C4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4C4EC; -webkit-box-shadow: 1px 1px 3px 2px #F4C4EC; box-shadow:1px 1px 3px 2px #F4C4EC;">
Div content here
</div>
This text has color #F4C4EC on black background.
This text has color #F4C4EC on white background.
This text has black color on #F4C4EC background.
This text has white color on #F4C4EC background.
Complementary color for #hex is #0B3B13.