COLOR #FA95BB

HEX: #FA95BB
RGB: (250,149,187)

Color info

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

RGB color model

#FA95BB color RGB value is (250,149,187).

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

RGB channels and saturation

R 250 of 255 = 98%
G 149 of 255 = 58%
B 187 of 255 = 73%

250
149
187

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

Portions of RGB colors in percentages

R + G + B =
250 + 149 + 187 = 586 (100%)
R 250 of 586 ~ 42.66%
G 149 of 586 ~ 25.43%
B 187 of 586 ~ 31.91%

%42.66
%25.43
%31.91

CMYK color model

#FA95BB color CMYK value is (0,40,25,2).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 25.20%
  • key color value is 1.96%
CMYK:
(0,40,25,2)
C0M40Y25K2 
(0%,40%,25%,2%)
(0.00/0.40/0.25/0.02)	

CMYK percentages

%0
%40.4
%25.2
%1.96

Codes

Color #FA95BB in popluar color models

FA95BB
RGB250149187
HSL337°90.99%78.24%
HSB/HSV337°40.40%98.04%
CMYK0.00%40.40%25.20%
1.96%

Color #FA95BB in popluar number systems.

HEXFA95BB
Decimal250149187
Binary111110101001010110111011
Octal372225273

Shades and tints

Shades of #FA95BB

#FA95BB
(250,149,187)
#E488AA
(228,136,170)
#CE7B99
(206,123,153)
#B86E88
(184,110,136)
#A26177
(162,97,119)
#8C5466
(140,84,102)
#764755
(118,71,85)
#603A44
(96,58,68)
#4A2D33
(74,45,51)
#342022
(52,32,34)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #FA95BB

#FA95BB
(250,149,187)
#FA9EC1
(250,158,193)
#FAA7C7
(250,167,199)
#FAB0CD
(250,176,205)
#FAB9D3
(250,185,211)
#FAC2D9
(250,194,217)
#FACBDF
(250,203,223)
#FAD4E5
(250,212,229)
#FADDEB
(250,221,235)
#FAE6F1
(250,230,241)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA95BB; }

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

This text font color is #FA95BB.


Background Color

.myBgColor { background-color: #FA95BB; }

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

This div background color is #FA95BB.


Border color

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

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

This div border color is #FA95BB.


Opacity

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

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

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

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

This text has shadow with #FA95BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA95BB on black background.


Color preview on white background

This text has color #FA95BB on white background.



Black color preview on #FA95BB background

This text has black color on #FA95BB background.


White color preview on #FA95BB background

This text has white color on #FA95BB background.