COLOR #F69CD9

HEX: #F69CD9
RGB: (246,156,217)

Color info

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

RGB color model

#F69CD9 color RGB value is (246,156,217).

  • red value is 246;
  • green value is 156;
  • blue value is 217.
RGB:
(246,156,217)
(96%,61%,85%)

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 217 of 255 = 85%

246
156
217

R + G + B ~ 81%. #F69CD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 156 + 217 = 619 (100%)
R 246 of 619 ~ 39.74%
G 156 of 619 ~ 25.2%
B 217 of 619 ~ 35.06%

%39.74
%25.2
%35.06

CMYK color model

#F69CD9 color CMYK value is (0,37,12,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 11.79%
  • key color value is 3.53%
CMYK:
(0,37,12,4)
C0M37Y12K4 
(0%,37%,12%,4%)
(0.00/0.37/0.12/0.04)	

CMYK percentages

%0
%36.59
%11.79
%3.53

Codes

Color #F69CD9 in popluar color models

F69CD9
RGB246156217
HSL319°83.33%78.82%
HSB/HSV319°36.59%96.47%
CMYK0.00%36.59%11.79%
3.53%

Color #F69CD9 in popluar number systems.

HEXF69CD9
Decimal246156217
Binary111101101001110011011001
Octal366234331

Shades and tints

Shades of #F69CD9

#F69CD9
(246,156,217)
#E08EC6
(224,142,198)
#CA80B3
(202,128,179)
#B472A0
(180,114,160)
#9E648D
(158,100,141)
#88567A
(136,86,122)
#724867
(114,72,103)
#5C3A54
(92,58,84)
#462C41
(70,44,65)
#301E2E
(48,30,46)
#1A101B
(26,16,27)
#000000
(0,0,0)

Tints of #F69CD9

#F69CD9
(246,156,217)
#F6A5DC
(246,165,220)
#F6AEDF
(246,174,223)
#F6B7E2
(246,183,226)
#F6C0E5
(246,192,229)
#F6C9E8
(246,201,232)
#F6D2EB
(246,210,235)
#F6DBEE
(246,219,238)
#F6E4F1
(246,228,241)
#F6EDF4
(246,237,244)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69CD9; }

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

This text font color is #F69CD9.


Background Color

.myBgColor { background-color: #F69CD9; }

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

This div background color is #F69CD9.


Border color

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

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

This div border color is #F69CD9.


Opacity

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

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

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

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

This text has shadow with #F69CD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69CD9 on black background.


Color preview on white background

This text has color #F69CD9 on white background.



Black color preview on #F69CD9 background

This text has black color on #F69CD9 background.


White color preview on #F69CD9 background

This text has white color on #F69CD9 background.