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