HEX: #F2FEDD
RGB: (242,254,221)
#F2FEDD contains red, green and blue colors in about the same proportion. Web safe color of #F2FEDD is #FFFFCC (or #FFC).
#F2FEDD color RGB value is (242,254,221).
RGB: (242,254,221)
(95%, 100%, 87%)
R 242 of 255 = 95%
G 254 of 255 = 100%
B 221 of 255 = 87%
R + G + B ~ 94%. #F2FEDD is light color.
R + G + B = 242 + 254 + 221 = 717 (100%)
R 242 of 717 ~ 33.75%
G 254 of 717 ~ 35.43%
B 221 of 717 ~ 30.82'%
#F2FEDD color CMYK value is (5,0,13,0).
CMYK: (5,0,13,0) C5M0Y13K0 (5%,0%,13%,0%) (0.05/0.00/0.13/0.00)
Color #F2FEDD in popluar color models
F2 | FE | DD | |
---|---|---|---|
RGB | 242 | 254 | 221 |
HSL | 82° | 94.29% | 93.14% |
HSB/HSV | 82° | 12.99% | 99.61% |
CMYK | 4.72% | 0.00% | 12.99% |
0.39% |
Color #F2FEDD in popluar number systems.
HEX | F2 | FE | DD |
Decimal | 242 | 254 | 221 |
Binary | 11110010 | 11111110 | 11011101 |
Octal | 362 | 376 | 335 |
Shades of #F2FEDD
Tints of #F2FEDD
Examples of css and html codes for elements with #F2FEDD color. Also use rgb(242,254,221) instead hex code.
.myTextColor { color: #F2FEDD; }
<p style="color:#F2FEDD">This sample text font color is #F2FEDD.</p>
This text font color is #F2FEDD.
.myBgColor { background-color: #F2FEDD; }
<div style="background-color:#F2FEDD">Inner text</div>
This div background color is #F2FEDD.
.myBorderColor { border: 1px solid #F2FEDD; }
<div style="border:3px solid #F2FEDD">Div</div>
This div border color is #F2FEDD.
.myOpacity80 { color: #F2FEDD; opacity: 0.8; }
<p style="color:#F2FEDD;opacity:0.8;">80%</p>
Text with #F2FEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2FEDD;}
<p style="text-shadow: 3px 3px 1px #F2FEDD">Text here.</p>
This text has shadow with #F2FEDD color.
.textShadow {text-shadow: 3px 3px 1px #F2FEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2FEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2FEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2FEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2FEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2FEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2FEDD;
-webkit-box-shadow: 1px 1px 3px 2px #F2FEDD;
box-shadow: 1px 1px 3px 2px #F2FEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2FEDD; -webkit-box-shadow: 1px 1px 3px 2px #F2FEDD; box-shadow:1px 1px 3px 2px #F2FEDD;">
Div content here
</div>
This text has color #F2FEDD on black background.
This text has color #F2FEDD on white background.
This text has black color on #F2FEDD background.
This text has white color on #F2FEDD background.
Complementary color for #hex is #0D0122.