COLOR #F69CA6

HEX: #F69CA6 RGB: (246,156,166)

Color info

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

RGB color model

#F69CA6 color RGB value is (246,156,166).

RGB: (246,156,166) (96%, 61%, 65%)

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 166 of 255 = 65%

246
156
166

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

Portions of RGB colors in percentages

R + G + B = 246 + 156 + 166 = 568 (100%)
R 246 of 568 ~ 43.31%
G 156 of 568 ~ 27.46%
B 166 of 568 ~ 29.23'%

%43.31
%27.46
%29.23

CMYK color model

#F69CA6 color CMYK value is (0,37,33,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 32.52%
  • key color value is 3.53%
CMYK: (0,37,33,4) C0M37Y33K4 (0%,37%,33%,4%) (0.00/0.37/0.33/0.04) 

CMYK percentages

%0
%36.59
%32.52
%3.53

Codes

Color #F69CA6 in popluar color models

F6 9C A6
RGB 246 156 166
HSL 353° 83.33% 78.82%
HSB/HSV 353° 36.59% 96.47%
CMYK 0.00% 36.59% 32.52%
3.53%

Color #F69CA6 in popluar number systems.

HEX F6 9C A6
Decimal 246 156 166
Binary 11110110 10011100 10100110
Octal 366 234 246

Shades and tints

Shades of #F69CA6

#F69CA6
(246,156,166)
#E08E97
(224,142,151)
#CA8088
(202,128,136)
#B47279
(180,114,121)
#9E646A
(158,100,106)
#88565B
(136,86,91)
#72484C
(114,72,76)
#5C3A3D
(92,58,61)
#462C2E
(70,44,46)
#301E1F
(48,30,31)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #F69CA6

#F69CA6
(246,156,166)
#F6A5AE
(246,165,174)
#F6AEB6
(246,174,182)
#F6B7BE
(246,183,190)
#F6C0C6
(246,192,198)
#F6C9CE
(246,201,206)
#F6D2D6
(246,210,214)
#F6DBDE
(246,219,222)
#F6E4E6
(246,228,230)
#F6EDEE
(246,237,238)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69CA6 color. Also use rgb(246,156,166) instead hex code.

Text Font Color

.myTextColor { color: #F69CA6; }

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

This text font color is #F69CA6.

Background Color

.myBgColor { background-color: #F69CA6; }

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

This div background color is #F69CA6.

Border color

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

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

This div border color is #F69CA6.

Opacity

.myOpacity80 { color: #F69CA6; opacity: 0.8; }

<p style="color:#F69CA6;opacity:0.8;">80%</p>

Text with #F69CA6 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 #F69CA6;}

<p style="text-shadow: 3px 3px 1px #F69CA6">Text here.</p>

This text has shadow with #F69CA6 color.


.textShadow {text-shadow: 3px 3px 1px #F69CA6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F69CA6, 5px 5px 20px red">Text here.</p>

This text has shadow with #F69CA6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F69CA6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F69CA6, Direction=45, Strength=4)">Text</p>

This text has shadow with #F69CA6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F69CA6;
-webkit-box-shadow: 1px 1px 3px 2px #F69CA6;
box-shadow: 1px 1px 3px 2px #F69CA6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F69CA6; -webkit-box-shadow: 1px 1px 3px 2px #F69CA6; box-shadow:1px 1px 3px 2px #F69CA6;">
Div content here
</div>

This div box has shadow with color #F69CA6.

Preview

Color preview on black background

This text has color #F69CA6 on black background.


Color preview on white background

This text has color #F69CA6 on white background.


Black color preview on #F69CA6 background

This text has black color on #F69CA6 background.


White color preview on #F69CA6 background

This text has white color on #F69CA6 background.


Related colors

Complementary color

Complementary color for #hex is #096359.


I love getcolorcode.com

Triadic colors

1 #A6F69C and #9CA6F6 with #F69CA6 are triadic colors.

2 #A69CF6 and #9CF6A6 with #F69CA6 are triadic colors.