COLOR #F9B9CB

HEX: #F9B9CB RGB: (249,185,203)

Color info

#F9B9CB contains mainly red and blue colors. Web safe color of #F9B9CB is #FFCCCC (or #FCC).

RGB color model

#F9B9CB color RGB value is (249,185,203).

RGB: (249,185,203) (98%, 73%, 80%)

RGB channels and saturation

R 249 of 255 = 98%
G 185 of 255 = 73%
B 203 of 255 = 80%

249
185
203

R + G + B ~ 84%. #F9B9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 185 + 203 = 637 (100%)
R 249 of 637 ~ 39.09%
G 185 of 637 ~ 29.04%
B 203 of 637 ~ 31.87'%

%39.09
%29.04
%31.87

CMYK color model

#F9B9CB color CMYK value is (0,26,18,2).

  • cyan value is 0.00%
  • magenta value is 25.70%
  • yellow value is 18.47%
  • key color value is 2.35%

CMYK: (0,26,18,2)
C0M26Y18K2 (0%, 26%, 18%, 2%)
(0.00 / 0.26 / 0.18 / 0.02)

CMYK percentages

%0
%25.7
%18.47
%2.35

Codes

Color #F9B9CB in popluar color models

F9 B9 CB
RGB 249 185 203
HSL 343° 84.21% 85.10%
HSB/HSV 343° 25.70% 97.65%
CMYK 0.00% 25.70% 18.47%
2.35%

Color #F9B9CB in popluar number systems.

HEX F9 B9 CB
Decimal 249 185 203
Binary 11111001 10111001 11001011
Octal 371 271 313

Shades and tints

Shades of #F9B9CB

#F9B9CB
(249,185,203)
#E3A9B9
(227,169,185)
#CD99A7
(205,153,167)
#B78995
(183,137,149)
#A17983
(161,121,131)
#8B6971
(139,105,113)
#75595F
(117,89,95)
#5F494D
(95,73,77)
#49393B
(73,57,59)
#332929
(51,41,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #F9B9CB

#F9B9CB
(249,185,203)
#F9BFCF
(249,191,207)
#F9C5D3
(249,197,211)
#F9CBD7
(249,203,215)
#F9D1DB
(249,209,219)
#F9D7DF
(249,215,223)
#F9DDE3
(249,221,227)
#F9E3E7
(249,227,231)
#F9E9EB
(249,233,235)
#F9EFEF
(249,239,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B9CB color. Also use rgb(249,185,203) instead hex code.

Text Font Color

.myTextColor { color: #F9B9CB; }

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

This text font color is #F9B9CB.

Background Color

.myBgColor { background-color: #F9B9CB; }

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

This div background color is #F9B9CB.

Border color

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

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

This div border color is #F9B9CB.

Opacity

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

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

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

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

This text has shadow with #F9B9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9B9CB.

Preview

Color preview on black background

This text has color #F9B9CB on black background.


Color preview on white background

This text has color #F9B9CB on white background.


Black color preview on #F9B9CB background

This text has black color on #F9B9CB background.


White color preview on #F9B9CB background

This text has white color on #F9B9CB background.


Related colors

Complementary color

Complementary color for #hex is #064634.


I love getcolorcode.com

Triadic colors

1 #CBF9B9 and #B9CBF9 with #F9B9CB are triadic colors.

2 #CBB9F9 and #B9F9CB with #F9B9CB are triadic colors.