HEX: #F5FADA
RGB: (245,250,218)
#F5FADA contains red, green and blue colors in about the same proportion. Web safe color of #F5FADA is #FFFFCC (or #FFC).
#F5FADA color RGB value is (245,250,218).
RGB: (245,250,218)
(96%, 98%, 85%)
R 245 of 255 = 96%
G 250 of 255 = 98%
B 218 of 255 = 85%
R + G + B ~ 93%. #F5FADA is light color.
R + G + B = 245 + 250 + 218 = 713 (100%)
R 245 of 713 ~ 34.36%
G 250 of 713 ~ 35.06%
B 218 of 713 ~ 30.58'%
#F5FADA color CMYK value is (2,0,13,2).
CMYK: (2,0,13,2) C2M0Y13K2 (2%,0%,13%,2%) (0.02/0.00/0.13/0.02)
Color #F5FADA in popluar color models
F5 | FA | DA | |
---|---|---|---|
RGB | 245 | 250 | 218 |
HSL | 69° | 76.19% | 91.76% |
HSB/HSV | 69° | 12.80% | 98.04% |
CMYK | 2.00% | 0.00% | 12.80% |
1.96% |
Color #F5FADA in popluar number systems.
HEX | F5 | FA | DA |
Decimal | 245 | 250 | 218 |
Binary | 11110101 | 11111010 | 11011010 |
Octal | 365 | 372 | 332 |
Shades of #F5FADA
Tints of #F5FADA
Examples of css and html codes for elements with #F5FADA color. Also use rgb(245,250,218) instead hex code.
.myTextColor { color: #F5FADA; }
<p style="color:#F5FADA">This sample text font color is #F5FADA.</p>
This text font color is #F5FADA.
.myBgColor { background-color: #F5FADA; }
<div style="background-color:#F5FADA">Inner text</div>
This div background color is #F5FADA.
.myBorderColor { border: 1px solid #F5FADA; }
<div style="border:3px solid #F5FADA">Div</div>
This div border color is #F5FADA.
.myOpacity80 { color: #F5FADA; opacity: 0.8; }
<p style="color:#F5FADA;opacity:0.8;">80%</p>
Text with #F5FADA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5FADA;}
<p style="text-shadow: 3px 3px 1px #F5FADA">Text here.</p>
This text has shadow with #F5FADA color.
.textShadow {text-shadow: 3px 3px 1px #F5FADA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5FADA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5FADA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5FADA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5FADA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5FADA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5FADA;
-webkit-box-shadow: 1px 1px 3px 2px #F5FADA;
box-shadow: 1px 1px 3px 2px #F5FADA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5FADA; -webkit-box-shadow: 1px 1px 3px 2px #F5FADA; box-shadow:1px 1px 3px 2px #F5FADA;">
Div content here
</div>
This text has color #F5FADA on black background.
This text has color #F5FADA on white background.
This text has black color on #F5FADA background.
This text has white color on #F5FADA background.
Complementary color for #hex is #0A0525.