HEX: #F5FECB
RGB: (245,254,203)
#F5FECB contains red, green and blue colors in about the same proportion. Web safe color of #F5FECB is #FFFFCC (or #FFC).
#F5FECB color RGB value is (245,254,203).
RGB: (245,254,203)
(96%, 100%, 80%)
R 245 of 255 = 96%
G 254 of 255 = 100%
B 203 of 255 = 80%
R + G + B ~ 92%. #F5FECB is light color.
R + G + B = 245 + 254 + 203 = 702 (100%)
R 245 of 702 ~ 34.9%
G 254 of 702 ~ 36.18%
B 203 of 702 ~ 28.92'%
#F5FECB color CMYK value is (4,0,20,0).
CMYK: (4,0,20,0) C4M0Y20K0 (4%,0%,20%,0%) (0.04/0.00/0.20/0.00)
Color #F5FECB in popluar color models
F5 | FE | CB | |
---|---|---|---|
RGB | 245 | 254 | 203 |
HSL | 71° | 96.23% | 89.61% |
HSB/HSV | 71° | 20.08% | 99.61% |
CMYK | 3.54% | 0.00% | 20.08% |
0.39% |
Color #F5FECB in popluar number systems.
HEX | F5 | FE | CB |
Decimal | 245 | 254 | 203 |
Binary | 11110101 | 11111110 | 11001011 |
Octal | 365 | 376 | 313 |
Shades of #F5FECB
Tints of #F5FECB
Examples of css and html codes for elements with #F5FECB color. Also use rgb(245,254,203) instead hex code.
.myTextColor { color: #F5FECB; }
<p style="color:#F5FECB">This sample text font color is #F5FECB.</p>
This text font color is #F5FECB.
.myBgColor { background-color: #F5FECB; }
<div style="background-color:#F5FECB">Inner text</div>
This div background color is #F5FECB.
.myBorderColor { border: 1px solid #F5FECB; }
<div style="border:3px solid #F5FECB">Div</div>
This div border color is #F5FECB.
.myOpacity80 { color: #F5FECB; opacity: 0.8; }
<p style="color:#F5FECB;opacity:0.8;">80%</p>
Text with #F5FECB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5FECB;}
<p style="text-shadow: 3px 3px 1px #F5FECB">Text here.</p>
This text has shadow with #F5FECB color.
.textShadow {text-shadow: 3px 3px 1px #F5FECB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5FECB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5FECB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5FECB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5FECB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5FECB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5FECB;
-webkit-box-shadow: 1px 1px 3px 2px #F5FECB;
box-shadow: 1px 1px 3px 2px #F5FECB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5FECB; -webkit-box-shadow: 1px 1px 3px 2px #F5FECB; box-shadow:1px 1px 3px 2px #F5FECB;">
Div content here
</div>
This text has color #F5FECB on black background.
This text has color #F5FECB on white background.
This text has black color on #F5FECB background.
This text has white color on #F5FECB background.
Complementary color for #hex is #0A0134.