HEX: #F0AEDF
RGB: (240,174,223)
#F0AEDF contains mainly red and blue colors. Web safe color of #F0AEDF is #FF99CC (or #F9C).
#F0AEDF color RGB value is (240,174,223).
RGB: (240,174,223)
(94%, 68%, 87%)
R 240 of 255 = 94%
G 174 of 255 = 68%
B 223 of 255 = 87%
R + G + B ~ 83%. #F0AEDF is quite light color.
R + G + B = 240 + 174 + 223 = 637 (100%)
R 240 of 637 ~ 37.68%
G 174 of 637 ~ 27.32%
B 223 of 637 ~ 35.01'%
#F0AEDF color CMYK value is (0,28,7,6).
CMYK: (0,28,7,6)
C0M28Y7K6 (0%, 28%, 7%, 6%)
(0.00 / 0.28 / 0.07 / 0.06)
Color #F0AEDF in popluar color models
F0 | AE | DF | |
---|---|---|---|
RGB | 240 | 174 | 223 |
HSL | 315° | 68.75% | 81.18% |
HSB/HSV | 315° | 27.50% | 94.12% |
CMYK | 0.00% | 27.50% | 7.08% |
5.88% |
Color #F0AEDF in popluar number systems.
HEX | F0 | AE | DF |
Decimal | 240 | 174 | 223 |
Binary | 11110000 | 10101110 | 11011111 |
Octal | 360 | 256 | 337 |
Shades of #F0AEDF
Tints of #F0AEDF
Examples of css and html codes for elements with #F0AEDF color. Also use rgb(240,174,223) instead hex code.
.myTextColor { color: #F0AEDF; }
<p style="color:#F0AEDF">This sample text font color is #F0AEDF.</p>
This text font color is #F0AEDF.
.myBgColor { background-color: #F0AEDF; }
<div style="background-color:#F0AEDF">Inner text</div>
This div background color is #F0AEDF.
.myBorderColor { border: 1px solid #F0AEDF; }
<div style="border:3px solid #F0AEDF">Div</div>
This div border color is #F0AEDF.
.myOpacity80 { color: #F0AEDF; opacity: 0.8; }
<p style="color:#F0AEDF;opacity:0.8;">80%</p>
Text with #F0AEDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0AEDF;}
<p style="text-shadow: 3px 3px 1px #F0AEDF">Text here.</p>
This text has shadow with #F0AEDF color.
.textShadow {text-shadow: 3px 3px 1px #F0AEDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0AEDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0AEDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0AEDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0AEDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0AEDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0AEDF;
-webkit-box-shadow: 1px 1px 3px 2px #F0AEDF;
box-shadow: 1px 1px 3px 2px #F0AEDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0AEDF; -webkit-box-shadow: 1px 1px 3px 2px #F0AEDF; box-shadow:1px 1px 3px 2px #F0AEDF;">
Div content here
</div>
This text has color #F0AEDF on black background.
This text has color #F0AEDF on white background.
This text has black color on #F0AEDF background.
This text has white color on #F0AEDF background.
Complementary color for #hex is #0F5120.