COLOR #F699CE

HEX: #F699CE RGB: (246,153,206)

Color info

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

RGB color model

#F699CE color RGB value is (246,153,206).

RGB: (246,153,206) (96%, 60%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 153 of 255 = 60%
B 206 of 255 = 81%

246
153
206

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

Portions of RGB colors in percentages

R + G + B = 246 + 153 + 206 = 605 (100%)
R 246 of 605 ~ 40.66%
G 153 of 605 ~ 25.29%
B 206 of 605 ~ 34.05'%

%40.66
%25.29
%34.05

CMYK color model

#F699CE color CMYK value is (0,38,16,4).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 16.26%
  • key color value is 3.53%

CMYK: (0,38,16,4)
C0M38Y16K4 (0%, 38%, 16%, 4%)
(0.00 / 0.38 / 0.16 / 0.04)

CMYK percentages

%0
%37.8
%16.26
%3.53

Codes

Color #F699CE in popluar color models

F6 99 CE
RGB 246 153 206
HSL 326° 83.78% 78.24%
HSB/HSV 326° 37.80% 96.47%
CMYK 0.00% 37.80% 16.26%
3.53%

Color #F699CE in popluar number systems.

HEX F6 99 CE
Decimal 246 153 206
Binary 11110110 10011001 11001110
Octal 366 231 316

Shades and tints

Shades of #F699CE

#F699CE
(246,153,206)
#E08CBC
(224,140,188)
#CA7FAA
(202,127,170)
#B47298
(180,114,152)
#9E6586
(158,101,134)
#885874
(136,88,116)
#724B62
(114,75,98)
#5C3E50
(92,62,80)
#46313E
(70,49,62)
#30242C
(48,36,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F699CE

#F699CE
(246,153,206)
#F6A2D2
(246,162,210)
#F6ABD6
(246,171,214)
#F6B4DA
(246,180,218)
#F6BDDE
(246,189,222)
#F6C6E2
(246,198,226)
#F6CFE6
(246,207,230)
#F6D8EA
(246,216,234)
#F6E1EE
(246,225,238)
#F6EAF2
(246,234,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F699CE color. Also use rgb(246,153,206) instead hex code.

Text Font Color

.myTextColor { color: #F699CE; }

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

This text font color is #F699CE.

Background Color

.myBgColor { background-color: #F699CE; }

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

This div background color is #F699CE.

Border color

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

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

This div border color is #F699CE.

Opacity

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

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

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

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

This text has shadow with #F699CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F699CE.

Preview

Color preview on black background

This text has color #F699CE on black background.


Color preview on white background

This text has color #F699CE on white background.


Black color preview on #F699CE background

This text has black color on #F699CE background.


White color preview on #F699CE background

This text has white color on #F699CE background.


Related colors

Complementary color

Complementary color for #hex is #096631.


I love getcolorcode.com

Triadic colors

1 #CEF699 and #99CEF6 with #F699CE are triadic colors.

2 #CE99F6 and #99F6CE with #F699CE are triadic colors.