COLOR #FA6B6D

HEX: #FA6B6D RGB: (250,107,109)

Color info

#FA6B6D contains mainly red color. Web safe color of #FA6B6D is #FF6666 (or #F66).

RGB color model

#FA6B6D color RGB value is (250,107,109).

RGB: (250,107,109) (98%, 42%, 43%)

RGB channels and saturation

R 250 of 255 = 98%
G 107 of 255 = 42%
B 109 of 255 = 43%

250
107
109

R + G + B ~ 61%. #FA6B6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 107 + 109 = 466 (100%)
R 250 of 466 ~ 53.65%
G 107 of 466 ~ 22.96%
B 109 of 466 ~ 23.39'%

%53.65
%22.96
%23.39

CMYK color model

#FA6B6D color CMYK value is (0,57,56,2).

  • cyan value is 0.00%
  • magenta value is 57.20%
  • yellow value is 56.40%
  • key color value is 1.96%

CMYK: (0,57,56,2)
C0M57Y56K2 (0%, 57%, 56%, 2%)
(0.00 / 0.57 / 0.56 / 0.02)

CMYK percentages

%0
%57.2
%56.4
%1.96

Codes

Color #FA6B6D in popluar color models

FA 6B 6D
RGB 250 107 109
HSL 359° 93.46% 70.00%
HSB/HSV 359° 57.20% 98.04%
CMYK 0.00% 57.20% 56.40%
1.96%

Color #FA6B6D in popluar number systems.

HEX FA 6B 6D
Decimal 250 107 109
Binary 11111010 1101011 1101101
Octal 372 153 155

Shades and tints

Shades of #FA6B6D

#FA6B6D
(250,107,109)
#E46264
(228,98,100)
#CE595B
(206,89,91)
#B85052
(184,80,82)
#A24749
(162,71,73)
#8C3E40
(140,62,64)
#763537
(118,53,55)
#602C2E
(96,44,46)
#4A2325
(74,35,37)
#341A1C
(52,26,28)
#1E1113
(30,17,19)
#000000
(0,0,0)

Tints of #FA6B6D

#FA6B6D
(250,107,109)
#FA787A
(250,120,122)
#FA8587
(250,133,135)
#FA9294
(250,146,148)
#FA9FA1
(250,159,161)
#FAACAE
(250,172,174)
#FAB9BB
(250,185,187)
#FAC6C8
(250,198,200)
#FAD3D5
(250,211,213)
#FAE0E2
(250,224,226)
#FAEDEF
(250,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA6B6D color. Also use rgb(250,107,109) instead hex code.

Text Font Color

.myTextColor { color: #FA6B6D; }

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

This text font color is #FA6B6D.

Background Color

.myBgColor { background-color: #FA6B6D; }

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

This div background color is #FA6B6D.

Border color

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

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

This div border color is #FA6B6D.

Opacity

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

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

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

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

This text has shadow with #FA6B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA6B6D.

Preview

Color preview on black background

This text has color #FA6B6D on black background.


Color preview on white background

This text has color #FA6B6D on white background.


Black color preview on #FA6B6D background

This text has black color on #FA6B6D background.


White color preview on #FA6B6D background

This text has white color on #FA6B6D background.


Related colors

Complementary color

Complementary color for #hex is #059492.


I love getcolorcode.com

Triadic colors

1 #6DFA6B and #6B6DFA with #FA6B6D are triadic colors.

2 #6D6BFA and #6BFA6D with #FA6B6D are triadic colors.