HEX: #F695AB
RGB: (246,149,171)
#F695AB contains mainly red color. Web safe color of #F695AB is #FF9999 (or #F99).
#F695AB color RGB value is (246,149,171).
RGB: (246,149,171)
(96%, 58%, 67%)
R 246 of 255 = 96%
G 149 of 255 = 58%
B 171 of 255 = 67%
R + G + B ~ 74%. #F695AB is quite light color.
R + G + B = 246 + 149 + 171 = 566 (100%)
R 246 of 566 ~ 43.46%
G 149 of 566 ~ 26.33%
B 171 of 566 ~ 30.21'%
#F695AB color CMYK value is (0,39,30,4).
CMYK: (0,39,30,4)
C0M39Y30K4 (0%, 39%, 30%, 4%)
(0.00 / 0.39 / 0.30 / 0.04)
Color #F695AB in popluar color models
F6 | 95 | AB | |
---|---|---|---|
RGB | 246 | 149 | 171 |
HSL | 346° | 84.35% | 77.45% |
HSB/HSV | 346° | 39.43% | 96.47% |
CMYK | 0.00% | 39.43% | 30.49% |
3.53% |
Color #F695AB in popluar number systems.
HEX | F6 | 95 | AB |
Decimal | 246 | 149 | 171 |
Binary | 11110110 | 10010101 | 10101011 |
Octal | 366 | 225 | 253 |
Shades of #F695AB
Tints of #F695AB
Examples of css and html codes for elements with #F695AB color. Also use rgb(246,149,171) instead hex code.
.myTextColor { color: #F695AB; }
<p style="color:#F695AB">This sample text font color is #F695AB.</p>
This text font color is #F695AB.
.myBgColor { background-color: #F695AB; }
<div style="background-color:#F695AB">Inner text</div>
This div background color is #F695AB.
.myBorderColor { border: 1px solid #F695AB; }
<div style="border:3px solid #F695AB">Div</div>
This div border color is #F695AB.
.myOpacity80 { color: #F695AB; opacity: 0.8; }
<p style="color:#F695AB;opacity:0.8;">80%</p>
Text with #F695AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F695AB;}
<p style="text-shadow: 3px 3px 1px #F695AB">Text here.</p>
This text has shadow with #F695AB color.
.textShadow {text-shadow: 3px 3px 1px #F695AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F695AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F695AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F695AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F695AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F695AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F695AB;
-webkit-box-shadow: 1px 1px 3px 2px #F695AB;
box-shadow: 1px 1px 3px 2px #F695AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F695AB; -webkit-box-shadow: 1px 1px 3px 2px #F695AB; box-shadow:1px 1px 3px 2px #F695AB;">
Div content here
</div>
This text has color #F695AB on black background.
This text has color #F695AB on white background.
This text has black color on #F695AB background.
This text has white color on #F695AB background.
Complementary color for #hex is #096A54.