COLOR #F99BD2

HEX: #F99BD2 RGB: (249,155,210)

Color info

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

RGB color model

#F99BD2 color RGB value is (249,155,210).

RGB: (249,155,210) (98%, 61%, 82%)

RGB channels and saturation

R 249 of 255 = 98%
G 155 of 255 = 61%
B 210 of 255 = 82%

249
155
210

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

Portions of RGB colors in percentages

R + G + B = 249 + 155 + 210 = 614 (100%)
R 249 of 614 ~ 40.55%
G 155 of 614 ~ 25.24%
B 210 of 614 ~ 34.2'%

%40.55
%25.24
%34.2

CMYK color model

#F99BD2 color CMYK value is (0,38,16,2).

  • cyan value is 0.00%
  • magenta value is 37.75%
  • yellow value is 15.66%
  • key color value is 2.35%

CMYK: (0,38,16,2)
C0M38Y16K2 (0%, 38%, 16%, 2%)
(0.00 / 0.38 / 0.16 / 0.02)

CMYK percentages

%0
%37.75
%15.66
%2.35

Codes

Color #F99BD2 in popluar color models

F9 9B D2
RGB 249 155 210
HSL 325° 88.68% 79.22%
HSB/HSV 325° 37.75% 97.65%
CMYK 0.00% 37.75% 15.66%
2.35%

Color #F99BD2 in popluar number systems.

HEX F9 9B D2
Decimal 249 155 210
Binary 11111001 10011011 11010010
Octal 371 233 322

Shades and tints

Shades of #F99BD2

#F99BD2
(249,155,210)
#E38DBF
(227,141,191)
#CD7FAC
(205,127,172)
#B77199
(183,113,153)
#A16386
(161,99,134)
#8B5573
(139,85,115)
#754760
(117,71,96)
#5F394D
(95,57,77)
#492B3A
(73,43,58)
#331D27
(51,29,39)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #F99BD2

#F99BD2
(249,155,210)
#F9A4D6
(249,164,214)
#F9ADDA
(249,173,218)
#F9B6DE
(249,182,222)
#F9BFE2
(249,191,226)
#F9C8E6
(249,200,230)
#F9D1EA
(249,209,234)
#F9DAEE
(249,218,238)
#F9E3F2
(249,227,242)
#F9ECF6
(249,236,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99BD2 color. Also use rgb(249,155,210) instead hex code.

Text Font Color

.myTextColor { color: #F99BD2; }

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

This text font color is #F99BD2.

Background Color

.myBgColor { background-color: #F99BD2; }

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

This div background color is #F99BD2.

Border color

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

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

This div border color is #F99BD2.

Opacity

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

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

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

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

This text has shadow with #F99BD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F99BD2.

Preview

Color preview on black background

This text has color #F99BD2 on black background.


Color preview on white background

This text has color #F99BD2 on white background.


Black color preview on #F99BD2 background

This text has black color on #F99BD2 background.


White color preview on #F99BD2 background

This text has white color on #F99BD2 background.


Related colors

Complementary color

Complementary color for #hex is #06642D.


I love getcolorcode.com

Triadic colors

1 #D2F99B and #9BD2F9 with #F99BD2 are triadic colors.

2 #D29BF9 and #9BF9D2 with #F99BD2 are triadic colors.