COLOR #FA9BCF

HEX: #FA9BCF
RGB: (250,155,207)

Color info

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

RGB color model

#FA9BCF color RGB value is (250,155,207).

  • red value is 250;
  • green value is 155;
  • blue value is 207.
RGB:
(250,155,207)
(98%,61%,81%)

RGB channels and saturation

R 250 of 255 = 98%
G 155 of 255 = 61%
B 207 of 255 = 81%

250
155
207

R + G + B ~ 80%. #FA9BCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 155 + 207 = 612 (100%)
R 250 of 612 ~ 40.85%
G 155 of 612 ~ 25.33%
B 207 of 612 ~ 33.82%

%40.85
%25.33
%33.82

CMYK color model

#FA9BCF color CMYK value is (0,38,17,2).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 17.20%
  • key color value is 1.96%
CMYK:
(0,38,17,2)
C0M38Y17K2 
(0%,38%,17%,2%)
(0.00/0.38/0.17/0.02)	

CMYK percentages

%0
%38
%17.2
%1.96

Codes

Color #FA9BCF in popluar color models

FA9BCF
RGB250155207
HSL327°90.48%79.41%
HSB/HSV327°38.00%98.04%
CMYK0.00%38.00%17.20%
1.96%

Color #FA9BCF in popluar number systems.

HEXFA9BCF
Decimal250155207
Binary111110101001101111001111
Octal372233317

Shades and tints

Shades of #FA9BCF

#FA9BCF
(250,155,207)
#E48DBD
(228,141,189)
#CE7FAB
(206,127,171)
#B87199
(184,113,153)
#A26387
(162,99,135)
#8C5575
(140,85,117)
#764763
(118,71,99)
#603951
(96,57,81)
#4A2B3F
(74,43,63)
#341D2D
(52,29,45)
#1E0F1B
(30,15,27)
#000000
(0,0,0)

Tints of #FA9BCF

#FA9BCF
(250,155,207)
#FAA4D3
(250,164,211)
#FAADD7
(250,173,215)
#FAB6DB
(250,182,219)
#FABFDF
(250,191,223)
#FAC8E3
(250,200,227)
#FAD1E7
(250,209,231)
#FADAEB
(250,218,235)
#FAE3EF
(250,227,239)
#FAECF3
(250,236,243)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9BCF color. Also use rgb(250,155,207) instead hex code.

Text Font Color

.myTextColor { color: #FA9BCF; }

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

This text font color is #FA9BCF.


Background Color

.myBgColor { background-color: #FA9BCF; }

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

This div background color is #FA9BCF.


Border color

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

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

This div border color is #FA9BCF.


Opacity

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

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

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

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

This text has shadow with #FA9BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9BCF on black background.


Color preview on white background

This text has color #FA9BCF on white background.



Black color preview on #FA9BCF background

This text has black color on #FA9BCF background.


White color preview on #FA9BCF background

This text has white color on #FA9BCF background.