HEX: #F5DCBD
RGB: (245,220,189)
#F5DCBD contains red, green and blue colors in about the same proportion. Web safe color of #F5DCBD is #FFCCCC (or #FCC).
#F5DCBD color RGB value is (245,220,189).
RGB: (245,220,189)
(96%, 86%, 74%)
R 245 of 255 = 96%
G 220 of 255 = 86%
B 189 of 255 = 74%
R + G + B ~ 85%. #F5DCBD is quite light color.
R + G + B = 245 + 220 + 189 = 654 (100%)
R 245 of 654 ~ 37.46%
G 220 of 654 ~ 33.64%
B 189 of 654 ~ 28.9'%
#F5DCBD color CMYK value is (0,10,23,4).
CMYK: (0,10,23,4)
C0M10Y23K4 (0%, 10%, 23%, 4%)
(0.00 / 0.10 / 0.23 / 0.04)
Color #F5DCBD in popluar color models
F5 | DC | BD | |
---|---|---|---|
RGB | 245 | 220 | 189 |
HSL | 33° | 73.68% | 85.10% |
HSB/HSV | 33° | 22.86% | 96.08% |
CMYK | 0.00% | 10.20% | 22.86% |
3.92% |
Color #F5DCBD in popluar number systems.
HEX | F5 | DC | BD |
Decimal | 245 | 220 | 189 |
Binary | 11110101 | 11011100 | 10111101 |
Octal | 365 | 334 | 275 |
Shades of #F5DCBD
Tints of #F5DCBD
Examples of css and html codes for elements with #F5DCBD color. Also use rgb(245,220,189) instead hex code.
.myTextColor { color: #F5DCBD; }
<p style="color:#F5DCBD">This sample text font color is #F5DCBD.</p>
This text font color is #F5DCBD.
.myBgColor { background-color: #F5DCBD; }
<div style="background-color:#F5DCBD">Inner text</div>
This div background color is #F5DCBD.
.myBorderColor { border: 1px solid #F5DCBD; }
<div style="border:3px solid #F5DCBD">Div</div>
This div border color is #F5DCBD.
.myOpacity80 { color: #F5DCBD; opacity: 0.8; }
<p style="color:#F5DCBD;opacity:0.8;">80%</p>
Text with #F5DCBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DCBD;}
<p style="text-shadow: 3px 3px 1px #F5DCBD">Text here.</p>
This text has shadow with #F5DCBD color.
.textShadow {text-shadow: 3px 3px 1px #F5DCBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DCBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DCBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DCBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DCBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DCBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DCBD;
-webkit-box-shadow: 1px 1px 3px 2px #F5DCBD;
box-shadow: 1px 1px 3px 2px #F5DCBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DCBD; -webkit-box-shadow: 1px 1px 3px 2px #F5DCBD; box-shadow:1px 1px 3px 2px #F5DCBD;">
Div content here
</div>
This text has color #F5DCBD on black background.
This text has color #F5DCBD on white background.
This text has black color on #F5DCBD background.
This text has white color on #F5DCBD background.
Complementary color for #hex is #0A2342.