COLOR #FA95B8

HEX: #FA95B8
RGB: (250,149,184)

Color info

#FA95B8 contains mainly red color. Web safe color of #FA95B8 is #FF99CC (or #F9C).

RGB color model

#FA95B8 color RGB value is (250,149,184).

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

RGB channels and saturation

R 250 of 255 = 98%
G 149 of 255 = 58%
B 184 of 255 = 72%

250
149
184

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

Portions of RGB colors in percentages

R + G + B =
250 + 149 + 184 = 583 (100%)
R 250 of 583 ~ 42.88%
G 149 of 583 ~ 25.56%
B 184 of 583 ~ 31.56%

%42.88
%25.56
%31.56

CMYK color model

#FA95B8 color CMYK value is (0,40,26,2).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 26.40%
  • key color value is 1.96%
CMYK:
(0,40,26,2)
C0M40Y26K2 
(0%,40%,26%,2%)
(0.00/0.40/0.26/0.02)	

CMYK percentages

%0
%40.4
%26.4
%1.96

Codes

Color #FA95B8 in popluar color models

FA95B8
RGB250149184
HSL339°90.99%78.24%
HSB/HSV339°40.40%98.04%
CMYK0.00%40.40%26.40%
1.96%

Color #FA95B8 in popluar number systems.

HEXFA95B8
Decimal250149184
Binary111110101001010110111000
Octal372225270

Shades and tints

Shades of #FA95B8

#FA95B8
(250,149,184)
#E488A8
(228,136,168)
#CE7B98
(206,123,152)
#B86E88
(184,110,136)
#A26178
(162,97,120)
#8C5468
(140,84,104)
#764758
(118,71,88)
#603A48
(96,58,72)
#4A2D38
(74,45,56)
#342028
(52,32,40)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #FA95B8

#FA95B8
(250,149,184)
#FA9EBE
(250,158,190)
#FAA7C4
(250,167,196)
#FAB0CA
(250,176,202)
#FAB9D0
(250,185,208)
#FAC2D6
(250,194,214)
#FACBDC
(250,203,220)
#FAD4E2
(250,212,226)
#FADDE8
(250,221,232)
#FAE6EE
(250,230,238)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA95B8; }

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

This text font color is #FA95B8.


Background Color

.myBgColor { background-color: #FA95B8; }

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

This div background color is #FA95B8.


Border color

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

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

This div border color is #FA95B8.


Opacity

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

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

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

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

This text has shadow with #FA95B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA95B8 on black background.


Color preview on white background

This text has color #FA95B8 on white background.



Black color preview on #FA95B8 background

This text has black color on #FA95B8 background.


White color preview on #FA95B8 background

This text has white color on #FA95B8 background.