HEX: #F6FBDB
RGB: (246,251,219)
#F6FBDB contains red, green and blue colors in about the same proportion. Web safe color of #F6FBDB is #FFFFCC (or #FFC).
#F6FBDB color RGB value is (246,251,219).
RGB: (246,251,219)
(96%, 98%, 86%)
R 246 of 255 = 96%
G 251 of 255 = 98%
B 219 of 255 = 86%
R + G + B ~ 93%. #F6FBDB is light color.
R + G + B = 246 + 251 + 219 = 716 (100%)
R 246 of 716 ~ 34.36%
G 251 of 716 ~ 35.06%
B 219 of 716 ~ 30.59'%
#F6FBDB 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 #F6FBDB in popluar color models
F6 | FB | DB | |
---|---|---|---|
RGB | 246 | 251 | 219 |
HSL | 69° | 80.00% | 92.16% |
HSB/HSV | 69° | 12.75% | 98.43% |
CMYK | 1.99% | 0.00% | 12.75% |
1.57% |
Color #F6FBDB in popluar number systems.
HEX | F6 | FB | DB |
Decimal | 246 | 251 | 219 |
Binary | 11110110 | 11111011 | 11011011 |
Octal | 366 | 373 | 333 |
Shades of #F6FBDB
Tints of #F6FBDB
Examples of css and html codes for elements with #F6FBDB color. Also use rgb(246,251,219) instead hex code.
.myTextColor { color: #F6FBDB; }
<p style="color:#F6FBDB">This sample text font color is #F6FBDB.</p>
This text font color is #F6FBDB.
.myBgColor { background-color: #F6FBDB; }
<div style="background-color:#F6FBDB">Inner text</div>
This div background color is #F6FBDB.
.myBorderColor { border: 1px solid #F6FBDB; }
<div style="border:3px solid #F6FBDB">Div</div>
This div border color is #F6FBDB.
.myOpacity80 { color: #F6FBDB; opacity: 0.8; }
<p style="color:#F6FBDB;opacity:0.8;">80%</p>
Text with #F6FBDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6FBDB;}
<p style="text-shadow: 3px 3px 1px #F6FBDB">Text here.</p>
This text has shadow with #F6FBDB color.
.textShadow {text-shadow: 3px 3px 1px #F6FBDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6FBDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6FBDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6FBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6FBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6FBDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6FBDB;
-webkit-box-shadow: 1px 1px 3px 2px #F6FBDB;
box-shadow: 1px 1px 3px 2px #F6FBDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6FBDB; -webkit-box-shadow: 1px 1px 3px 2px #F6FBDB; box-shadow:1px 1px 3px 2px #F6FBDB;">
Div content here
</div>
This text has color #F6FBDB on black background.
This text has color #F6FBDB on white background.
This text has black color on #F6FBDB background.
This text has white color on #F6FBDB background.
Complementary color for #hex is #090424.