COLOR #FB96D0

HEX: #FB96D0
RGB: (251,150,208)

Color info

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

RGB color model

#FB96D0 color RGB value is (251,150,208).

  • red value is 251;
  • green value is 150;
  • blue value is 208.
RGB:
(251,150,208)
(98%,59%,82%)

RGB channels and saturation

R 251 of 255 = 98%
G 150 of 255 = 59%
B 208 of 255 = 82%

251
150
208

R + G + B ~ 80%. #FB96D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 150 + 208 = 609 (100%)
R 251 of 609 ~ 41.22%
G 150 of 609 ~ 24.63%
B 208 of 609 ~ 34.15%

%41.22
%24.63
%34.15

CMYK color model

#FB96D0 color CMYK value is (0,40,17,2).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 17.13%
  • key color value is 1.57%
CMYK:
(0,40,17,2)
C0M40Y17K2 
(0%,40%,17%,2%)
(0.00/0.40/0.17/0.02)	

CMYK percentages

%0
%40.24
%17.13
%1.57

Codes

Color #FB96D0 in popluar color models

FB96D0
RGB251150208
HSL326°92.66%78.63%
HSB/HSV326°40.24%98.43%
CMYK0.00%40.24%17.13%
1.57%

Color #FB96D0 in popluar number systems.

HEXFB96D0
Decimal251150208
Binary111110111001011011010000
Octal373226320

Shades and tints

Shades of #FB96D0

#FB96D0
(251,150,208)
#E589BE
(229,137,190)
#CF7CAC
(207,124,172)
#B96F9A
(185,111,154)
#A36288
(163,98,136)
#8D5576
(141,85,118)
#774864
(119,72,100)
#613B52
(97,59,82)
#4B2E40
(75,46,64)
#35212E
(53,33,46)
#1F141C
(31,20,28)
#000000
(0,0,0)

Tints of #FB96D0

#FB96D0
(251,150,208)
#FB9FD4
(251,159,212)
#FBA8D8
(251,168,216)
#FBB1DC
(251,177,220)
#FBBAE0
(251,186,224)
#FBC3E4
(251,195,228)
#FBCCE8
(251,204,232)
#FBD5EC
(251,213,236)
#FBDEF0
(251,222,240)
#FBE7F4
(251,231,244)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB96D0 color. Also use rgb(251,150,208) instead hex code.

Text Font Color

.myTextColor { color: #FB96D0; }

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

This text font color is #FB96D0.


Background Color

.myBgColor { background-color: #FB96D0; }

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

This div background color is #FB96D0.


Border color

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

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

This div border color is #FB96D0.


Opacity

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

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

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

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

This text has shadow with #FB96D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB96D0 on black background.


Color preview on white background

This text has color #FB96D0 on white background.



Black color preview on #FB96D0 background

This text has black color on #FB96D0 background.


White color preview on #FB96D0 background

This text has white color on #FB96D0 background.