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