COLOR #FE96B2

HEX: #FE96B2
RGB: (254,150,178)

Color info

#FE96B2 contains mainly red color. Web safe color of #FE96B2 is #FF9999 (or #F99).

RGB color model

#FE96B2 color RGB value is (254,150,178).

  • red value is 254;
  • green value is 150;
  • blue value is 178.
RGB:
(254,150,178)
(100%,59%,70%)

RGB channels and saturation

R 254 of 255 = 100%
G 150 of 255 = 59%
B 178 of 255 = 70%

254
150
178

R + G + B ~ 76%. #FE96B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 150 + 178 = 582 (100%)
R 254 of 582 ~ 43.64%
G 150 of 582 ~ 25.77%
B 178 of 582 ~ 30.58%

%43.64
%25.77
%30.58

CMYK color model

#FE96B2 color CMYK value is (0,41,30,0).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 29.92%
  • key color value is 0.39%
CMYK:
(0,41,30,0)
C0M41Y30K0 
(0%,41%,30%,0%)
(0.00/0.41/0.30/0.00)	

CMYK percentages

%0
%40.94
%29.92
%0.39

Codes

Color #FE96B2 in popluar color models

FE96B2
RGB254150178
HSL344°98.11%79.22%
HSB/HSV344°40.94%99.61%
CMYK0.00%40.94%29.92%
0.39%

Color #FE96B2 in popluar number systems.

HEXFE96B2
Decimal254150178
Binary111111101001011010110010
Octal376226262

Shades and tints

Shades of #FE96B2

#FE96B2
(254,150,178)
#E789A2
(231,137,162)
#D07C92
(208,124,146)
#B96F82
(185,111,130)
#A26272
(162,98,114)
#8B5562
(139,85,98)
#744852
(116,72,82)
#5D3B42
(93,59,66)
#462E32
(70,46,50)
#2F2122
(47,33,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #FE96B2

#FE96B2
(254,150,178)
#FE9FB9
(254,159,185)
#FEA8C0
(254,168,192)
#FEB1C7
(254,177,199)
#FEBACE
(254,186,206)
#FEC3D5
(254,195,213)
#FECCDC
(254,204,220)
#FED5E3
(254,213,227)
#FEDEEA
(254,222,234)
#FEE7F1
(254,231,241)
#FEF0F8
(254,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE96B2 color. Also use rgb(254,150,178) instead hex code.

Text Font Color

.myTextColor { color: #FE96B2; }

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

This text font color is #FE96B2.


Background Color

.myBgColor { background-color: #FE96B2; }

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

This div background color is #FE96B2.


Border color

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

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

This div border color is #FE96B2.


Opacity

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

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

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

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

This text has shadow with #FE96B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE96B2 on black background.


Color preview on white background

This text has color #FE96B2 on white background.



Black color preview on #FE96B2 background

This text has black color on #FE96B2 background.


White color preview on #FE96B2 background

This text has white color on #FE96B2 background.