COLOR #F695AB

HEX: #F695AB RGB: (246,149,171)

Color info

#F695AB contains mainly red color. Web safe color of #F695AB is #FF9999 (or #F99).

RGB color model

#F695AB color RGB value is (246,149,171).

RGB: (246,149,171) (96%, 58%, 67%)

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 171 of 255 = 67%

246
149
171

R + G + B ~ 74%. #F695AB is quite light color.

Portions of RGB colors in percentages

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'%

%43.46
%26.33
%30.21

CMYK color model

#F695AB color CMYK value is (0,39,30,4).

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 30.49%
  • key color value is 3.53%

CMYK: (0,39,30,4)
C0M39Y30K4 (0%, 39%, 30%, 4%)
(0.00 / 0.39 / 0.30 / 0.04)

CMYK percentages

%0
%39.43
%30.49
%3.53

Codes

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 and tints

Shades of #F695AB

#F695AB
(246,149,171)
#E0889C
(224,136,156)
#CA7B8D
(202,123,141)
#B46E7E
(180,110,126)
#9E616F
(158,97,111)
#885460
(136,84,96)
#724751
(114,71,81)
#5C3A42
(92,58,66)
#462D33
(70,45,51)
#302024
(48,32,36)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #F695AB

#F695AB
(246,149,171)
#F69EB2
(246,158,178)
#F6A7B9
(246,167,185)
#F6B0C0
(246,176,192)
#F6B9C7
(246,185,199)
#F6C2CE
(246,194,206)
#F6CBD5
(246,203,213)
#F6D4DC
(246,212,220)
#F6DDE3
(246,221,227)
#F6E6EA
(246,230,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F695AB color. Also use rgb(246,149,171) instead hex code.

Text Font Color

.myTextColor { color: #F695AB; }

<p style="color:#F695AB">This sample text font color is #F695AB.</p>

This text font color is #F695AB.

Background Color

.myBgColor { background-color: #F695AB; }

<div style="background-color:#F695AB">Inner text</div>

This div background color is #F695AB.

Border color

.myBorderColor { border: 1px solid #F695AB; }

<div style="border:3px solid #F695AB">Div</div>

This div border color is #F695AB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #F695AB.

Preview

Color preview on black background

This text has color #F695AB on black background.


Color preview on white background

This text has color #F695AB on white background.


Black color preview on #F695AB background

This text has black color on #F695AB background.


White color preview on #F695AB background

This text has white color on #F695AB background.


Related colors

Complementary color

Complementary color for #hex is #096A54.


I love getcolorcode.com

Triadic colors

1 #ABF695 and #95ABF6 with #F695AB are triadic colors.

2 #AB95F6 and #95F6AB with #F695AB are triadic colors.