HEX: #F5FCDC
RGB: (245,252,220)
#F5FCDC contains red, green and blue colors in about the same proportion. Web safe color of #F5FCDC is #FFFFCC (or #FFC).
#F5FCDC color RGB value is (245,252,220).
RGB: (245,252,220)
(96%, 99%, 86%)
R 245 of 255 = 96%
G 252 of 255 = 99%
B 220 of 255 = 86%
R + G + B ~ 94%. #F5FCDC is light color.
R + G + B = 245 + 252 + 220 = 717 (100%)
R 245 of 717 ~ 34.17%
G 252 of 717 ~ 35.15%
B 220 of 717 ~ 30.68'%
#F5FCDC color CMYK value is (3,0,13,1).
CMYK: (3,0,13,1) C3M0Y13K1 (3%,0%,13%,1%) (0.03/0.00/0.13/0.01)
Color #F5FCDC in popluar color models
F5 | FC | DC | |
---|---|---|---|
RGB | 245 | 252 | 220 |
HSL | 73° | 84.21% | 92.55% |
HSB/HSV | 73° | 12.70% | 98.82% |
CMYK | 2.78% | 0.00% | 12.70% |
1.18% |
Color #F5FCDC in popluar number systems.
HEX | F5 | FC | DC |
Decimal | 245 | 252 | 220 |
Binary | 11110101 | 11111100 | 11011100 |
Octal | 365 | 374 | 334 |
Shades of #F5FCDC
Tints of #F5FCDC
Examples of css and html codes for elements with #F5FCDC color. Also use rgb(245,252,220) instead hex code.
.myTextColor { color: #F5FCDC; }
<p style="color:#F5FCDC">This sample text font color is #F5FCDC.</p>
This text font color is #F5FCDC.
.myBgColor { background-color: #F5FCDC; }
<div style="background-color:#F5FCDC">Inner text</div>
This div background color is #F5FCDC.
.myBorderColor { border: 1px solid #F5FCDC; }
<div style="border:3px solid #F5FCDC">Div</div>
This div border color is #F5FCDC.
.myOpacity80 { color: #F5FCDC; opacity: 0.8; }
<p style="color:#F5FCDC;opacity:0.8;">80%</p>
Text with #F5FCDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5FCDC;}
<p style="text-shadow: 3px 3px 1px #F5FCDC">Text here.</p>
This text has shadow with #F5FCDC color.
.textShadow {text-shadow: 3px 3px 1px #F5FCDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5FCDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5FCDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5FCDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5FCDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5FCDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5FCDC;
-webkit-box-shadow: 1px 1px 3px 2px #F5FCDC;
box-shadow: 1px 1px 3px 2px #F5FCDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5FCDC; -webkit-box-shadow: 1px 1px 3px 2px #F5FCDC; box-shadow:1px 1px 3px 2px #F5FCDC;">
Div content here
</div>
This text has color #F5FCDC on black background.
This text has color #F5FCDC on white background.
This text has black color on #F5FCDC background.
This text has white color on #F5FCDC background.
Complementary color for #hex is #0A0323.