COLOR #FF96D8

HEX: #FF96D8
RGB: (255,150,216)

Color info

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

RGB color model

#FF96D8 color RGB value is (255,150,216).

  • red value is 255;
  • green value is 150;
  • blue value is 216.
RGB:
(255,150,216)
(100%,59%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 150 of 255 = 59%
B 216 of 255 = 85%

255
150
216

R + G + B ~ 81%. #FF96D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 150 + 216 = 621 (100%)
R 255 of 621 ~ 41.06%
G 150 of 621 ~ 24.15%
B 216 of 621 ~ 34.78%

%41.06
%24.15
%34.78

CMYK color model

#FF96D8 color CMYK value is (0,41,15,0).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK:
(0,41,15,0)
C0M41Y15K0 
(0%,41%,15%,0%)
(0.00/0.41/0.15/0.00)	

CMYK percentages

%0
%41.18
%15.29
%0

Codes

Color #FF96D8 in popluar color models

FF96D8
RGB255150216
HSL322°100.00%79.41%
HSB/HSV322°41.18%100.00%
CMYK0.00%41.18%15.29%
0.00%

Color #FF96D8 in popluar number systems.

HEXFF96D8
Decimal255150216
Binary111111111001011011011000
Octal377226330

Shades and tints

Shades of #FF96D8

#FF96D8
(255,150,216)
#E889C5
(232,137,197)
#D17CB2
(209,124,178)
#BA6F9F
(186,111,159)
#A3628C
(163,98,140)
#8C5579
(140,85,121)
#754866
(117,72,102)
#5E3B53
(94,59,83)
#472E40
(71,46,64)
#30212D
(48,33,45)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #FF96D8

#FF96D8
(255,150,216)
#FF9FDB
(255,159,219)
#FFA8DE
(255,168,222)
#FFB1E1
(255,177,225)
#FFBAE4
(255,186,228)
#FFC3E7
(255,195,231)
#FFCCEA
(255,204,234)
#FFD5ED
(255,213,237)
#FFDEF0
(255,222,240)
#FFE7F3
(255,231,243)
#FFF0F6
(255,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF96D8 color. Also use rgb(255,150,216) instead hex code.

Text Font Color

.myTextColor { color: #FF96D8; }

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

This text font color is #FF96D8.


Background Color

.myBgColor { background-color: #FF96D8; }

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

This div background color is #FF96D8.


Border color

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

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

This div border color is #FF96D8.


Opacity

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

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

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

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

This text has shadow with #FF96D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF96D8 on black background.


Color preview on white background

This text has color #FF96D8 on white background.



Black color preview on #FF96D8 background

This text has black color on #FF96D8 background.


White color preview on #FF96D8 background

This text has white color on #FF96D8 background.