COLOR #F9BBED

HEX: #F9BBED
RGB: (249,187,237)

Color info

#F9BBED contains mainly red and blue colors. Web safe color of #F9BBED is #FFCCFF (or #FCF).

RGB color model

#F9BBED color RGB value is (249,187,237).

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

RGB channels and saturation

R 249 of 255 = 98%
G 187 of 255 = 73%
B 237 of 255 = 93%

249
187
237

R + G + B ~ 88%. #F9BBED is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 187 + 237 = 673 (100%)
R 249 of 673 ~ 37%
G 187 of 673 ~ 27.79%
B 237 of 673 ~ 35.22%

%37
%27.79
%35.22

CMYK color model

#F9BBED color CMYK value is (0,25,5,2).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(0,25,5,2)
C0M25Y5K2 
(0%,25%,5%,2%)
(0.00/0.25/0.05/0.02)	

CMYK percentages

%0
%24.9
%4.82
%2.35

Codes

Color #F9BBED in popluar color models

F9BBED
RGB249187237
HSL312°83.78%85.49%
HSB/HSV312°24.90%97.65%
CMYK0.00%24.90%4.82%
2.35%

Color #F9BBED in popluar number systems.

HEXF9BBED
Decimal249187237
Binary111110011011101111101101
Octal371273355

Shades and tints

Shades of #F9BBED

#F9BBED
(249,187,237)
#E3AAD8
(227,170,216)
#CD99C3
(205,153,195)
#B788AE
(183,136,174)
#A17799
(161,119,153)
#8B6684
(139,102,132)
#75556F
(117,85,111)
#5F445A
(95,68,90)
#493345
(73,51,69)
#332230
(51,34,48)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #F9BBED

#F9BBED
(249,187,237)
#F9C1EE
(249,193,238)
#F9C7EF
(249,199,239)
#F9CDF0
(249,205,240)
#F9D3F1
(249,211,241)
#F9D9F2
(249,217,242)
#F9DFF3
(249,223,243)
#F9E5F4
(249,229,244)
#F9EBF5
(249,235,245)
#F9F1F6
(249,241,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BBED; }

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

This text font color is #F9BBED.


Background Color

.myBgColor { background-color: #F9BBED; }

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

This div background color is #F9BBED.


Border color

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

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

This div border color is #F9BBED.


Opacity

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

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

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

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

This text has shadow with #F9BBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BBED on black background.


Color preview on white background

This text has color #F9BBED on white background.



Black color preview on #F9BBED background

This text has black color on #F9BBED background.


White color preview on #F9BBED background

This text has white color on #F9BBED background.