HEX: #F5DAFB
RGB: (245,218,251)
#F5DAFB contains red, green and blue colors in about the same proportion. Web safe color of #F5DAFB is #FFCCFF (or #FCF).
#F5DAFB color RGB value is (245,218,251).
RGB: (245,218,251)
(96%, 85%, 98%)
R 245 of 255 = 96%
G 218 of 255 = 85%
B 251 of 255 = 98%
R + G + B ~ 93%. #F5DAFB is light color.
R + G + B = 245 + 218 + 251 = 714 (100%)
R 245 of 714 ~ 34.31%
G 218 of 714 ~ 30.53%
B 251 of 714 ~ 35.15'%
#F5DAFB color CMYK value is (2,13,0,2).
CMYK: (2,13,0,2) C2M13Y0K2 (2%,13%,0%,2%) (0.02/0.13/0.00/0.02)
Color #F5DAFB in popluar color models
F5 | DA | FB | |
---|---|---|---|
RGB | 245 | 218 | 251 |
HSL | 289° | 80.49% | 91.96% |
HSB/HSV | 289° | 13.15% | 98.43% |
CMYK | 2.39% | 13.15% | 0.00% |
1.57% |
Color #F5DAFB in popluar number systems.
HEX | F5 | DA | FB |
Decimal | 245 | 218 | 251 |
Binary | 11110101 | 11011010 | 11111011 |
Octal | 365 | 332 | 373 |
Shades of #F5DAFB
Tints of #F5DAFB
Examples of css and html codes for elements with #F5DAFB color. Also use rgb(245,218,251) instead hex code.
.myTextColor { color: #F5DAFB; }
<p style="color:#F5DAFB">This sample text font color is #F5DAFB.</p>
This text font color is #F5DAFB.
.myBgColor { background-color: #F5DAFB; }
<div style="background-color:#F5DAFB">Inner text</div>
This div background color is #F5DAFB.
.myBorderColor { border: 1px solid #F5DAFB; }
<div style="border:3px solid #F5DAFB">Div</div>
This div border color is #F5DAFB.
.myOpacity80 { color: #F5DAFB; opacity: 0.8; }
<p style="color:#F5DAFB;opacity:0.8;">80%</p>
Text with #F5DAFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DAFB;}
<p style="text-shadow: 3px 3px 1px #F5DAFB">Text here.</p>
This text has shadow with #F5DAFB color.
.textShadow {text-shadow: 3px 3px 1px #F5DAFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DAFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DAFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DAFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DAFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DAFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DAFB;
-webkit-box-shadow: 1px 1px 3px 2px #F5DAFB;
box-shadow: 1px 1px 3px 2px #F5DAFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DAFB; -webkit-box-shadow: 1px 1px 3px 2px #F5DAFB; box-shadow:1px 1px 3px 2px #F5DAFB;">
Div content here
</div>
This text has color #F5DAFB on black background.
This text has color #F5DAFB on white background.
This text has black color on #F5DAFB background.
This text has white color on #F5DAFB background.
Complementary color for #hex is #0A2504.