HEX: #F5DDFF
RGB: (245,221,255)
#F5DDFF contains red, green and blue colors in about the same proportion. Web safe color of #F5DDFF is #FFCCFF (or #FCF).
#F5DDFF color RGB value is (245,221,255).
RGB: (245,221,255)
(96%, 87%, 100%)
R 245 of 255 = 96%
G 221 of 255 = 87%
B 255 of 255 = 100%
R + G + B ~ 94%. #F5DDFF is light color.
R + G + B = 245 + 221 + 255 = 721 (100%)
R 245 of 721 ~ 33.98%
G 221 of 721 ~ 30.65%
B 255 of 721 ~ 35.37'%
#F5DDFF color CMYK value is (4,13,0,0).
CMYK: (4,13,0,0) C4M13Y0K0 (4%,13%,0%,0%) (0.04/0.13/0.00/0.00)
Color #F5DDFF in popluar color models
F5 | DD | FF | |
---|---|---|---|
RGB | 245 | 221 | 255 |
HSL | 282° | 100.00% | 93.33% |
HSB/HSV | 282° | 13.33% | 100.00% |
CMYK | 3.92% | 13.33% | 0.00% |
0.00% |
Color #F5DDFF in popluar number systems.
HEX | F5 | DD | FF |
Decimal | 245 | 221 | 255 |
Binary | 11110101 | 11011101 | 11111111 |
Octal | 365 | 335 | 377 |
Shades of #F5DDFF
Tints of #F5DDFF
Examples of css and html codes for elements with #F5DDFF color. Also use rgb(245,221,255) instead hex code.
.myTextColor { color: #F5DDFF; }
<p style="color:#F5DDFF">This sample text font color is #F5DDFF.</p>
This text font color is #F5DDFF.
.myBgColor { background-color: #F5DDFF; }
<div style="background-color:#F5DDFF">Inner text</div>
This div background color is #F5DDFF.
.myBorderColor { border: 1px solid #F5DDFF; }
<div style="border:3px solid #F5DDFF">Div</div>
This div border color is #F5DDFF.
.myOpacity80 { color: #F5DDFF; opacity: 0.8; }
<p style="color:#F5DDFF;opacity:0.8;">80%</p>
Text with #F5DDFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DDFF;}
<p style="text-shadow: 3px 3px 1px #F5DDFF">Text here.</p>
This text has shadow with #F5DDFF color.
.textShadow {text-shadow: 3px 3px 1px #F5DDFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DDFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DDFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DDFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DDFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DDFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DDFF;
-webkit-box-shadow: 1px 1px 3px 2px #F5DDFF;
box-shadow: 1px 1px 3px 2px #F5DDFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DDFF; -webkit-box-shadow: 1px 1px 3px 2px #F5DDFF; box-shadow:1px 1px 3px 2px #F5DDFF;">
Div content here
</div>
This text has color #F5DDFF on black background.
This text has color #F5DDFF on white background.
This text has black color on #F5DDFF background.
This text has white color on #F5DDFF background.
Complementary color for #hex is #0A2200.