COLOR #FA95B1

HEX: #FA95B1
RGB: (250,149,177)

Color info

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

RGB color model

#FA95B1 color RGB value is (250,149,177).

  • red value is 250;
  • green value is 149;
  • blue value is 177.
RGB:
(250,149,177)
(98%,58%,69%)

RGB channels and saturation

R 250 of 255 = 98%
G 149 of 255 = 58%
B 177 of 255 = 69%

250
149
177

R + G + B ~ 75%. #FA95B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 149 + 177 = 576 (100%)
R 250 of 576 ~ 43.4%
G 149 of 576 ~ 25.87%
B 177 of 576 ~ 30.73%

%43.4
%25.87
%30.73

CMYK color model

#FA95B1 color CMYK value is (0,40,29,2).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 29.20%
  • key color value is 1.96%
CMYK:
(0,40,29,2)
C0M40Y29K2 
(0%,40%,29%,2%)
(0.00/0.40/0.29/0.02)	

CMYK percentages

%0
%40.4
%29.2
%1.96

Codes

Color #FA95B1 in popluar color models

FA95B1
RGB250149177
HSL343°90.99%78.24%
HSB/HSV343°40.40%98.04%
CMYK0.00%40.40%29.20%
1.96%

Color #FA95B1 in popluar number systems.

HEXFA95B1
Decimal250149177
Binary111110101001010110110001
Octal372225261

Shades and tints

Shades of #FA95B1

#FA95B1
(250,149,177)
#E488A1
(228,136,161)
#CE7B91
(206,123,145)
#B86E81
(184,110,129)
#A26171
(162,97,113)
#8C5461
(140,84,97)
#764751
(118,71,81)
#603A41
(96,58,65)
#4A2D31
(74,45,49)
#342021
(52,32,33)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #FA95B1

#FA95B1
(250,149,177)
#FA9EB8
(250,158,184)
#FAA7BF
(250,167,191)
#FAB0C6
(250,176,198)
#FAB9CD
(250,185,205)
#FAC2D4
(250,194,212)
#FACBDB
(250,203,219)
#FAD4E2
(250,212,226)
#FADDE9
(250,221,233)
#FAE6F0
(250,230,240)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA95B1 color. Also use rgb(250,149,177) instead hex code.

Text Font Color

.myTextColor { color: #FA95B1; }

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

This text font color is #FA95B1.


Background Color

.myBgColor { background-color: #FA95B1; }

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

This div background color is #FA95B1.


Border color

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

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

This div border color is #FA95B1.


Opacity

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

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

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

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

This text has shadow with #FA95B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA95B1 on black background.


Color preview on white background

This text has color #FA95B1 on white background.



Black color preview on #FA95B1 background

This text has black color on #FA95B1 background.


White color preview on #FA95B1 background

This text has white color on #FA95B1 background.