COLOR #FABBE5

HEX: #FABBE5
RGB: (250,187,229)

Color info

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

RGB color model

#FABBE5 color RGB value is (250,187,229).

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

RGB channels and saturation

R 250 of 255 = 98%
G 187 of 255 = 73%
B 229 of 255 = 90%

250
187
229

R + G + B ~ 87%. #FABBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 187 + 229 = 666 (100%)
R 250 of 666 ~ 37.54%
G 187 of 666 ~ 28.08%
B 229 of 666 ~ 34.38%

%37.54
%28.08
%34.38

CMYK color model

#FABBE5 color CMYK value is (0,25,8,2).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 8.40%
  • key color value is 1.96%
CMYK:
(0,25,8,2)
C0M25Y8K2 
(0%,25%,8%,2%)
(0.00/0.25/0.08/0.02)	

CMYK percentages

%0
%25.2
%8.4
%1.96

Codes

Color #FABBE5 in popluar color models

FABBE5
RGB250187229
HSL320°86.30%85.69%
HSB/HSV320°25.20%98.04%
CMYK0.00%25.20%8.40%
1.96%

Color #FABBE5 in popluar number systems.

HEXFABBE5
Decimal250187229
Binary111110101011101111100101
Octal372273345

Shades and tints

Shades of #FABBE5

#FABBE5
(250,187,229)
#E4AAD1
(228,170,209)
#CE99BD
(206,153,189)
#B888A9
(184,136,169)
#A27795
(162,119,149)
#8C6681
(140,102,129)
#76556D
(118,85,109)
#604459
(96,68,89)
#4A3345
(74,51,69)
#342231
(52,34,49)
#1E111D
(30,17,29)
#000000
(0,0,0)

Tints of #FABBE5

#FABBE5
(250,187,229)
#FAC1E7
(250,193,231)
#FAC7E9
(250,199,233)
#FACDEB
(250,205,235)
#FAD3ED
(250,211,237)
#FAD9EF
(250,217,239)
#FADFF1
(250,223,241)
#FAE5F3
(250,229,243)
#FAEBF5
(250,235,245)
#FAF1F7
(250,241,247)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABBE5; }

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

This text font color is #FABBE5.


Background Color

.myBgColor { background-color: #FABBE5; }

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

This div background color is #FABBE5.


Border color

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

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

This div border color is #FABBE5.


Opacity

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

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

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

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

This text has shadow with #FABBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABBE5 on black background.


Color preview on white background

This text has color #FABBE5 on white background.



Black color preview on #FABBE5 background

This text has black color on #FABBE5 background.


White color preview on #FABBE5 background

This text has white color on #FABBE5 background.