COLOR #FAB6D6

HEX: #FAB6D6 RGB: (250,182,214)

Color info

#FAB6D6 contains mainly red and blue colors. Web safe color of #FAB6D6 is #FFCCCC (or #FCC).

RGB color model

#FAB6D6 color RGB value is (250,182,214).

RGB: (250,182,214) (98%, 71%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 182 of 255 = 71%
B 214 of 255 = 84%

250
182
214

R + G + B ~ 84%. #FAB6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 182 + 214 = 646 (100%)
R 250 of 646 ~ 38.7%
G 182 of 646 ~ 28.17%
B 214 of 646 ~ 33.13'%

%38.7
%28.17
%33.13

CMYK color model

#FAB6D6 color CMYK value is (0,27,14,2).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 14.40%
  • key color value is 1.96%

CMYK: (0,27,14,2)
C0M27Y14K2 (0%, 27%, 14%, 2%)
(0.00 / 0.27 / 0.14 / 0.02)

CMYK percentages

%0
%27.2
%14.4
%1.96

Codes

Color #FAB6D6 in popluar color models

FA B6 D6
RGB 250 182 214
HSL 332° 87.18% 84.71%
HSB/HSV 332° 27.20% 98.04%
CMYK 0.00% 27.20% 14.40%
1.96%

Color #FAB6D6 in popluar number systems.

HEX FA B6 D6
Decimal 250 182 214
Binary 11111010 10110110 11010110
Octal 372 266 326

Shades and tints

Shades of #FAB6D6

#FAB6D6
(250,182,214)
#E4A6C3
(228,166,195)
#CE96B0
(206,150,176)
#B8869D
(184,134,157)
#A2768A
(162,118,138)
#8C6677
(140,102,119)
#765664
(118,86,100)
#604651
(96,70,81)
#4A363E
(74,54,62)
#34262B
(52,38,43)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FAB6D6

#FAB6D6
(250,182,214)
#FABCD9
(250,188,217)
#FAC2DC
(250,194,220)
#FAC8DF
(250,200,223)
#FACEE2
(250,206,226)
#FAD4E5
(250,212,229)
#FADAE8
(250,218,232)
#FAE0EB
(250,224,235)
#FAE6EE
(250,230,238)
#FAECF1
(250,236,241)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB6D6 color. Also use rgb(250,182,214) instead hex code.

Text Font Color

.myTextColor { color: #FAB6D6; }

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

This text font color is #FAB6D6.

Background Color

.myBgColor { background-color: #FAB6D6; }

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

This div background color is #FAB6D6.

Border color

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

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

This div border color is #FAB6D6.

Opacity

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

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

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

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

This text has shadow with #FAB6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB6D6.

Preview

Color preview on black background

This text has color #FAB6D6 on black background.


Color preview on white background

This text has color #FAB6D6 on white background.


Black color preview on #FAB6D6 background

This text has black color on #FAB6D6 background.


White color preview on #FAB6D6 background

This text has white color on #FAB6D6 background.


Related colors

Complementary color

Complementary color for #hex is #054929.


I love getcolorcode.com

Triadic colors

1 #D6FAB6 and #B6D6FA with #FAB6D6 are triadic colors.

2 #D6B6FA and #B6FAD6 with #FAB6D6 are triadic colors.