COLOR #F996BE

HEX: #F996BE RGB: (249,150,190)

Color info

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

RGB color model

#F996BE color RGB value is (249,150,190).

RGB: (249,150,190) (98%, 59%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 150 of 255 = 59%
B 190 of 255 = 75%

249
150
190

R + G + B ~ 77%. #F996BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 150 + 190 = 589 (100%)
R 249 of 589 ~ 42.28%
G 150 of 589 ~ 25.47%
B 190 of 589 ~ 32.26'%

%42.28
%25.47
%32.26

CMYK color model

#F996BE color CMYK value is (0,40,24,2).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 23.69%
  • key color value is 2.35%

CMYK: (0,40,24,2)
C0M40Y24K2 (0%, 40%, 24%, 2%)
(0.00 / 0.40 / 0.24 / 0.02)

CMYK percentages

%0
%39.76
%23.69
%2.35

Codes

Color #F996BE in popluar color models

F9 96 BE
RGB 249 150 190
HSL 336° 89.19% 78.24%
HSB/HSV 336° 39.76% 97.65%
CMYK 0.00% 39.76% 23.69%
2.35%

Color #F996BE in popluar number systems.

HEX F9 96 BE
Decimal 249 150 190
Binary 11111001 10010110 10111110
Octal 371 226 276

Shades and tints

Shades of #F996BE

#F996BE
(249,150,190)
#E389AD
(227,137,173)
#CD7C9C
(205,124,156)
#B76F8B
(183,111,139)
#A1627A
(161,98,122)
#8B5569
(139,85,105)
#754858
(117,72,88)
#5F3B47
(95,59,71)
#492E36
(73,46,54)
#332125
(51,33,37)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #F996BE

#F996BE
(249,150,190)
#F99FC3
(249,159,195)
#F9A8C8
(249,168,200)
#F9B1CD
(249,177,205)
#F9BAD2
(249,186,210)
#F9C3D7
(249,195,215)
#F9CCDC
(249,204,220)
#F9D5E1
(249,213,225)
#F9DEE6
(249,222,230)
#F9E7EB
(249,231,235)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F996BE color. Also use rgb(249,150,190) instead hex code.

Text Font Color

.myTextColor { color: #F996BE; }

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

This text font color is #F996BE.

Background Color

.myBgColor { background-color: #F996BE; }

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

This div background color is #F996BE.

Border color

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

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

This div border color is #F996BE.

Opacity

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

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

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

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

This text has shadow with #F996BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F996BE.

Preview

Color preview on black background

This text has color #F996BE on black background.


Color preview on white background

This text has color #F996BE on white background.


Black color preview on #F996BE background

This text has black color on #F996BE background.


White color preview on #F996BE background

This text has white color on #F996BE background.


Related colors

Complementary color

Complementary color for #hex is #066941.


I love getcolorcode.com

Triadic colors

1 #BEF996 and #96BEF9 with #F996BE are triadic colors.

2 #BE96F9 and #96F9BE with #F996BE are triadic colors.