COLOR #FF9FFB

HEX: #FF9FFB
RGB: (255,159,251)

Color info

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

RGB color model

#FF9FFB color RGB value is (255,159,251).

  • red value is 255;
  • green value is 159;
  • blue value is 251.
RGB:
(255,159,251)
(100%,62%,98%)

RGB channels and saturation

R 255 of 255 = 100%
G 159 of 255 = 62%
B 251 of 255 = 98%

255
159
251

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

Portions of RGB colors in percentages

R + G + B =
255 + 159 + 251 = 665 (100%)
R 255 of 665 ~ 38.35%
G 159 of 665 ~ 23.91%
B 251 of 665 ~ 37.74%

%38.35
%23.91
%37.74

CMYK color model

#FF9FFB color CMYK value is (0,38,2,0).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(0,38,2,0)
C0M38Y2K0 
(0%,38%,2%,0%)
(0.00/0.38/0.02/0.00)	

CMYK percentages

%0
%37.65
%1.57
%0

Codes

Color #FF9FFB in popluar color models

FF9FFB
RGB255159251
HSL303°100.00%81.18%
HSB/HSV303°37.65%100.00%
CMYK0.00%37.65%1.57%
0.00%

Color #FF9FFB in popluar number systems.

HEXFF9FFB
Decimal255159251
Binary111111111001111111111011
Octal377237373

Shades and tints

Shades of #FF9FFB

#FF9FFB
(255,159,251)
#E891E5
(232,145,229)
#D183CF
(209,131,207)
#BA75B9
(186,117,185)
#A367A3
(163,103,163)
#8C598D
(140,89,141)
#754B77
(117,75,119)
#5E3D61
(94,61,97)
#472F4B
(71,47,75)
#302135
(48,33,53)
#19131F
(25,19,31)
#000000
(0,0,0)

Tints of #FF9FFB

#FF9FFB
(255,159,251)
#FFA7FB
(255,167,251)
#FFAFFB
(255,175,251)
#FFB7FB
(255,183,251)
#FFBFFB
(255,191,251)
#FFC7FB
(255,199,251)
#FFCFFB
(255,207,251)
#FFD7FB
(255,215,251)
#FFDFFB
(255,223,251)
#FFE7FB
(255,231,251)
#FFEFFB
(255,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9FFB color. Also use rgb(255,159,251) instead hex code.

Text Font Color

.myTextColor { color: #FF9FFB; }

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

This text font color is #FF9FFB.


Background Color

.myBgColor { background-color: #FF9FFB; }

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

This div background color is #FF9FFB.


Border color

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

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

This div border color is #FF9FFB.


Opacity

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

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

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

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

This text has shadow with #FF9FFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9FFB on black background.


Color preview on white background

This text has color #FF9FFB on white background.



Black color preview on #FF9FFB background

This text has black color on #FF9FFB background.


White color preview on #FF9FFB background

This text has white color on #FF9FFB background.