COLOR #F69DCB

HEX: #F69DCB RGB: (246,157,203)

Color info

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

RGB color model

#F69DCB color RGB value is (246,157,203).

RGB: (246,157,203) (96%, 62%, 80%)

RGB channels and saturation

R 246 of 255 = 96%
G 157 of 255 = 62%
B 203 of 255 = 80%

246
157
203

R + G + B ~ 79%. #F69DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 157 + 203 = 606 (100%)
R 246 of 606 ~ 40.59%
G 157 of 606 ~ 25.91%
B 203 of 606 ~ 33.5'%

%40.59
%25.91
%33.5

CMYK color model

#F69DCB color CMYK value is (0,36,17,4).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK: (0,36,17,4) C0M36Y17K4 (0%,36%,17%,4%) (0.00/0.36/0.17/0.04) 

CMYK percentages

%0
%36.18
%17.48
%3.53

Codes

Color #F69DCB in popluar color models

F6 9D CB
RGB 246 157 203
HSL 329° 83.18% 79.02%
HSB/HSV 329° 36.18% 96.47%
CMYK 0.00% 36.18% 17.48%
3.53%

Color #F69DCB in popluar number systems.

HEX F6 9D CB
Decimal 246 157 203
Binary 11110110 10011101 11001011
Octal 366 235 313

Shades and tints

Shades of #F69DCB

#F69DCB
(246,157,203)
#E08FB9
(224,143,185)
#CA81A7
(202,129,167)
#B47395
(180,115,149)
#9E6583
(158,101,131)
#885771
(136,87,113)
#72495F
(114,73,95)
#5C3B4D
(92,59,77)
#462D3B
(70,45,59)
#301F29
(48,31,41)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #F69DCB

#F69DCB
(246,157,203)
#F6A5CF
(246,165,207)
#F6ADD3
(246,173,211)
#F6B5D7
(246,181,215)
#F6BDDB
(246,189,219)
#F6C5DF
(246,197,223)
#F6CDE3
(246,205,227)
#F6D5E7
(246,213,231)
#F6DDEB
(246,221,235)
#F6E5EF
(246,229,239)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69DCB color. Also use rgb(246,157,203) instead hex code.

Text Font Color

.myTextColor { color: #F69DCB; }

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

This text font color is #F69DCB.

Background Color

.myBgColor { background-color: #F69DCB; }

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

This div background color is #F69DCB.

Border color

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

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

This div border color is #F69DCB.

Opacity

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

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

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

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

This text has shadow with #F69DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69DCB.

Preview

Color preview on black background

This text has color #F69DCB on black background.


Color preview on white background

This text has color #F69DCB on white background.


Black color preview on #F69DCB background

This text has black color on #F69DCB background.


White color preview on #F69DCB background

This text has white color on #F69DCB background.


Related colors

Complementary color

Complementary color for #hex is #096234.


I love getcolorcode.com

Triadic colors

1 #CBF69D and #9DCBF6 with #F69DCB are triadic colors.

2 #CB9DF6 and #9DF6CB with #F69DCB are triadic colors.