COLOR #F69BA4

HEX: #F69BA4 RGB: (246,155,164)

Color info

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

RGB color model

#F69BA4 color RGB value is (246,155,164).

RGB: (246,155,164) (96%, 61%, 64%)

RGB channels and saturation

R 246 of 255 = 96%
G 155 of 255 = 61%
B 164 of 255 = 64%

246
155
164

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

Portions of RGB colors in percentages

R + G + B = 246 + 155 + 164 = 565 (100%)
R 246 of 565 ~ 43.54%
G 155 of 565 ~ 27.43%
B 164 of 565 ~ 29.03'%

%43.54
%27.43
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 33.33%
  • 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.99
%33.33
%3.53

Codes

Color #F69BA4 in popluar color models

F6 9B A4
RGB 246 155 164
HSL 354° 83.49% 78.63%
HSB/HSV 354° 36.99% 96.47%
CMYK 0.00% 36.99% 33.33%
3.53%

Color #F69BA4 in popluar number systems.

HEX F6 9B A4
Decimal 246 155 164
Binary 11110110 10011011 10100100
Octal 366 233 244

Shades and tints

Shades of #F69BA4

#F69BA4
(246,155,164)
#E08D96
(224,141,150)
#CA7F88
(202,127,136)
#B4717A
(180,113,122)
#9E636C
(158,99,108)
#88555E
(136,85,94)
#724750
(114,71,80)
#5C3942
(92,57,66)
#462B34
(70,43,52)
#301D26
(48,29,38)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #F69BA4

#F69BA4
(246,155,164)
#F6A4AC
(246,164,172)
#F6ADB4
(246,173,180)
#F6B6BC
(246,182,188)
#F6BFC4
(246,191,196)
#F6C8CC
(246,200,204)
#F6D1D4
(246,209,212)
#F6DADC
(246,218,220)
#F6E3E4
(246,227,228)
#F6ECEC
(246,236,236)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69BA4 color. Also use rgb(246,155,164) instead hex code.

Text Font Color

.myTextColor { color: #F69BA4; }

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

This text font color is #F69BA4.

Background Color

.myBgColor { background-color: #F69BA4; }

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

This div background color is #F69BA4.

Border color

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

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

This div border color is #F69BA4.

Opacity

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

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

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

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

This text has shadow with #F69BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69BA4.

Preview

Color preview on black background

This text has color #F69BA4 on black background.


Color preview on white background

This text has color #F69BA4 on white background.


Black color preview on #F69BA4 background

This text has black color on #F69BA4 background.


White color preview on #F69BA4 background

This text has white color on #F69BA4 background.


Related colors

Complementary color

Complementary color for #hex is #09645B.


I love getcolorcode.com

Triadic colors

1 #A4F69B and #9BA4F6 with #F69BA4 are triadic colors.

2 #A49BF6 and #9BF6A4 with #F69BA4 are triadic colors.