COLOR #F99DBD

HEX: #F99DBD RGB: (249,157,189)

Color info

#F99DBD contains mainly red color. Web safe color of #F99DBD is #FF99CC (or #F9C).

RGB color model

#F99DBD color RGB value is (249,157,189).

RGB: (249,157,189) (98%, 62%, 74%)

RGB channels and saturation

R 249 of 255 = 98%
G 157 of 255 = 62%
B 189 of 255 = 74%

249
157
189

R + G + B ~ 78%. #F99DBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 157 + 189 = 595 (100%)
R 249 of 595 ~ 41.85%
G 157 of 595 ~ 26.39%
B 189 of 595 ~ 31.76'%

%41.85
%26.39
%31.76

CMYK color model

#F99DBD color CMYK value is (0,37,24,2).

  • cyan value is 0.00%
  • magenta value is 36.95%
  • yellow value is 24.10%
  • key color value is 2.35%
CMYK: (0,37,24,2) C0M37Y24K2 (0%,37%,24%,2%) (0.00/0.37/0.24/0.02) 

CMYK percentages

%0
%36.95
%24.1
%2.35

Codes

Color #F99DBD in popluar color models

F9 9D BD
RGB 249 157 189
HSL 339° 88.46% 79.61%
HSB/HSV 339° 36.95% 97.65%
CMYK 0.00% 36.95% 24.10%
2.35%

Color #F99DBD in popluar number systems.

HEX F9 9D BD
Decimal 249 157 189
Binary 11111001 10011101 10111101
Octal 371 235 275

Shades and tints

Shades of #F99DBD

#F99DBD
(249,157,189)
#E38FAC
(227,143,172)
#CD819B
(205,129,155)
#B7738A
(183,115,138)
#A16579
(161,101,121)
#8B5768
(139,87,104)
#754957
(117,73,87)
#5F3B46
(95,59,70)
#492D35
(73,45,53)
#331F24
(51,31,36)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #F99DBD

#F99DBD
(249,157,189)
#F9A5C3
(249,165,195)
#F9ADC9
(249,173,201)
#F9B5CF
(249,181,207)
#F9BDD5
(249,189,213)
#F9C5DB
(249,197,219)
#F9CDE1
(249,205,225)
#F9D5E7
(249,213,231)
#F9DDED
(249,221,237)
#F9E5F3
(249,229,243)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99DBD color. Also use rgb(249,157,189) instead hex code.

Text Font Color

.myTextColor { color: #F99DBD; }

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

This text font color is #F99DBD.

Background Color

.myBgColor { background-color: #F99DBD; }

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

This div background color is #F99DBD.

Border color

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

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

This div border color is #F99DBD.

Opacity

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

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

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

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

This text has shadow with #F99DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F99DBD.

Preview

Color preview on black background

This text has color #F99DBD on black background.


Color preview on white background

This text has color #F99DBD on white background.


Black color preview on #F99DBD background

This text has black color on #F99DBD background.


White color preview on #F99DBD background

This text has white color on #F99DBD background.


Related colors

Complementary color

Complementary color for #hex is #066242.


I love getcolorcode.com

Triadic colors

1 #BDF99D and #9DBDF9 with #F99DBD are triadic colors.

2 #BD9DF9 and #9DF9BD with #F99DBD are triadic colors.