HEX: #F5DAEB
RGB: (245,218,235)
#F5DAEB contains red, green and blue colors in about the same proportion. Web safe color of #F5DAEB is #FFCCFF (or #FCF).
#F5DAEB color RGB value is (245,218,235).
RGB: (245,218,235)
(96%, 85%, 92%)
R 245 of 255 = 96%
G 218 of 255 = 85%
B 235 of 255 = 92%
R + G + B ~ 91%. #F5DAEB is light color.
R + G + B = 245 + 218 + 235 = 698 (100%)
R 245 of 698 ~ 35.1%
G 218 of 698 ~ 31.23%
B 235 of 698 ~ 33.67'%
#F5DAEB color CMYK value is (0,11,4,4).
CMYK: (0,11,4,4)
C0M11Y4K4 (0%, 11%, 4%, 4%)
(0.00 / 0.11 / 0.04 / 0.04)
Color #F5DAEB in popluar color models
F5 | DA | EB | |
---|---|---|---|
RGB | 245 | 218 | 235 |
HSL | 322° | 57.45% | 90.78% |
HSB/HSV | 322° | 11.02% | 96.08% |
CMYK | 0.00% | 11.02% | 4.08% |
3.92% |
Color #F5DAEB in popluar number systems.
HEX | F5 | DA | EB |
Decimal | 245 | 218 | 235 |
Binary | 11110101 | 11011010 | 11101011 |
Octal | 365 | 332 | 353 |
Shades of #F5DAEB
Tints of #F5DAEB
Examples of css and html codes for elements with #F5DAEB color. Also use rgb(245,218,235) instead hex code.
.myTextColor { color: #F5DAEB; }
<p style="color:#F5DAEB">This sample text font color is #F5DAEB.</p>
This text font color is #F5DAEB.
.myBgColor { background-color: #F5DAEB; }
<div style="background-color:#F5DAEB">Inner text</div>
This div background color is #F5DAEB.
.myBorderColor { border: 1px solid #F5DAEB; }
<div style="border:3px solid #F5DAEB">Div</div>
This div border color is #F5DAEB.
.myOpacity80 { color: #F5DAEB; opacity: 0.8; }
<p style="color:#F5DAEB;opacity:0.8;">80%</p>
Text with #F5DAEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DAEB;}
<p style="text-shadow: 3px 3px 1px #F5DAEB">Text here.</p>
This text has shadow with #F5DAEB color.
.textShadow {text-shadow: 3px 3px 1px #F5DAEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DAEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DAEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DAEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DAEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DAEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DAEB;
-webkit-box-shadow: 1px 1px 3px 2px #F5DAEB;
box-shadow: 1px 1px 3px 2px #F5DAEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DAEB; -webkit-box-shadow: 1px 1px 3px 2px #F5DAEB; box-shadow:1px 1px 3px 2px #F5DAEB;">
Div content here
</div>
This text has color #F5DAEB on black background.
This text has color #F5DAEB on white background.
This text has black color on #F5DAEB background.
This text has white color on #F5DAEB background.
Complementary color for #hex is #0A2514.