HEX: #F5DBDB
RGB: (245,219,219)
#F5DBDB contains red, green and blue colors in about the same proportion. Web safe color of #F5DBDB is #FFCCCC (or #FCC).
#F5DBDB color RGB value is (245,219,219).
RGB: (245,219,219)
(96%, 86%, 86%)
R 245 of 255 = 96%
G 219 of 255 = 86%
B 219 of 255 = 86%
R + G + B ~ 89%. #F5DBDB is light color.
R + G + B = 245 + 219 + 219 = 683 (100%)
R 245 of 683 ~ 35.87%
G 219 of 683 ~ 32.06%
B 219 of 683 ~ 32.06'%
#F5DBDB color CMYK value is (0,11,11,4).
CMYK: (0,11,11,4) C0M11Y11K4 (0%,11%,11%,4%) (0.00/0.11/0.11/0.04)
Color #F5DBDB in popluar color models
F5 | DB | DB | |
---|---|---|---|
RGB | 245 | 219 | 219 |
HSL | 0° | 56.52% | 90.98% |
HSB/HSV | 0° | 10.61% | 96.08% |
CMYK | 0.00% | 10.61% | 10.61% |
3.92% |
Color #F5DBDB in popluar number systems.
HEX | F5 | DB | DB |
Decimal | 245 | 219 | 219 |
Binary | 11110101 | 11011011 | 11011011 |
Octal | 365 | 333 | 333 |
Shades of #F5DBDB
Tints of #F5DBDB
Examples of css and html codes for elements with #F5DBDB color. Also use rgb(245,219,219) instead hex code.
.myTextColor { color: #F5DBDB; }
<p style="color:#F5DBDB">This sample text font color is #F5DBDB.</p>
This text font color is #F5DBDB.
.myBgColor { background-color: #F5DBDB; }
<div style="background-color:#F5DBDB">Inner text</div>
This div background color is #F5DBDB.
.myBorderColor { border: 1px solid #F5DBDB; }
<div style="border:3px solid #F5DBDB">Div</div>
This div border color is #F5DBDB.
.myOpacity80 { color: #F5DBDB; opacity: 0.8; }
<p style="color:#F5DBDB;opacity:0.8;">80%</p>
Text with #F5DBDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DBDB;}
<p style="text-shadow: 3px 3px 1px #F5DBDB">Text here.</p>
This text has shadow with #F5DBDB color.
.textShadow {text-shadow: 3px 3px 1px #F5DBDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DBDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DBDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DBDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DBDB;
-webkit-box-shadow: 1px 1px 3px 2px #F5DBDB;
box-shadow: 1px 1px 3px 2px #F5DBDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DBDB; -webkit-box-shadow: 1px 1px 3px 2px #F5DBDB; box-shadow:1px 1px 3px 2px #F5DBDB;">
Div content here
</div>
This text has color #F5DBDB on black background.
This text has color #F5DBDB on white background.
This text has black color on #F5DBDB background.
This text has white color on #F5DBDB background.