COLOR #FABBEB

HEX: #FABBEB
RGB: (250,187,235)

Color info

#FABBEB contains mainly red and blue colors. Web safe color of #FABBEB is #FFCCFF (or #FCF).

RGB color model

#FABBEB color RGB value is (250,187,235).

  • red value is 250;
  • green value is 187;
  • blue value is 235.
RGB:
(250,187,235)
(98%,73%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 187 of 255 = 73%
B 235 of 255 = 92%

250
187
235

R + G + B ~ 88%. #FABBEB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 187 + 235 = 672 (100%)
R 250 of 672 ~ 37.2%
G 187 of 672 ~ 27.83%
B 235 of 672 ~ 34.97%

%37.2
%27.83
%34.97

CMYK color model

#FABBEB color CMYK value is (0,25,6,2).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,25,6,2)
C0M25Y6K2 
(0%,25%,6%,2%)
(0.00/0.25/0.06/0.02)	

CMYK percentages

%0
%25.2
%6
%1.96

Codes

Color #FABBEB in popluar color models

FABBEB
RGB250187235
HSL314°86.30%85.69%
HSB/HSV314°25.20%98.04%
CMYK0.00%25.20%6.00%
1.96%

Color #FABBEB in popluar number systems.

HEXFABBEB
Decimal250187235
Binary111110101011101111101011
Octal372273353

Shades and tints

Shades of #FABBEB

#FABBEB
(250,187,235)
#E4AAD6
(228,170,214)
#CE99C1
(206,153,193)
#B888AC
(184,136,172)
#A27797
(162,119,151)
#8C6682
(140,102,130)
#76556D
(118,85,109)
#604458
(96,68,88)
#4A3343
(74,51,67)
#34222E
(52,34,46)
#1E1119
(30,17,25)
#000000
(0,0,0)

Tints of #FABBEB

#FABBEB
(250,187,235)
#FAC1EC
(250,193,236)
#FAC7ED
(250,199,237)
#FACDEE
(250,205,238)
#FAD3EF
(250,211,239)
#FAD9F0
(250,217,240)
#FADFF1
(250,223,241)
#FAE5F2
(250,229,242)
#FAEBF3
(250,235,243)
#FAF1F4
(250,241,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABBEB; }

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

This text font color is #FABBEB.


Background Color

.myBgColor { background-color: #FABBEB; }

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

This div background color is #FABBEB.


Border color

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

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

This div border color is #FABBEB.


Opacity

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

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

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

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

This text has shadow with #FABBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABBEB on black background.


Color preview on white background

This text has color #FABBEB on white background.



Black color preview on #FABBEB background

This text has black color on #FABBEB background.


White color preview on #FABBEB background

This text has white color on #FABBEB background.