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