COLOR #F9BAD3

HEX: #F9BAD3
RGB: (249,186,211)

Color info

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

RGB color model

#F9BAD3 color RGB value is (249,186,211).

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

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 211 of 255 = 83%

249
186
211

R + G + B ~ 85%. #F9BAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 186 + 211 = 646 (100%)
R 249 of 646 ~ 38.54%
G 186 of 646 ~ 28.79%
B 211 of 646 ~ 32.66%

%38.54
%28.79
%32.66

CMYK color model

#F9BAD3 color CMYK value is (0,25,15,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 15.26%
  • key color value is 2.35%
CMYK:
(0,25,15,2)
C0M25Y15K2 
(0%,25%,15%,2%)
(0.00/0.25/0.15/0.02)	

CMYK percentages

%0
%25.3
%15.26
%2.35

Codes

Color #F9BAD3 in popluar color models

F9BAD3
RGB249186211
HSL336°84.00%85.29%
HSB/HSV336°25.30%97.65%
CMYK0.00%25.30%15.26%
2.35%

Color #F9BAD3 in popluar number systems.

HEXF9BAD3
Decimal249186211
Binary111110011011101011010011
Octal371272323

Shades and tints

Shades of #F9BAD3

#F9BAD3
(249,186,211)
#E3AAC0
(227,170,192)
#CD9AAD
(205,154,173)
#B78A9A
(183,138,154)
#A17A87
(161,122,135)
#8B6A74
(139,106,116)
#755A61
(117,90,97)
#5F4A4E
(95,74,78)
#493A3B
(73,58,59)
#332A28
(51,42,40)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #F9BAD3

#F9BAD3
(249,186,211)
#F9C0D7
(249,192,215)
#F9C6DB
(249,198,219)
#F9CCDF
(249,204,223)
#F9D2E3
(249,210,227)
#F9D8E7
(249,216,231)
#F9DEEB
(249,222,235)
#F9E4EF
(249,228,239)
#F9EAF3
(249,234,243)
#F9F0F7
(249,240,247)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BAD3; }

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

This text font color is #F9BAD3.


Background Color

.myBgColor { background-color: #F9BAD3; }

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

This div background color is #F9BAD3.


Border color

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

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

This div border color is #F9BAD3.


Opacity

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

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

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

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

This text has shadow with #F9BAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BAD3 on black background.


Color preview on white background

This text has color #F9BAD3 on white background.



Black color preview on #F9BAD3 background

This text has black color on #F9BAD3 background.


White color preview on #F9BAD3 background

This text has white color on #F9BAD3 background.