COLOR #F69ED0

HEX: #F69ED0
RGB: (246,158,208)

Color info

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

RGB color model

#F69ED0 color RGB value is (246,158,208).

  • red value is 246;
  • green value is 158;
  • blue value is 208.
RGB:
(246,158,208)
(96%,62%,82%)

RGB channels and saturation

R 246 of 255 = 96%
G 158 of 255 = 62%
B 208 of 255 = 82%

246
158
208

R + G + B ~ 80%. #F69ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 158 + 208 = 612 (100%)
R 246 of 612 ~ 40.2%
G 158 of 612 ~ 25.82%
B 208 of 612 ~ 33.99%

%40.2
%25.82
%33.99

CMYK color model

#F69ED0 color CMYK value is (0,36,15,4).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 15.45%
  • key color value is 3.53%
CMYK:
(0,36,15,4)
C0M36Y15K4 
(0%,36%,15%,4%)
(0.00/0.36/0.15/0.04)	

CMYK percentages

%0
%35.77
%15.45
%3.53

Codes

Color #F69ED0 in popluar color models

F69ED0
RGB246158208
HSL326°83.02%79.22%
HSB/HSV326°35.77%96.47%
CMYK0.00%35.77%15.45%
3.53%

Color #F69ED0 in popluar number systems.

HEXF69ED0
Decimal246158208
Binary111101101001111011010000
Octal366236320

Shades and tints

Shades of #F69ED0

#F69ED0
(246,158,208)
#E090BE
(224,144,190)
#CA82AC
(202,130,172)
#B4749A
(180,116,154)
#9E6688
(158,102,136)
#885876
(136,88,118)
#724A64
(114,74,100)
#5C3C52
(92,60,82)
#462E40
(70,46,64)
#30202E
(48,32,46)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #F69ED0

#F69ED0
(246,158,208)
#F6A6D4
(246,166,212)
#F6AED8
(246,174,216)
#F6B6DC
(246,182,220)
#F6BEE0
(246,190,224)
#F6C6E4
(246,198,228)
#F6CEE8
(246,206,232)
#F6D6EC
(246,214,236)
#F6DEF0
(246,222,240)
#F6E6F4
(246,230,244)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69ED0 color. Also use rgb(246,158,208) instead hex code.

Text Font Color

.myTextColor { color: #F69ED0; }

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

This text font color is #F69ED0.


Background Color

.myBgColor { background-color: #F69ED0; }

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

This div background color is #F69ED0.


Border color

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

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

This div border color is #F69ED0.


Opacity

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

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

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

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

This text has shadow with #F69ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69ED0 on black background.


Color preview on white background

This text has color #F69ED0 on white background.



Black color preview on #F69ED0 background

This text has black color on #F69ED0 background.


White color preview on #F69ED0 background

This text has white color on #F69ED0 background.