COLOR #F9B1E7

HEX: #F9B1E7
RGB: (249,177,231)

Color info

#F9B1E7 contains mainly red and blue colors. Web safe color of #F9B1E7 is #FF99FF (or #F9F).

RGB color model

#F9B1E7 color RGB value is (249,177,231).

  • red value is 249;
  • green value is 177;
  • blue value is 231.
RGB:
(249,177,231)
(98%,69%,91%)

RGB channels and saturation

R 249 of 255 = 98%
G 177 of 255 = 69%
B 231 of 255 = 91%

249
177
231

R + G + B ~ 86%. #F9B1E7 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 177 + 231 = 657 (100%)
R 249 of 657 ~ 37.9%
G 177 of 657 ~ 26.94%
B 231 of 657 ~ 35.16%

%37.9
%26.94
%35.16

CMYK color model

#F9B1E7 color CMYK value is (0,29,7,2).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 7.23%
  • key color value is 2.35%
CMYK:
(0,29,7,2)
C0M29Y7K2 
(0%,29%,7%,2%)
(0.00/0.29/0.07/0.02)	

CMYK percentages

%0
%28.92
%7.23
%2.35

Codes

Color #F9B1E7 in popluar color models

F9B1E7
RGB249177231
HSL315°85.71%83.53%
HSB/HSV315°28.92%97.65%
CMYK0.00%28.92%7.23%
2.35%

Color #F9B1E7 in popluar number systems.

HEXF9B1E7
Decimal249177231
Binary111110011011000111100111
Octal371261347

Shades and tints

Shades of #F9B1E7

#F9B1E7
(249,177,231)
#E3A1D2
(227,161,210)
#CD91BD
(205,145,189)
#B781A8
(183,129,168)
#A17193
(161,113,147)
#8B617E
(139,97,126)
#755169
(117,81,105)
#5F4154
(95,65,84)
#49313F
(73,49,63)
#33212A
(51,33,42)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #F9B1E7

#F9B1E7
(249,177,231)
#F9B8E9
(249,184,233)
#F9BFEB
(249,191,235)
#F9C6ED
(249,198,237)
#F9CDEF
(249,205,239)
#F9D4F1
(249,212,241)
#F9DBF3
(249,219,243)
#F9E2F5
(249,226,245)
#F9E9F7
(249,233,247)
#F9F0F9
(249,240,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B1E7 color. Also use rgb(249,177,231) instead hex code.

Text Font Color

.myTextColor { color: #F9B1E7; }

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

This text font color is #F9B1E7.


Background Color

.myBgColor { background-color: #F9B1E7; }

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

This div background color is #F9B1E7.


Border color

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

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

This div border color is #F9B1E7.


Opacity

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

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

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

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

This text has shadow with #F9B1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B1E7 on black background.


Color preview on white background

This text has color #F9B1E7 on white background.



Black color preview on #F9B1E7 background

This text has black color on #F9B1E7 background.


White color preview on #F9B1E7 background

This text has white color on #F9B1E7 background.