HEX: #F9CCFA
RGB: (249,204,250)
#F9CCFA contains red, green and blue colors in about the same proportion. Web safe color of #F9CCFA is #FFCCFF (or #FCF).
#F9CCFA color RGB value is (249,204,250).
RGB: (249,204,250)
(98%, 80%, 98%)
R 249 of 255 = 98%
G 204 of 255 = 80%
B 250 of 255 = 98%
R + G + B ~ 92%. #F9CCFA is light color.
R + G + B = 249 + 204 + 250 = 703 (100%)
R 249 of 703 ~ 35.42%
G 204 of 703 ~ 29.02%
B 250 of 703 ~ 35.56'%
#F9CCFA color CMYK value is (0,18,0,2).
CMYK: (0,18,0,2)
C0M18Y0K2 (0%, 18%, 0%, 2%)
(0.00 / 0.18 / 0.00 / 0.02)
Color #F9CCFA in popluar color models
F9 | CC | FA | |
---|---|---|---|
RGB | 249 | 204 | 250 |
HSL | 299° | 82.14% | 89.02% |
HSB/HSV | 299° | 18.40% | 98.04% |
CMYK | 0.40% | 18.40% | 0.00% |
1.96% |
Color #F9CCFA in popluar number systems.
HEX | F9 | CC | FA |
Decimal | 249 | 204 | 250 |
Binary | 11111001 | 11001100 | 11111010 |
Octal | 371 | 314 | 372 |
Shades of #F9CCFA
Tints of #F9CCFA
Examples of css and html codes for elements with #F9CCFA color. Also use rgb(249,204,250) instead hex code.
.myTextColor { color: #F9CCFA; }
<p style="color:#F9CCFA">This sample text font color is #F9CCFA.</p>
This text font color is #F9CCFA.
.myBgColor { background-color: #F9CCFA; }
<div style="background-color:#F9CCFA">Inner text</div>
This div background color is #F9CCFA.
.myBorderColor { border: 1px solid #F9CCFA; }
<div style="border:3px solid #F9CCFA">Div</div>
This div border color is #F9CCFA.
.myOpacity80 { color: #F9CCFA; opacity: 0.8; }
<p style="color:#F9CCFA;opacity:0.8;">80%</p>
Text with #F9CCFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9CCFA;}
<p style="text-shadow: 3px 3px 1px #F9CCFA">Text here.</p>
This text has shadow with #F9CCFA color.
.textShadow {text-shadow: 3px 3px 1px #F9CCFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9CCFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9CCFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9CCFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9CCFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9CCFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9CCFA;
-webkit-box-shadow: 1px 1px 3px 2px #F9CCFA;
box-shadow: 1px 1px 3px 2px #F9CCFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9CCFA; -webkit-box-shadow: 1px 1px 3px 2px #F9CCFA; box-shadow:1px 1px 3px 2px #F9CCFA;">
Div content here
</div>
This text has color #F9CCFA on black background.
This text has color #F9CCFA on white background.
This text has black color on #F9CCFA background.
This text has white color on #F9CCFA background.
Complementary color for #hex is #063305.