COLOR #F9BAD1

HEX: #F9BAD1
RGB: (249,186,209)

Color info

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

RGB color model

#F9BAD1 color RGB value is (249,186,209).

  • red value is 249;
  • green value is 186;
  • blue value is 209.
RGB:
(249,186,209)
(98%,73%,82%)

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 209 of 255 = 82%

249
186
209

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

Portions of RGB colors in percentages

R + G + B =
249 + 186 + 209 = 644 (100%)
R 249 of 644 ~ 38.66%
G 186 of 644 ~ 28.88%
B 209 of 644 ~ 32.45%

%38.66
%28.88
%32.45

CMYK color model

#F9BAD1 color CMYK value is (0,25,16,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(0,25,16,2)
C0M25Y16K2 
(0%,25%,16%,2%)
(0.00/0.25/0.16/0.02)	

CMYK percentages

%0
%25.3
%16.06
%2.35

Codes

Color #F9BAD1 in popluar color models

F9BAD1
RGB249186209
HSL338°84.00%85.29%
HSB/HSV338°25.30%97.65%
CMYK0.00%25.30%16.06%
2.35%

Color #F9BAD1 in popluar number systems.

HEXF9BAD1
Decimal249186209
Binary111110011011101011010001
Octal371272321

Shades and tints

Shades of #F9BAD1

#F9BAD1
(249,186,209)
#E3AABE
(227,170,190)
#CD9AAB
(205,154,171)
#B78A98
(183,138,152)
#A17A85
(161,122,133)
#8B6A72
(139,106,114)
#755A5F
(117,90,95)
#5F4A4C
(95,74,76)
#493A39
(73,58,57)
#332A26
(51,42,38)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #F9BAD1

#F9BAD1
(249,186,209)
#F9C0D5
(249,192,213)
#F9C6D9
(249,198,217)
#F9CCDD
(249,204,221)
#F9D2E1
(249,210,225)
#F9D8E5
(249,216,229)
#F9DEE9
(249,222,233)
#F9E4ED
(249,228,237)
#F9EAF1
(249,234,241)
#F9F0F5
(249,240,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BAD1 color. Also use rgb(249,186,209) instead hex code.

Text Font Color

.myTextColor { color: #F9BAD1; }

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

This text font color is #F9BAD1.


Background Color

.myBgColor { background-color: #F9BAD1; }

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

This div background color is #F9BAD1.


Border color

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

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

This div border color is #F9BAD1.


Opacity

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

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

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

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

This text has shadow with #F9BAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BAD1 on black background.


Color preview on white background

This text has color #F9BAD1 on white background.



Black color preview on #F9BAD1 background

This text has black color on #F9BAD1 background.


White color preview on #F9BAD1 background

This text has white color on #F9BAD1 background.