COLOR #FA80BA

HEX: #FA80BA RGB: (250,128,186)

Color info

#FA80BA contains mainly red color. Web safe color of #FA80BA is #FF66CC (or #F6C).

RGB color model

#FA80BA color RGB value is (250,128,186).

RGB: (250,128,186) (98%, 50%, 73%)

RGB channels and saturation

R 250 of 255 = 98%
G 128 of 255 = 50%
B 186 of 255 = 73%

250
128
186

R + G + B ~ 74%. #FA80BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 128 + 186 = 564 (100%)
R 250 of 564 ~ 44.33%
G 128 of 564 ~ 22.7%
B 186 of 564 ~ 32.98'%

%44.33
%22.7
%32.98

CMYK color model

#FA80BA color CMYK value is (0,49,26,2).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 25.60%
  • key color value is 1.96%

CMYK: (0,49,26,2)
C0M49Y26K2 (0%, 49%, 26%, 2%)
(0.00 / 0.49 / 0.26 / 0.02)

CMYK percentages

%0
%48.8
%25.6
%1.96

Codes

Color #FA80BA in popluar color models

FA 80 BA
RGB 250 128 186
HSL 331° 92.42% 74.12%
HSB/HSV 331° 48.80% 98.04%
CMYK 0.00% 48.80% 25.60%
1.96%

Color #FA80BA in popluar number systems.

HEX FA 80 BA
Decimal 250 128 186
Binary 11111010 10000000 10111010
Octal 372 200 272

Shades and tints

Shades of #FA80BA

#FA80BA
(250,128,186)
#E475AA
(228,117,170)
#CE6A9A
(206,106,154)
#B85F8A
(184,95,138)
#A2547A
(162,84,122)
#8C496A
(140,73,106)
#763E5A
(118,62,90)
#60334A
(96,51,74)
#4A283A
(74,40,58)
#341D2A
(52,29,42)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #FA80BA

#FA80BA
(250,128,186)
#FA8BC0
(250,139,192)
#FA96C6
(250,150,198)
#FAA1CC
(250,161,204)
#FAACD2
(250,172,210)
#FAB7D8
(250,183,216)
#FAC2DE
(250,194,222)
#FACDE4
(250,205,228)
#FAD8EA
(250,216,234)
#FAE3F0
(250,227,240)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA80BA color. Also use rgb(250,128,186) instead hex code.

Text Font Color

.myTextColor { color: #FA80BA; }

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

This text font color is #FA80BA.

Background Color

.myBgColor { background-color: #FA80BA; }

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

This div background color is #FA80BA.

Border color

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

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

This div border color is #FA80BA.

Opacity

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

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

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

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

This text has shadow with #FA80BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA80BA.

Preview

Color preview on black background

This text has color #FA80BA on black background.


Color preview on white background

This text has color #FA80BA on white background.


Black color preview on #FA80BA background

This text has black color on #FA80BA background.


White color preview on #FA80BA background

This text has white color on #FA80BA background.


Related colors

Complementary color

Complementary color for #hex is #057F45.


I love getcolorcode.com

Triadic colors

1 #BAFA80 and #80BAFA with #FA80BA are triadic colors.

2 #BA80FA and #80FABA with #FA80BA are triadic colors.