HEX: #F5FEFB
RGB: (245,254,251)
#F5FEFB contains red, green and blue colors in about the same proportion. Web safe color of #F5FEFB is #FFFFFF (or #FFF).
#F5FEFB color RGB value is (245,254,251).
RGB: (245,254,251)
(96%, 100%, 98%)
R 245 of 255 = 96%
G 254 of 255 = 100%
B 251 of 255 = 98%
R + G + B ~ 98%. #F5FEFB is light color.
R + G + B = 245 + 254 + 251 = 750 (100%)
R 245 of 750 ~ 32.67%
G 254 of 750 ~ 33.87%
B 251 of 750 ~ 33.47'%
#F5FEFB color CMYK value is (4,0,1,0).
CMYK: (4,0,1,0) C4M0Y1K0 (4%,0%,1%,0%) (0.04/0.00/0.01/0.00)
Color #F5FEFB in popluar color models
F5 | FE | FB | |
---|---|---|---|
RGB | 245 | 254 | 251 |
HSL | 160° | 81.82% | 97.84% |
HSB/HSV | 160° | 3.54% | 99.61% |
CMYK | 3.54% | 0.00% | 1.18% |
0.39% |
Color #F5FEFB in popluar number systems.
HEX | F5 | FE | FB |
Decimal | 245 | 254 | 251 |
Binary | 11110101 | 11111110 | 11111011 |
Octal | 365 | 376 | 373 |
Shades of #F5FEFB
Examples of css and html codes for elements with #F5FEFB color. Also use rgb(245,254,251) instead hex code.
.myTextColor { color: #F5FEFB; }
<p style="color:#F5FEFB">This sample text font color is #F5FEFB.</p>
This text font color is #F5FEFB.
.myBgColor { background-color: #F5FEFB; }
<div style="background-color:#F5FEFB">Inner text</div>
This div background color is #F5FEFB.
.myBorderColor { border: 1px solid #F5FEFB; }
<div style="border:3px solid #F5FEFB">Div</div>
This div border color is #F5FEFB.
.myOpacity80 { color: #F5FEFB; opacity: 0.8; }
<p style="color:#F5FEFB;opacity:0.8;">80%</p>
Text with #F5FEFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5FEFB;}
<p style="text-shadow: 3px 3px 1px #F5FEFB">Text here.</p>
This text has shadow with #F5FEFB color.
.textShadow {text-shadow: 3px 3px 1px #F5FEFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5FEFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5FEFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5FEFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5FEFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5FEFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5FEFB;
-webkit-box-shadow: 1px 1px 3px 2px #F5FEFB;
box-shadow: 1px 1px 3px 2px #F5FEFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5FEFB; -webkit-box-shadow: 1px 1px 3px 2px #F5FEFB; box-shadow:1px 1px 3px 2px #F5FEFB;">
Div content here
</div>
This text has color #F5FEFB on black background.
This text has color #F5FEFB on white background.
This text has black color on #F5FEFB background.
This text has white color on #F5FEFB background.
Complementary color for #hex is #0A0104.