HEX: #F5DCEE
RGB: (245,220,238)
#F5DCEE contains red, green and blue colors in about the same proportion. Web safe color of #F5DCEE is #FFCCFF (or #FCF).
#F5DCEE color RGB value is (245,220,238).
RGB: (245,220,238)
(96%, 86%, 93%)
R 245 of 255 = 96%
G 220 of 255 = 86%
B 238 of 255 = 93%
R + G + B ~ 92%. #F5DCEE is light color.
R + G + B = 245 + 220 + 238 = 703 (100%)
R 245 of 703 ~ 34.85%
G 220 of 703 ~ 31.29%
B 238 of 703 ~ 33.85'%
#F5DCEE color CMYK value is (0,10,3,4).
CMYK: (0,10,3,4)
C0M10Y3K4 (0%, 10%, 3%, 4%)
(0.00 / 0.10 / 0.03 / 0.04)
Color #F5DCEE in popluar color models
F5 | DC | EE | |
---|---|---|---|
RGB | 245 | 220 | 238 |
HSL | 317° | 55.56% | 91.18% |
HSB/HSV | 317° | 10.20% | 96.08% |
CMYK | 0.00% | 10.20% | 2.86% |
3.92% |
Color #F5DCEE in popluar number systems.
HEX | F5 | DC | EE |
Decimal | 245 | 220 | 238 |
Binary | 11110101 | 11011100 | 11101110 |
Octal | 365 | 334 | 356 |
Shades of #F5DCEE
Tints of #F5DCEE
Examples of css and html codes for elements with #F5DCEE color. Also use rgb(245,220,238) instead hex code.
.myTextColor { color: #F5DCEE; }
<p style="color:#F5DCEE">This sample text font color is #F5DCEE.</p>
This text font color is #F5DCEE.
.myBgColor { background-color: #F5DCEE; }
<div style="background-color:#F5DCEE">Inner text</div>
This div background color is #F5DCEE.
.myBorderColor { border: 1px solid #F5DCEE; }
<div style="border:3px solid #F5DCEE">Div</div>
This div border color is #F5DCEE.
.myOpacity80 { color: #F5DCEE; opacity: 0.8; }
<p style="color:#F5DCEE;opacity:0.8;">80%</p>
Text with #F5DCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DCEE;}
<p style="text-shadow: 3px 3px 1px #F5DCEE">Text here.</p>
This text has shadow with #F5DCEE color.
.textShadow {text-shadow: 3px 3px 1px #F5DCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DCEE;
-webkit-box-shadow: 1px 1px 3px 2px #F5DCEE;
box-shadow: 1px 1px 3px 2px #F5DCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DCEE; -webkit-box-shadow: 1px 1px 3px 2px #F5DCEE; box-shadow:1px 1px 3px 2px #F5DCEE;">
Div content here
</div>
This text has color #F5DCEE on black background.
This text has color #F5DCEE on white background.
This text has black color on #F5DCEE background.
This text has white color on #F5DCEE background.
Complementary color for #hex is #0A2311.