HEX: #F5DFFA
RGB: (245,223,250)
#F5DFFA contains red, green and blue colors in about the same proportion. Web safe color of #F5DFFA is #FFCCFF (or #FCF).
#F5DFFA color RGB value is (245,223,250).
RGB: (245,223,250)
(96%, 87%, 98%)
R 245 of 255 = 96%
G 223 of 255 = 87%
B 250 of 255 = 98%
R + G + B ~ 94%. #F5DFFA is light color.
R + G + B = 245 + 223 + 250 = 718 (100%)
R 245 of 718 ~ 34.12%
G 223 of 718 ~ 31.06%
B 250 of 718 ~ 34.82'%
#F5DFFA color CMYK value is (2,11,0,2).
CMYK: (2,11,0,2) C2M11Y0K2 (2%,11%,0%,2%) (0.02/0.11/0.00/0.02)
Color #F5DFFA in popluar color models
F5 | DF | FA | |
---|---|---|---|
RGB | 245 | 223 | 250 |
HSL | 289° | 72.97% | 92.75% |
HSB/HSV | 289° | 10.80% | 98.04% |
CMYK | 2.00% | 10.80% | 0.00% |
1.96% |
Color #F5DFFA in popluar number systems.
HEX | F5 | DF | FA |
Decimal | 245 | 223 | 250 |
Binary | 11110101 | 11011111 | 11111010 |
Octal | 365 | 337 | 372 |
Shades of #F5DFFA
Tints of #F5DFFA
Examples of css and html codes for elements with #F5DFFA color. Also use rgb(245,223,250) instead hex code.
.myTextColor { color: #F5DFFA; }
<p style="color:#F5DFFA">This sample text font color is #F5DFFA.</p>
This text font color is #F5DFFA.
.myBgColor { background-color: #F5DFFA; }
<div style="background-color:#F5DFFA">Inner text</div>
This div background color is #F5DFFA.
.myBorderColor { border: 1px solid #F5DFFA; }
<div style="border:3px solid #F5DFFA">Div</div>
This div border color is #F5DFFA.
.myOpacity80 { color: #F5DFFA; opacity: 0.8; }
<p style="color:#F5DFFA;opacity:0.8;">80%</p>
Text with #F5DFFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DFFA;}
<p style="text-shadow: 3px 3px 1px #F5DFFA">Text here.</p>
This text has shadow with #F5DFFA color.
.textShadow {text-shadow: 3px 3px 1px #F5DFFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DFFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DFFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DFFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DFFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DFFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DFFA;
-webkit-box-shadow: 1px 1px 3px 2px #F5DFFA;
box-shadow: 1px 1px 3px 2px #F5DFFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DFFA; -webkit-box-shadow: 1px 1px 3px 2px #F5DFFA; box-shadow:1px 1px 3px 2px #F5DFFA;">
Div content here
</div>
This text has color #F5DFFA on black background.
This text has color #F5DFFA on white background.
This text has black color on #F5DFFA background.
This text has white color on #F5DFFA background.
Complementary color for #hex is #0A2005.