COLOR #F9B1E3

HEX: #F9B1E3
RGB: (249,177,227)

Color info

#F9B1E3 contains mainly red and blue colors. Web safe color of #F9B1E3 is #FF99CC (or #F9C).

RGB color model

#F9B1E3 color RGB value is (249,177,227).

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

RGB channels and saturation

R 249 of 255 = 98%
G 177 of 255 = 69%
B 227 of 255 = 89%

249
177
227

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

Portions of RGB colors in percentages

R + G + B =
249 + 177 + 227 = 653 (100%)
R 249 of 653 ~ 38.13%
G 177 of 653 ~ 27.11%
B 227 of 653 ~ 34.76%

%38.13
%27.11
%34.76

CMYK color model

#F9B1E3 color CMYK value is (0,29,9,2).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK:
(0,29,9,2)
C0M29Y9K2 
(0%,29%,9%,2%)
(0.00/0.29/0.09/0.02)	

CMYK percentages

%0
%28.92
%8.84
%2.35

Codes

Color #F9B1E3 in popluar color models

F9B1E3
RGB249177227
HSL318°85.71%83.53%
HSB/HSV318°28.92%97.65%
CMYK0.00%28.92%8.84%
2.35%

Color #F9B1E3 in popluar number systems.

HEXF9B1E3
Decimal249177227
Binary111110011011000111100011
Octal371261343

Shades and tints

Shades of #F9B1E3

#F9B1E3
(249,177,227)
#E3A1CF
(227,161,207)
#CD91BB
(205,145,187)
#B781A7
(183,129,167)
#A17193
(161,113,147)
#8B617F
(139,97,127)
#75516B
(117,81,107)
#5F4157
(95,65,87)
#493143
(73,49,67)
#33212F
(51,33,47)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #F9B1E3

#F9B1E3
(249,177,227)
#F9B8E5
(249,184,229)
#F9BFE7
(249,191,231)
#F9C6E9
(249,198,233)
#F9CDEB
(249,205,235)
#F9D4ED
(249,212,237)
#F9DBEF
(249,219,239)
#F9E2F1
(249,226,241)
#F9E9F3
(249,233,243)
#F9F0F5
(249,240,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B1E3; }

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

This text font color is #F9B1E3.


Background Color

.myBgColor { background-color: #F9B1E3; }

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

This div background color is #F9B1E3.


Border color

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

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

This div border color is #F9B1E3.


Opacity

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

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

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

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

This text has shadow with #F9B1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B1E3 on black background.


Color preview on white background

This text has color #F9B1E3 on white background.



Black color preview on #F9B1E3 background

This text has black color on #F9B1E3 background.


White color preview on #F9B1E3 background

This text has white color on #F9B1E3 background.