HEX: #FDE6CA
RGB: (253,230,202)
#FDE6CA contains red, green and blue colors in about the same proportion. Web safe color of #FDE6CA is #FFCCCC (or #FCC).
#FDE6CA color RGB value is (253,230,202).
RGB: (253,230,202)
(99%, 90%, 79%)
R 253 of 255 = 99%
G 230 of 255 = 90%
B 202 of 255 = 79%
R + G + B ~ 89%. #FDE6CA is light color.
R + G + B = 253 + 230 + 202 = 685 (100%)
R 253 of 685 ~ 36.93%
G 230 of 685 ~ 33.58%
B 202 of 685 ~ 29.49'%
#FDE6CA color CMYK value is (0,9,20,1).
CMYK: (0,9,20,1) C0M9Y20K1 (0%,9%,20%,1%) (0.00/0.09/0.20/0.01)
Color #FDE6CA in popluar color models
FD | E6 | CA | |
---|---|---|---|
RGB | 253 | 230 | 202 |
HSL | 33° | 92.73% | 89.22% |
HSB/HSV | 33° | 20.16% | 99.22% |
CMYK | 0.00% | 9.09% | 20.16% |
0.78% |
Color #FDE6CA in popluar number systems.
HEX | FD | E6 | CA |
Decimal | 253 | 230 | 202 |
Binary | 11111101 | 11100110 | 11001010 |
Octal | 375 | 346 | 312 |
Shades of #FDE6CA
Tints of #FDE6CA
Examples of css and html codes for elements with #FDE6CA color. Also use rgb(253,230,202) instead hex code.
.myTextColor { color: #FDE6CA; }
<p style="color:#FDE6CA">This sample text font color is #FDE6CA.</p>
This text font color is #FDE6CA.
.myBgColor { background-color: #FDE6CA; }
<div style="background-color:#FDE6CA">Inner text</div>
This div background color is #FDE6CA.
.myBorderColor { border: 1px solid #FDE6CA; }
<div style="border:3px solid #FDE6CA">Div</div>
This div border color is #FDE6CA.
.myOpacity80 { color: #FDE6CA; opacity: 0.8; }
<p style="color:#FDE6CA;opacity:0.8;">80%</p>
Text with #FDE6CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDE6CA;}
<p style="text-shadow: 3px 3px 1px #FDE6CA">Text here.</p>
This text has shadow with #FDE6CA color.
.textShadow {text-shadow: 3px 3px 1px #FDE6CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDE6CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDE6CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE6CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDE6CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDE6CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDE6CA;
-webkit-box-shadow: 1px 1px 3px 2px #FDE6CA;
box-shadow: 1px 1px 3px 2px #FDE6CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE6CA; -webkit-box-shadow: 1px 1px 3px 2px #FDE6CA; box-shadow:1px 1px 3px 2px #FDE6CA;">
Div content here
</div>
This text has color #FDE6CA on black background.
This text has color #FDE6CA on white background.
This text has black color on #FDE6CA background.
This text has white color on #FDE6CA background.
Complementary color for #hex is #021935.