COLOR #FABBB4

HEX: #FABBB4 RGB: (250,187,180)

Color info

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

RGB color model

#FABBB4 color RGB value is (250,187,180).

RGB: (250,187,180) (98%, 73%, 71%)

RGB channels and saturation

R 250 of 255 = 98%
G 187 of 255 = 73%
B 180 of 255 = 71%

250
187
180

R + G + B ~ 81%. #FABBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 187 + 180 = 617 (100%)
R 250 of 617 ~ 40.52%
G 187 of 617 ~ 30.31%
B 180 of 617 ~ 29.17'%

%40.52
%30.31
%29.17

CMYK color model

#FABBB4 color CMYK value is (0,25,28,2).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 28.00%
  • key color value is 1.96%

CMYK: (0,25,28,2)
C0M25Y28K2 (0%, 25%, 28%, 2%)
(0.00 / 0.25 / 0.28 / 0.02)

CMYK percentages

%0
%25.2
%28
%1.96

Codes

Color #FABBB4 in popluar color models

FA BB B4
RGB 250 187 180
HSL 87.50% 84.31%
HSB/HSV 28.00% 98.04%
CMYK 0.00% 25.20% 28.00%
1.96%

Color #FABBB4 in popluar number systems.

HEX FA BB B4
Decimal 250 187 180
Binary 11111010 10111011 10110100
Octal 372 273 264

Shades and tints

Shades of #FABBB4

#FABBB4
(250,187,180)
#E4AAA4
(228,170,164)
#CE9994
(206,153,148)
#B88884
(184,136,132)
#A27774
(162,119,116)
#8C6664
(140,102,100)
#765554
(118,85,84)
#604444
(96,68,68)
#4A3334
(74,51,52)
#342224
(52,34,36)
#1E1114
(30,17,20)
#000000
(0,0,0)

Tints of #FABBB4

#FABBB4
(250,187,180)
#FAC1BA
(250,193,186)
#FAC7C0
(250,199,192)
#FACDC6
(250,205,198)
#FAD3CC
(250,211,204)
#FAD9D2
(250,217,210)
#FADFD8
(250,223,216)
#FAE5DE
(250,229,222)
#FAEBE4
(250,235,228)
#FAF1EA
(250,241,234)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABBB4 color. Also use rgb(250,187,180) instead hex code.

Text Font Color

.myTextColor { color: #FABBB4; }

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

This text font color is #FABBB4.

Background Color

.myBgColor { background-color: #FABBB4; }

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

This div background color is #FABBB4.

Border color

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

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

This div border color is #FABBB4.

Opacity

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

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

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

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

This text has shadow with #FABBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABBB4.

Preview

Color preview on black background

This text has color #FABBB4 on black background.


Color preview on white background

This text has color #FABBB4 on white background.


Black color preview on #FABBB4 background

This text has black color on #FABBB4 background.


White color preview on #FABBB4 background

This text has white color on #FABBB4 background.


Related colors

Complementary color

Complementary color for #hex is #05444B.


I love getcolorcode.com

Triadic colors

1 #B4FABB and #BBB4FA with #FABBB4 are triadic colors.

2 #B4BBFA and #BBFAB4 with #FABBB4 are triadic colors.