COLOR #F69AC8

HEX: #F69AC8 RGB: (246,154,200)

Color info

#F69AC8 contains mainly red and blue colors. Web safe color of #F69AC8 is #FF99CC (or #F9C).

RGB color model

#F69AC8 color RGB value is (246,154,200).

RGB: (246,154,200) (96%, 60%, 78%)

RGB channels and saturation

R 246 of 255 = 96%
G 154 of 255 = 60%
B 200 of 255 = 78%

246
154
200

R + G + B ~ 78%. #F69AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 154 + 200 = 600 (100%)
R 246 of 600 ~ 41%
G 154 of 600 ~ 25.67%
B 200 of 600 ~ 33.33'%

%41
%25.67
%33.33

CMYK color model

#F69AC8 color CMYK value is (0,37,19,4).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 18.70%
  • key color value is 3.53%

CMYK: (0,37,19,4)
C0M37Y19K4 (0%, 37%, 19%, 4%)
(0.00 / 0.37 / 0.19 / 0.04)

CMYK percentages

%0
%37.4
%18.7
%3.53

Codes

Color #F69AC8 in popluar color models

F6 9A C8
RGB 246 154 200
HSL 330° 83.64% 78.43%
HSB/HSV 330° 37.40% 96.47%
CMYK 0.00% 37.40% 18.70%
3.53%

Color #F69AC8 in popluar number systems.

HEX F6 9A C8
Decimal 246 154 200
Binary 11110110 10011010 11001000
Octal 366 232 310

Shades and tints

Shades of #F69AC8

#F69AC8
(246,154,200)
#E08CB6
(224,140,182)
#CA7EA4
(202,126,164)
#B47092
(180,112,146)
#9E6280
(158,98,128)
#88546E
(136,84,110)
#72465C
(114,70,92)
#5C384A
(92,56,74)
#462A38
(70,42,56)
#301C26
(48,28,38)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #F69AC8

#F69AC8
(246,154,200)
#F6A3CD
(246,163,205)
#F6ACD2
(246,172,210)
#F6B5D7
(246,181,215)
#F6BEDC
(246,190,220)
#F6C7E1
(246,199,225)
#F6D0E6
(246,208,230)
#F6D9EB
(246,217,235)
#F6E2F0
(246,226,240)
#F6EBF5
(246,235,245)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69AC8 color. Also use rgb(246,154,200) instead hex code.

Text Font Color

.myTextColor { color: #F69AC8; }

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

This text font color is #F69AC8.

Background Color

.myBgColor { background-color: #F69AC8; }

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

This div background color is #F69AC8.

Border color

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

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

This div border color is #F69AC8.

Opacity

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

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

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

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

This text has shadow with #F69AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69AC8.

Preview

Color preview on black background

This text has color #F69AC8 on black background.


Color preview on white background

This text has color #F69AC8 on white background.


Black color preview on #F69AC8 background

This text has black color on #F69AC8 background.


White color preview on #F69AC8 background

This text has white color on #F69AC8 background.


Related colors

Complementary color

Complementary color for #hex is #096537.


I love getcolorcode.com

Triadic colors

1 #C8F69A and #9AC8F6 with #F69AC8 are triadic colors.

2 #C89AF6 and #9AF6C8 with #F69AC8 are triadic colors.