COLOR #F9BBDA

HEX: #F9BBDA
RGB: (249,187,218)

Color info

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

RGB color model

#F9BBDA color RGB value is (249,187,218).

  • red value is 249;
  • green value is 187;
  • blue value is 218.
RGB:
(249,187,218)
(98%,73%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 187 of 255 = 73%
B 218 of 255 = 85%

249
187
218

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

Portions of RGB colors in percentages

R + G + B =
249 + 187 + 218 = 654 (100%)
R 249 of 654 ~ 38.07%
G 187 of 654 ~ 28.59%
B 218 of 654 ~ 33.33%

%38.07
%28.59
%33.33

CMYK color model

#F9BBDA color CMYK value is (0,25,12,2).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(0,25,12,2)
C0M25Y12K2 
(0%,25%,12%,2%)
(0.00/0.25/0.12/0.02)	

CMYK percentages

%0
%24.9
%12.45
%2.35

Codes

Color #F9BBDA in popluar color models

F9BBDA
RGB249187218
HSL330°83.78%85.49%
HSB/HSV330°24.90%97.65%
CMYK0.00%24.90%12.45%
2.35%

Color #F9BBDA in popluar number systems.

HEXF9BBDA
Decimal249187218
Binary111110011011101111011010
Octal371273332

Shades and tints

Shades of #F9BBDA

#F9BBDA
(249,187,218)
#E3AAC7
(227,170,199)
#CD99B4
(205,153,180)
#B788A1
(183,136,161)
#A1778E
(161,119,142)
#8B667B
(139,102,123)
#755568
(117,85,104)
#5F4455
(95,68,85)
#493342
(73,51,66)
#33222F
(51,34,47)
#1D111C
(29,17,28)
#000000
(0,0,0)

Tints of #F9BBDA

#F9BBDA
(249,187,218)
#F9C1DD
(249,193,221)
#F9C7E0
(249,199,224)
#F9CDE3
(249,205,227)
#F9D3E6
(249,211,230)
#F9D9E9
(249,217,233)
#F9DFEC
(249,223,236)
#F9E5EF
(249,229,239)
#F9EBF2
(249,235,242)
#F9F1F5
(249,241,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BBDA color. Also use rgb(249,187,218) instead hex code.

Text Font Color

.myTextColor { color: #F9BBDA; }

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

This text font color is #F9BBDA.


Background Color

.myBgColor { background-color: #F9BBDA; }

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

This div background color is #F9BBDA.


Border color

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

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

This div border color is #F9BBDA.


Opacity

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

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

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

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

This text has shadow with #F9BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BBDA on black background.


Color preview on white background

This text has color #F9BBDA on white background.



Black color preview on #F9BBDA background

This text has black color on #F9BBDA background.


White color preview on #F9BBDA background

This text has white color on #F9BBDA background.