COLOR #FAB6B8

HEX: #FAB6B8 RGB: (250,182,184)

Color info

#FAB6B8 contains mainly red color. Web safe color of #FAB6B8 is #FFCCCC (or #FCC).

RGB color model

#FAB6B8 color RGB value is (250,182,184).

RGB: (250,182,184) (98%, 71%, 72%)

RGB channels and saturation

R 250 of 255 = 98%
G 182 of 255 = 71%
B 184 of 255 = 72%

250
182
184

R + G + B ~ 80%. #FAB6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 182 + 184 = 616 (100%)
R 250 of 616 ~ 40.58%
G 182 of 616 ~ 29.55%
B 184 of 616 ~ 29.87'%

%40.58
%29.55
%29.87

CMYK color model

#FAB6B8 color CMYK value is (0,27,26,2).

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

CMYK: (0,27,26,2)
C0M27Y26K2 (0%, 27%, 26%, 2%)
(0.00 / 0.27 / 0.26 / 0.02)

CMYK percentages

%0
%27.2
%26.4
%1.96

Codes

Color #FAB6B8 in popluar color models

FA B6 B8
RGB 250 182 184
HSL 358° 87.18% 84.71%
HSB/HSV 358° 27.20% 98.04%
CMYK 0.00% 27.20% 26.40%
1.96%

Color #FAB6B8 in popluar number systems.

HEX FA B6 B8
Decimal 250 182 184
Binary 11111010 10110110 10111000
Octal 372 266 270

Shades and tints

Shades of #FAB6B8

#FAB6B8
(250,182,184)
#E4A6A8
(228,166,168)
#CE9698
(206,150,152)
#B88688
(184,134,136)
#A27678
(162,118,120)
#8C6668
(140,102,104)
#765658
(118,86,88)
#604648
(96,70,72)
#4A3638
(74,54,56)
#342628
(52,38,40)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FAB6B8

#FAB6B8
(250,182,184)
#FABCBE
(250,188,190)
#FAC2C4
(250,194,196)
#FAC8CA
(250,200,202)
#FACED0
(250,206,208)
#FAD4D6
(250,212,214)
#FADADC
(250,218,220)
#FAE0E2
(250,224,226)
#FAE6E8
(250,230,232)
#FAECEE
(250,236,238)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB6B8; }

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

This text font color is #FAB6B8.

Background Color

.myBgColor { background-color: #FAB6B8; }

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

This div background color is #FAB6B8.

Border color

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

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

This div border color is #FAB6B8.

Opacity

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

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

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

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

This text has shadow with #FAB6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB6B8.

Preview

Color preview on black background

This text has color #FAB6B8 on black background.


Color preview on white background

This text has color #FAB6B8 on white background.


Black color preview on #FAB6B8 background

This text has black color on #FAB6B8 background.


White color preview on #FAB6B8 background

This text has white color on #FAB6B8 background.


Related colors

Complementary color

Complementary color for #hex is #054947.


I love getcolorcode.com

Triadic colors

1 #B8FAB6 and #B6B8FA with #FAB6B8 are triadic colors.

2 #B8B6FA and #B6FAB8 with #FAB6B8 are triadic colors.