HEX: #F0FFCF
RGB: (240,255,207)
#F0FFCF contains red, green and blue colors in about the same proportion. Web safe color of #F0FFCF is #FFFFCC (or #FFC).
#F0FFCF color RGB value is (240,255,207).
RGB: (240,255,207)
(94%, 100%, 81%)
R 240 of 255 = 94%
G 255 of 255 = 100%
B 207 of 255 = 81%
R + G + B ~ 92%. #F0FFCF is light color.
R + G + B = 240 + 255 + 207 = 702 (100%)
R 240 of 702 ~ 34.19%
G 255 of 702 ~ 36.32%
B 207 of 702 ~ 29.49'%
#F0FFCF color CMYK value is (6,0,19,0).
CMYK: (6,0,19,0)
C6M0Y19K0 (6%, 0%, 19%, 0%)
(0.06 / 0.00 / 0.19 / 0.00)
Color #F0FFCF in popluar color models
F0 | FF | CF | |
---|---|---|---|
RGB | 240 | 255 | 207 |
HSL | 79° | 100.00% | 90.59% |
HSB/HSV | 79° | 18.82% | 100.00% |
CMYK | 5.88% | 0.00% | 18.82% |
0.00% |
Color #F0FFCF in popluar number systems.
HEX | F0 | FF | CF |
Decimal | 240 | 255 | 207 |
Binary | 11110000 | 11111111 | 11001111 |
Octal | 360 | 377 | 317 |
Shades of #F0FFCF
Tints of #F0FFCF
Examples of css and html codes for elements with #F0FFCF color. Also use rgb(240,255,207) instead hex code.
.myTextColor { color: #F0FFCF; }
<p style="color:#F0FFCF">This sample text font color is #F0FFCF.</p>
This text font color is #F0FFCF.
.myBgColor { background-color: #F0FFCF; }
<div style="background-color:#F0FFCF">Inner text</div>
This div background color is #F0FFCF.
.myBorderColor { border: 1px solid #F0FFCF; }
<div style="border:3px solid #F0FFCF">Div</div>
This div border color is #F0FFCF.
.myOpacity80 { color: #F0FFCF; opacity: 0.8; }
<p style="color:#F0FFCF;opacity:0.8;">80%</p>
Text with #F0FFCF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0FFCF;}
<p style="text-shadow: 3px 3px 1px #F0FFCF">Text here.</p>
This text has shadow with #F0FFCF color.
.textShadow {text-shadow: 3px 3px 1px #F0FFCF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0FFCF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0FFCF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0FFCF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0FFCF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0FFCF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0FFCF;
-webkit-box-shadow: 1px 1px 3px 2px #F0FFCF;
box-shadow: 1px 1px 3px 2px #F0FFCF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0FFCF; -webkit-box-shadow: 1px 1px 3px 2px #F0FFCF; box-shadow:1px 1px 3px 2px #F0FFCF;">
Div content here
</div>
This text has color #F0FFCF on black background.
This text has color #F0FFCF on white background.
This text has black color on #F0FFCF background.
This text has white color on #F0FFCF background.
Complementary color for #hex is #0F0030.