COLOR #FA67B0

HEX: #FA67B0
RGB: (250,103,176)

Color info

#FA67B0 contains mainly red color. Web safe color of #FA67B0 is #FF6699 (or #F69).

RGB color model

#FA67B0 color RGB value is (250,103,176).

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

RGB channels and saturation

R 250 of 255 = 98%
G 103 of 255 = 40%
B 176 of 255 = 69%

250
103
176

R + G + B ~ 69%. #FA67B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 103 + 176 = 529 (100%)
R 250 of 529 ~ 47.26%
G 103 of 529 ~ 19.47%
B 176 of 529 ~ 33.27%

%47.26
%19.47
%33.27

CMYK color model

#FA67B0 color CMYK value is (0,59,30,2).

  • cyan value is 0.00%
  • magenta value is 58.80%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(0,59,30,2)
C0M59Y30K2 
(0%,59%,30%,2%)
(0.00/0.59/0.30/0.02)	

CMYK percentages

%0
%58.8
%29.6
%1.96

Codes

Color #FA67B0 in popluar color models

FA67B0
RGB250103176
HSL330°93.63%69.22%
HSB/HSV330°58.80%98.04%
CMYK0.00%58.80%29.60%
1.96%

Color #FA67B0 in popluar number systems.

HEXFA67B0
Decimal250103176
Binary11111010110011110110000
Octal372147260

Shades and tints

Shades of #FA67B0

#FA67B0
(250,103,176)
#E45EA0
(228,94,160)
#CE5590
(206,85,144)
#B84C80
(184,76,128)
#A24370
(162,67,112)
#8C3A60
(140,58,96)
#763150
(118,49,80)
#602840
(96,40,64)
#4A1F30
(74,31,48)
#341620
(52,22,32)
#1E0D10
(30,13,16)
#000000
(0,0,0)

Tints of #FA67B0

#FA67B0
(250,103,176)
#FA74B7
(250,116,183)
#FA81BE
(250,129,190)
#FA8EC5
(250,142,197)
#FA9BCC
(250,155,204)
#FAA8D3
(250,168,211)
#FAB5DA
(250,181,218)
#FAC2E1
(250,194,225)
#FACFE8
(250,207,232)
#FADCEF
(250,220,239)
#FAE9F6
(250,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA67B0; }

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

This text font color is #FA67B0.


Background Color

.myBgColor { background-color: #FA67B0; }

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

This div background color is #FA67B0.


Border color

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

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

This div border color is #FA67B0.


Opacity

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

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

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

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

This text has shadow with #FA67B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA67B0 on black background.


Color preview on white background

This text has color #FA67B0 on white background.



Black color preview on #FA67B0 background

This text has black color on #FA67B0 background.


White color preview on #FA67B0 background

This text has white color on #FA67B0 background.