COLOR #F69ED3

HEX: #F69ED3 RGB: (246,158,211)

Color info

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

RGB color model

#F69ED3 color RGB value is (246,158,211).

RGB: (246,158,211) (96%, 62%, 83%)

RGB channels and saturation

R 246 of 255 = 96%
G 158 of 255 = 62%
B 211 of 255 = 83%

246
158
211

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

Portions of RGB colors in percentages

R + G + B = 246 + 158 + 211 = 615 (100%)
R 246 of 615 ~ 40%
G 158 of 615 ~ 25.69%
B 211 of 615 ~ 34.31'%

%40
%25.69
%34.31

CMYK color model

#F69ED3 color CMYK value is (0,36,14,4).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 14.23%
  • key color value is 3.53%

CMYK: (0,36,14,4)
C0M36Y14K4 (0%, 36%, 14%, 4%)
(0.00 / 0.36 / 0.14 / 0.04)

CMYK percentages

%0
%35.77
%14.23
%3.53

Codes

Color #F69ED3 in popluar color models

F6 9E D3
RGB 246 158 211
HSL 324° 83.02% 79.22%
HSB/HSV 324° 35.77% 96.47%
CMYK 0.00% 35.77% 14.23%
3.53%

Color #F69ED3 in popluar number systems.

HEX F6 9E D3
Decimal 246 158 211
Binary 11110110 10011110 11010011
Octal 366 236 323

Shades and tints

Shades of #F69ED3

#F69ED3
(246,158,211)
#E090C0
(224,144,192)
#CA82AD
(202,130,173)
#B4749A
(180,116,154)
#9E6687
(158,102,135)
#885874
(136,88,116)
#724A61
(114,74,97)
#5C3C4E
(92,60,78)
#462E3B
(70,46,59)
#302028
(48,32,40)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #F69ED3

#F69ED3
(246,158,211)
#F6A6D7
(246,166,215)
#F6AEDB
(246,174,219)
#F6B6DF
(246,182,223)
#F6BEE3
(246,190,227)
#F6C6E7
(246,198,231)
#F6CEEB
(246,206,235)
#F6D6EF
(246,214,239)
#F6DEF3
(246,222,243)
#F6E6F7
(246,230,247)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69ED3; }

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

This text font color is #F69ED3.

Background Color

.myBgColor { background-color: #F69ED3; }

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

This div background color is #F69ED3.

Border color

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

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

This div border color is #F69ED3.

Opacity

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

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

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

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

This text has shadow with #F69ED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69ED3.

Preview

Color preview on black background

This text has color #F69ED3 on black background.


Color preview on white background

This text has color #F69ED3 on white background.


Black color preview on #F69ED3 background

This text has black color on #F69ED3 background.


White color preview on #F69ED3 background

This text has white color on #F69ED3 background.


Related colors

Complementary color

Complementary color for #hex is #09612C.


I love getcolorcode.com

Triadic colors

1 #D3F69E and #9ED3F6 with #F69ED3 are triadic colors.

2 #D39EF6 and #9EF6D3 with #F69ED3 are triadic colors.