COLOR #F9B6EC

HEX: #F9B6EC
RGB: (249,182,236)

Color info

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

RGB color model

#F9B6EC color RGB value is (249,182,236).

  • red value is 249;
  • green value is 182;
  • blue value is 236.
RGB:
(249,182,236)
(98%,71%,93%)

RGB channels and saturation

R 249 of 255 = 98%
G 182 of 255 = 71%
B 236 of 255 = 93%

249
182
236

R + G + B ~ 87%. #F9B6EC is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 182 + 236 = 667 (100%)
R 249 of 667 ~ 37.33%
G 182 of 667 ~ 27.29%
B 236 of 667 ~ 35.38%

%37.33
%27.29
%35.38

CMYK color model

#F9B6EC color CMYK value is (0,27,5,2).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(0,27,5,2)
C0M27Y5K2 
(0%,27%,5%,2%)
(0.00/0.27/0.05/0.02)	

CMYK percentages

%0
%26.91
%5.22
%2.35

Codes

Color #F9B6EC in popluar color models

F9B6EC
RGB249182236
HSL312°84.81%84.51%
HSB/HSV312°26.91%97.65%
CMYK0.00%26.91%5.22%
2.35%

Color #F9B6EC in popluar number systems.

HEXF9B6EC
Decimal249182236
Binary111110011011011011101100
Octal371266354

Shades and tints

Shades of #F9B6EC

#F9B6EC
(249,182,236)
#E3A6D7
(227,166,215)
#CD96C2
(205,150,194)
#B786AD
(183,134,173)
#A17698
(161,118,152)
#8B6683
(139,102,131)
#75566E
(117,86,110)
#5F4659
(95,70,89)
#493644
(73,54,68)
#33262F
(51,38,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #F9B6EC

#F9B6EC
(249,182,236)
#F9BCED
(249,188,237)
#F9C2EE
(249,194,238)
#F9C8EF
(249,200,239)
#F9CEF0
(249,206,240)
#F9D4F1
(249,212,241)
#F9DAF2
(249,218,242)
#F9E0F3
(249,224,243)
#F9E6F4
(249,230,244)
#F9ECF5
(249,236,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B6EC color. Also use rgb(249,182,236) instead hex code.

Text Font Color

.myTextColor { color: #F9B6EC; }

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

This text font color is #F9B6EC.


Background Color

.myBgColor { background-color: #F9B6EC; }

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

This div background color is #F9B6EC.


Border color

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

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

This div border color is #F9B6EC.


Opacity

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

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

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

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

This text has shadow with #F9B6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B6EC on black background.


Color preview on white background

This text has color #F9B6EC on white background.



Black color preview on #F9B6EC background

This text has black color on #F9B6EC background.


White color preview on #F9B6EC background

This text has white color on #F9B6EC background.