HEX: #F5DCFA
RGB: (245,220,250)
#F5DCFA contains red, green and blue colors in about the same proportion. Web safe color of #F5DCFA is #FFCCFF (or #FCF).
#F5DCFA color RGB value is (245,220,250).
RGB: (245,220,250)
(96%, 86%, 98%)
R 245 of 255 = 96%
G 220 of 255 = 86%
B 250 of 255 = 98%
R + G + B ~ 93%. #F5DCFA is light color.
R + G + B = 245 + 220 + 250 = 715 (100%)
R 245 of 715 ~ 34.27%
G 220 of 715 ~ 30.77%
B 250 of 715 ~ 34.97'%
#F5DCFA color CMYK value is (2,12,0,2).
CMYK: (2,12,0,2)
C2M12Y0K2 (2%, 12%, 0%, 2%)
(0.02 / 0.12 / 0.00 / 0.02)
Color #F5DCFA in popluar color models
F5 | DC | FA | |
---|---|---|---|
RGB | 245 | 220 | 250 |
HSL | 290° | 75.00% | 92.16% |
HSB/HSV | 290° | 12.00% | 98.04% |
CMYK | 2.00% | 12.00% | 0.00% |
1.96% |
Color #F5DCFA in popluar number systems.
HEX | F5 | DC | FA |
Decimal | 245 | 220 | 250 |
Binary | 11110101 | 11011100 | 11111010 |
Octal | 365 | 334 | 372 |
Shades of #F5DCFA
Tints of #F5DCFA
Examples of css and html codes for elements with #F5DCFA color. Also use rgb(245,220,250) instead hex code.
.myTextColor { color: #F5DCFA; }
<p style="color:#F5DCFA">This sample text font color is #F5DCFA.</p>
This text font color is #F5DCFA.
.myBgColor { background-color: #F5DCFA; }
<div style="background-color:#F5DCFA">Inner text</div>
This div background color is #F5DCFA.
.myBorderColor { border: 1px solid #F5DCFA; }
<div style="border:3px solid #F5DCFA">Div</div>
This div border color is #F5DCFA.
.myOpacity80 { color: #F5DCFA; opacity: 0.8; }
<p style="color:#F5DCFA;opacity:0.8;">80%</p>
Text with #F5DCFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DCFA;}
<p style="text-shadow: 3px 3px 1px #F5DCFA">Text here.</p>
This text has shadow with #F5DCFA color.
.textShadow {text-shadow: 3px 3px 1px #F5DCFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DCFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DCFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DCFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DCFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DCFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DCFA;
-webkit-box-shadow: 1px 1px 3px 2px #F5DCFA;
box-shadow: 1px 1px 3px 2px #F5DCFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DCFA; -webkit-box-shadow: 1px 1px 3px 2px #F5DCFA; box-shadow:1px 1px 3px 2px #F5DCFA;">
Div content here
</div>
This text has color #F5DCFA on black background.
This text has color #F5DCFA on white background.
This text has black color on #F5DCFA background.
This text has white color on #F5DCFA background.
Complementary color for #hex is #0A2305.