HEX: #F1ADEE
RGB: (241,173,238)
#F1ADEE contains mainly red and blue colors. Web safe color of #F1ADEE is #FF99FF (or #F9F).
#F1ADEE color RGB value is (241,173,238).
RGB: (241,173,238)
(95%, 68%, 93%)
R 241 of 255 = 95%
G 173 of 255 = 68%
B 238 of 255 = 93%
R + G + B ~ 85%. #F1ADEE is quite light color.
R + G + B = 241 + 173 + 238 = 652 (100%)
R 241 of 652 ~ 36.96%
G 173 of 652 ~ 26.53%
B 238 of 652 ~ 36.5'%
#F1ADEE color CMYK value is (0,28,1,5).
CMYK: (0,28,1,5)
C0M28Y1K5 (0%, 28%, 1%, 5%)
(0.00 / 0.28 / 0.01 / 0.05)
Color #F1ADEE in popluar color models
F1 | AD | EE | |
---|---|---|---|
RGB | 241 | 173 | 238 |
HSL | 303° | 70.83% | 81.18% |
HSB/HSV | 303° | 28.22% | 94.51% |
CMYK | 0.00% | 28.22% | 1.24% |
5.49% |
Color #F1ADEE in popluar number systems.
HEX | F1 | AD | EE |
Decimal | 241 | 173 | 238 |
Binary | 11110001 | 10101101 | 11101110 |
Octal | 361 | 255 | 356 |
Shades of #F1ADEE
Tints of #F1ADEE
Examples of css and html codes for elements with #F1ADEE color. Also use rgb(241,173,238) instead hex code.
.myTextColor { color: #F1ADEE; }
<p style="color:#F1ADEE">This sample text font color is #F1ADEE.</p>
This text font color is #F1ADEE.
.myBgColor { background-color: #F1ADEE; }
<div style="background-color:#F1ADEE">Inner text</div>
This div background color is #F1ADEE.
.myBorderColor { border: 1px solid #F1ADEE; }
<div style="border:3px solid #F1ADEE">Div</div>
This div border color is #F1ADEE.
.myOpacity80 { color: #F1ADEE; opacity: 0.8; }
<p style="color:#F1ADEE;opacity:0.8;">80%</p>
Text with #F1ADEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1ADEE;}
<p style="text-shadow: 3px 3px 1px #F1ADEE">Text here.</p>
This text has shadow with #F1ADEE color.
.textShadow {text-shadow: 3px 3px 1px #F1ADEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1ADEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1ADEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1ADEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1ADEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1ADEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1ADEE;
-webkit-box-shadow: 1px 1px 3px 2px #F1ADEE;
box-shadow: 1px 1px 3px 2px #F1ADEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1ADEE; -webkit-box-shadow: 1px 1px 3px 2px #F1ADEE; box-shadow:1px 1px 3px 2px #F1ADEE;">
Div content here
</div>
This text has color #F1ADEE on black background.
This text has color #F1ADEE on white background.
This text has black color on #F1ADEE background.
This text has white color on #F1ADEE background.
Complementary color for #hex is #0E5211.