HEX: #F2FADB
RGB: (242,250,219)
#F2FADB contains red, green and blue colors in about the same proportion. Web safe color of #F2FADB is #FFFFCC (or #FFC).
#F2FADB color RGB value is (242,250,219).
RGB: (242,250,219)
(95%, 98%, 86%)
R 242 of 255 = 95%
G 250 of 255 = 98%
B 219 of 255 = 86%
R + G + B ~ 93%. #F2FADB is light color.
R + G + B = 242 + 250 + 219 = 711 (100%)
R 242 of 711 ~ 34.04%
G 250 of 711 ~ 35.16%
B 219 of 711 ~ 30.8'%
#F2FADB color CMYK value is (3,0,12,2).
CMYK: (3,0,12,2)
C3M0Y12K2 (3%, 0%, 12%, 2%)
(0.03 / 0.00 / 0.12 / 0.02)
Color #F2FADB in popluar color models
F2 | FA | DB | |
---|---|---|---|
RGB | 242 | 250 | 219 |
HSL | 75° | 75.61% | 91.96% |
HSB/HSV | 75° | 12.40% | 98.04% |
CMYK | 3.20% | 0.00% | 12.40% |
1.96% |
Color #F2FADB in popluar number systems.
HEX | F2 | FA | DB |
Decimal | 242 | 250 | 219 |
Binary | 11110010 | 11111010 | 11011011 |
Octal | 362 | 372 | 333 |
Shades of #F2FADB
Tints of #F2FADB
Examples of css and html codes for elements with #F2FADB color. Also use rgb(242,250,219) instead hex code.
.myTextColor { color: #F2FADB; }
<p style="color:#F2FADB">This sample text font color is #F2FADB.</p>
This text font color is #F2FADB.
.myBgColor { background-color: #F2FADB; }
<div style="background-color:#F2FADB">Inner text</div>
This div background color is #F2FADB.
.myBorderColor { border: 1px solid #F2FADB; }
<div style="border:3px solid #F2FADB">Div</div>
This div border color is #F2FADB.
.myOpacity80 { color: #F2FADB; opacity: 0.8; }
<p style="color:#F2FADB;opacity:0.8;">80%</p>
Text with #F2FADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2FADB;}
<p style="text-shadow: 3px 3px 1px #F2FADB">Text here.</p>
This text has shadow with #F2FADB color.
.textShadow {text-shadow: 3px 3px 1px #F2FADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2FADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2FADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2FADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2FADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2FADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2FADB;
-webkit-box-shadow: 1px 1px 3px 2px #F2FADB;
box-shadow: 1px 1px 3px 2px #F2FADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2FADB; -webkit-box-shadow: 1px 1px 3px 2px #F2FADB; box-shadow:1px 1px 3px 2px #F2FADB;">
Div content here
</div>
This text has color #F2FADB on black background.
This text has color #F2FADB on white background.
This text has black color on #F2FADB background.
This text has white color on #F2FADB background.
Complementary color for #hex is #0D0524.