COLOR #FA98B0

HEX: #FA98B0
RGB: (250,152,176)

Color info

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

RGB color model

#FA98B0 color RGB value is (250,152,176).

  • red value is 250;
  • green value is 152;
  • blue value is 176.
RGB:
(250,152,176)
(98%,60%,69%)

RGB channels and saturation

R 250 of 255 = 98%
G 152 of 255 = 60%
B 176 of 255 = 69%

250
152
176

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

Portions of RGB colors in percentages

R + G + B =
250 + 152 + 176 = 578 (100%)
R 250 of 578 ~ 43.25%
G 152 of 578 ~ 26.3%
B 176 of 578 ~ 30.45%

%43.25
%26.3
%30.45

CMYK color model

#FA98B0 color CMYK value is (0,39,30,2).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(0,39,30,2)
C0M39Y30K2 
(0%,39%,30%,2%)
(0.00/0.39/0.30/0.02)	

CMYK percentages

%0
%39.2
%29.6
%1.96

Codes

Color #FA98B0 in popluar color models

FA98B0
RGB250152176
HSL345°90.74%78.82%
HSB/HSV345°39.20%98.04%
CMYK0.00%39.20%29.60%
1.96%

Color #FA98B0 in popluar number systems.

HEXFA98B0
Decimal250152176
Binary111110101001100010110000
Octal372230260

Shades and tints

Shades of #FA98B0

#FA98B0
(250,152,176)
#E48BA0
(228,139,160)
#CE7E90
(206,126,144)
#B87180
(184,113,128)
#A26470
(162,100,112)
#8C5760
(140,87,96)
#764A50
(118,74,80)
#603D40
(96,61,64)
#4A3030
(74,48,48)
#342320
(52,35,32)
#1E1610
(30,22,16)
#000000
(0,0,0)

Tints of #FA98B0

#FA98B0
(250,152,176)
#FAA1B7
(250,161,183)
#FAAABE
(250,170,190)
#FAB3C5
(250,179,197)
#FABCCC
(250,188,204)
#FAC5D3
(250,197,211)
#FACEDA
(250,206,218)
#FAD7E1
(250,215,225)
#FAE0E8
(250,224,232)
#FAE9EF
(250,233,239)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA98B0 color. Also use rgb(250,152,176) instead hex code.

Text Font Color

.myTextColor { color: #FA98B0; }

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

This text font color is #FA98B0.


Background Color

.myBgColor { background-color: #FA98B0; }

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

This div background color is #FA98B0.


Border color

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

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

This div border color is #FA98B0.


Opacity

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

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

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

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

This text has shadow with #FA98B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA98B0 on black background.


Color preview on white background

This text has color #FA98B0 on white background.



Black color preview on #FA98B0 background

This text has black color on #FA98B0 background.


White color preview on #FA98B0 background

This text has white color on #FA98B0 background.