COLOR #F9BBCC

HEX: #F9BBCC
RGB: (249,187,204)

Color info

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

RGB color model

#F9BBCC color RGB value is (249,187,204).

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

RGB channels and saturation

R 249 of 255 = 98%
G 187 of 255 = 73%
B 204 of 255 = 80%

249
187
204

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

Portions of RGB colors in percentages

R + G + B =
249 + 187 + 204 = 640 (100%)
R 249 of 640 ~ 38.91%
G 187 of 640 ~ 29.22%
B 204 of 640 ~ 31.88%

%38.91
%29.22
%31.88

CMYK color model

#F9BBCC color CMYK value is (0,25,18,2).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(0,25,18,2)
C0M25Y18K2 
(0%,25%,18%,2%)
(0.00/0.25/0.18/0.02)	

CMYK percentages

%0
%24.9
%18.07
%2.35

Codes

Color #F9BBCC in popluar color models

F9BBCC
RGB249187204
HSL344°83.78%85.49%
HSB/HSV344°24.90%97.65%
CMYK0.00%24.90%18.07%
2.35%

Color #F9BBCC in popluar number systems.

HEXF9BBCC
Decimal249187204
Binary111110011011101111001100
Octal371273314

Shades and tints

Shades of #F9BBCC

#F9BBCC
(249,187,204)
#E3AABA
(227,170,186)
#CD99A8
(205,153,168)
#B78896
(183,136,150)
#A17784
(161,119,132)
#8B6672
(139,102,114)
#755560
(117,85,96)
#5F444E
(95,68,78)
#49333C
(73,51,60)
#33222A
(51,34,42)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #F9BBCC

#F9BBCC
(249,187,204)
#F9C1D0
(249,193,208)
#F9C7D4
(249,199,212)
#F9CDD8
(249,205,216)
#F9D3DC
(249,211,220)
#F9D9E0
(249,217,224)
#F9DFE4
(249,223,228)
#F9E5E8
(249,229,232)
#F9EBEC
(249,235,236)
#F9F1F0
(249,241,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BBCC; }

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

This text font color is #F9BBCC.


Background Color

.myBgColor { background-color: #F9BBCC; }

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

This div background color is #F9BBCC.


Border color

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

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

This div border color is #F9BBCC.


Opacity

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

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

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

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

This text has shadow with #F9BBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BBCC on black background.


Color preview on white background

This text has color #F9BBCC on white background.



Black color preview on #F9BBCC background

This text has black color on #F9BBCC background.


White color preview on #F9BBCC background

This text has white color on #F9BBCC background.