HEX: #F2E0EB
RGB: (242,224,235)
#F2E0EB contains red, green and blue colors in about the same proportion. Web safe color of #F2E0EB is #FFCCFF (or #FCF).
#F2E0EB color RGB value is (242,224,235).
RGB: (242,224,235)
(95%, 88%, 92%)
R 242 of 255 = 95%
G 224 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 92%. #F2E0EB is light color.
R + G + B = 242 + 224 + 235 = 701 (100%)
R 242 of 701 ~ 34.52%
G 224 of 701 ~ 31.95%
B 235 of 701 ~ 33.52'%
#F2E0EB color CMYK value is (0,7,3,5).
CMYK: (0,7,3,5) C0M7Y3K5 (0%,7%,3%,5%) (0.00/0.07/0.03/0.05)
Color #F2E0EB in popluar color models
F2 | E0 | EB | |
---|---|---|---|
RGB | 242 | 224 | 235 |
HSL | 323° | 40.91% | 91.37% |
HSB/HSV | 323° | 7.44% | 94.90% |
CMYK | 0.00% | 7.44% | 2.89% |
5.10% |
Color #F2E0EB in popluar number systems.
HEX | F2 | E0 | EB |
Decimal | 242 | 224 | 235 |
Binary | 11110010 | 11100000 | 11101011 |
Octal | 362 | 340 | 353 |
Shades of #F2E0EB
Tints of #F2E0EB
Examples of css and html codes for elements with #F2E0EB color. Also use rgb(242,224,235) instead hex code.
.myTextColor { color: #F2E0EB; }
<p style="color:#F2E0EB">This sample text font color is #F2E0EB.</p>
This text font color is #F2E0EB.
.myBgColor { background-color: #F2E0EB; }
<div style="background-color:#F2E0EB">Inner text</div>
This div background color is #F2E0EB.
.myBorderColor { border: 1px solid #F2E0EB; }
<div style="border:3px solid #F2E0EB">Div</div>
This div border color is #F2E0EB.
.myOpacity80 { color: #F2E0EB; opacity: 0.8; }
<p style="color:#F2E0EB;opacity:0.8;">80%</p>
Text with #F2E0EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2E0EB;}
<p style="text-shadow: 3px 3px 1px #F2E0EB">Text here.</p>
This text has shadow with #F2E0EB color.
.textShadow {text-shadow: 3px 3px 1px #F2E0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2E0EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2E0EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2E0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2E0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2E0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2E0EB;
-webkit-box-shadow: 1px 1px 3px 2px #F2E0EB;
box-shadow: 1px 1px 3px 2px #F2E0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2E0EB; -webkit-box-shadow: 1px 1px 3px 2px #F2E0EB; box-shadow:1px 1px 3px 2px #F2E0EB;">
Div content here
</div>
This text has color #F2E0EB on black background.
This text has color #F2E0EB on white background.
This text has black color on #F2E0EB background.
This text has white color on #F2E0EB background.
Complementary color for #hex is #0D1F14.