COLOR #F69DC7

HEX: #F69DC7
RGB: (246,157,199)

Color info

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

RGB color model

#F69DC7 color RGB value is (246,157,199).

  • red value is 246;
  • green value is 157;
  • blue value is 199.
RGB:
(246,157,199)
(96%,62%,78%)

RGB channels and saturation

R 246 of 255 = 96%
G 157 of 255 = 62%
B 199 of 255 = 78%

246
157
199

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

Portions of RGB colors in percentages

R + G + B =
246 + 157 + 199 = 602 (100%)
R 246 of 602 ~ 40.86%
G 157 of 602 ~ 26.08%
B 199 of 602 ~ 33.06%

%40.86
%26.08
%33.06

CMYK color model

#F69DC7 color CMYK value is (0,36,19,4).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 19.11%
  • key color value is 3.53%
CMYK:
(0,36,19,4)
C0M36Y19K4 
(0%,36%,19%,4%)
(0.00/0.36/0.19/0.04)	

CMYK percentages

%0
%36.18
%19.11
%3.53

Codes

Color #F69DC7 in popluar color models

F69DC7
RGB246157199
HSL332°83.18%79.02%
HSB/HSV332°36.18%96.47%
CMYK0.00%36.18%19.11%
3.53%

Color #F69DC7 in popluar number systems.

HEXF69DC7
Decimal246157199
Binary111101101001110111000111
Octal366235307

Shades and tints

Shades of #F69DC7

#F69DC7
(246,157,199)
#E08FB5
(224,143,181)
#CA81A3
(202,129,163)
#B47391
(180,115,145)
#9E657F
(158,101,127)
#88576D
(136,87,109)
#72495B
(114,73,91)
#5C3B49
(92,59,73)
#462D37
(70,45,55)
#301F25
(48,31,37)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #F69DC7

#F69DC7
(246,157,199)
#F6A5CC
(246,165,204)
#F6ADD1
(246,173,209)
#F6B5D6
(246,181,214)
#F6BDDB
(246,189,219)
#F6C5E0
(246,197,224)
#F6CDE5
(246,205,229)
#F6D5EA
(246,213,234)
#F6DDEF
(246,221,239)
#F6E5F4
(246,229,244)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69DC7; }

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

This text font color is #F69DC7.


Background Color

.myBgColor { background-color: #F69DC7; }

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

This div background color is #F69DC7.


Border color

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

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

This div border color is #F69DC7.


Opacity

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

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

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

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

This text has shadow with #F69DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69DC7 on black background.


Color preview on white background

This text has color #F69DC7 on white background.



Black color preview on #F69DC7 background

This text has black color on #F69DC7 background.


White color preview on #F69DC7 background

This text has white color on #F69DC7 background.