COLOR #F9B8EF

HEX: #F9B8EF
RGB: (249,184,239)

Color info

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

RGB color model

#F9B8EF color RGB value is (249,184,239).

  • red value is 249;
  • green value is 184;
  • blue value is 239.
RGB:
(249,184,239)
(98%,72%,94%)

RGB channels and saturation

R 249 of 255 = 98%
G 184 of 255 = 72%
B 239 of 255 = 94%

249
184
239

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

Portions of RGB colors in percentages

R + G + B =
249 + 184 + 239 = 672 (100%)
R 249 of 672 ~ 37.05%
G 184 of 672 ~ 27.38%
B 239 of 672 ~ 35.57%

%37.05
%27.38
%35.57

CMYK color model

#F9B8EF color CMYK value is (0,26,4,2).

  • cyan value is 0.00%
  • magenta value is 26.10%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(0,26,4,2)
C0M26Y4K2 
(0%,26%,4%,2%)
(0.00/0.26/0.04/0.02)	

CMYK percentages

%0
%26.1
%4.02
%2.35

Codes

Color #F9B8EF in popluar color models

F9B8EF
RGB249184239
HSL309°84.42%84.90%
HSB/HSV309°26.10%97.65%
CMYK0.00%26.10%4.02%
2.35%

Color #F9B8EF in popluar number systems.

HEXF9B8EF
Decimal249184239
Binary111110011011100011101111
Octal371270357

Shades and tints

Shades of #F9B8EF

#F9B8EF
(249,184,239)
#E3A8DA
(227,168,218)
#CD98C5
(205,152,197)
#B788B0
(183,136,176)
#A1789B
(161,120,155)
#8B6886
(139,104,134)
#755871
(117,88,113)
#5F485C
(95,72,92)
#493847
(73,56,71)
#332832
(51,40,50)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #F9B8EF

#F9B8EF
(249,184,239)
#F9BEF0
(249,190,240)
#F9C4F1
(249,196,241)
#F9CAF2
(249,202,242)
#F9D0F3
(249,208,243)
#F9D6F4
(249,214,244)
#F9DCF5
(249,220,245)
#F9E2F6
(249,226,246)
#F9E8F7
(249,232,247)
#F9EEF8
(249,238,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B8EF color. Also use rgb(249,184,239) instead hex code.

Text Font Color

.myTextColor { color: #F9B8EF; }

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

This text font color is #F9B8EF.


Background Color

.myBgColor { background-color: #F9B8EF; }

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

This div background color is #F9B8EF.


Border color

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

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

This div border color is #F9B8EF.


Opacity

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

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

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

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

This text has shadow with #F9B8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B8EF on black background.


Color preview on white background

This text has color #F9B8EF on white background.



Black color preview on #F9B8EF background

This text has black color on #F9B8EF background.


White color preview on #F9B8EF background

This text has white color on #F9B8EF background.