COLOR #FABEBB

HEX: #FABEBB RGB: (250,190,187)

Color info

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

RGB color model

#FABEBB color RGB value is (250,190,187).

RGB: (250,190,187) (98%, 75%, 73%)

RGB channels and saturation

R 250 of 255 = 98%
G 190 of 255 = 75%
B 187 of 255 = 73%

250
190
187

R + G + B ~ 82%. #FABEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 190 + 187 = 627 (100%)
R 250 of 627 ~ 39.87%
G 190 of 627 ~ 30.3%
B 187 of 627 ~ 29.82'%

%39.87
%30.3
%29.82

CMYK color model

#FABEBB color CMYK value is (0,24,25,2).

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

CMYK: (0,24,25,2)
C0M24Y25K2 (0%, 24%, 25%, 2%)
(0.00 / 0.24 / 0.25 / 0.02)

CMYK percentages

%0
%24
%25.2
%1.96

Codes

Color #FABEBB in popluar color models

FA BE BB
RGB 250 190 187
HSL 86.30% 85.69%
HSB/HSV 25.20% 98.04%
CMYK 0.00% 24.00% 25.20%
1.96%

Color #FABEBB in popluar number systems.

HEX FA BE BB
Decimal 250 190 187
Binary 11111010 10111110 10111011
Octal 372 276 273

Shades and tints

Shades of #FABEBB

#FABEBB
(250,190,187)
#E4ADAA
(228,173,170)
#CE9C99
(206,156,153)
#B88B88
(184,139,136)
#A27A77
(162,122,119)
#8C6966
(140,105,102)
#765855
(118,88,85)
#604744
(96,71,68)
#4A3633
(74,54,51)
#342522
(52,37,34)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #FABEBB

#FABEBB
(250,190,187)
#FAC3C1
(250,195,193)
#FAC8C7
(250,200,199)
#FACDCD
(250,205,205)
#FAD2D3
(250,210,211)
#FAD7D9
(250,215,217)
#FADCDF
(250,220,223)
#FAE1E5
(250,225,229)
#FAE6EB
(250,230,235)
#FAEBF1
(250,235,241)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABEBB; }

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

This text font color is #FABEBB.

Background Color

.myBgColor { background-color: #FABEBB; }

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

This div background color is #FABEBB.

Border color

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

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

This div border color is #FABEBB.

Opacity

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

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

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

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

This text has shadow with #FABEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABEBB.

Preview

Color preview on black background

This text has color #FABEBB on black background.


Color preview on white background

This text has color #FABEBB on white background.


Black color preview on #FABEBB background

This text has black color on #FABEBB background.


White color preview on #FABEBB background

This text has white color on #FABEBB background.


Related colors

Complementary color

Complementary color for #hex is #054144.


I love getcolorcode.com

Triadic colors

1 #BBFABE and #BEBBFA with #FABEBB are triadic colors.

2 #BBBEFA and #BEFABB with #FABEBB are triadic colors.