COLOR #FAB0E2

HEX: #FAB0E2
RGB: (250,176,226)

Color info

#FAB0E2 contains mainly red and blue colors. Web safe color of #FAB0E2 is #FF99CC (or #F9C).

RGB color model

#FAB0E2 color RGB value is (250,176,226).

  • red value is 250;
  • green value is 176;
  • blue value is 226.
RGB:
(250,176,226)
(98%,69%,89%)

RGB channels and saturation

R 250 of 255 = 98%
G 176 of 255 = 69%
B 226 of 255 = 89%

250
176
226

R + G + B ~ 85%. #FAB0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 176 + 226 = 652 (100%)
R 250 of 652 ~ 38.34%
G 176 of 652 ~ 26.99%
B 226 of 652 ~ 34.66%

%38.34
%26.99
%34.66

CMYK color model

#FAB0E2 color CMYK value is (0,30,10,2).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK:
(0,30,10,2)
C0M30Y10K2 
(0%,30%,10%,2%)
(0.00/0.30/0.10/0.02)	

CMYK percentages

%0
%29.6
%9.6
%1.96

Codes

Color #FAB0E2 in popluar color models

FAB0E2
RGB250176226
HSL319°88.10%83.53%
HSB/HSV319°29.60%98.04%
CMYK0.00%29.60%9.60%
1.96%

Color #FAB0E2 in popluar number systems.

HEXFAB0E2
Decimal250176226
Binary111110101011000011100010
Octal372260342

Shades and tints

Shades of #FAB0E2

#FAB0E2
(250,176,226)
#E4A0CE
(228,160,206)
#CE90BA
(206,144,186)
#B880A6
(184,128,166)
#A27092
(162,112,146)
#8C607E
(140,96,126)
#76506A
(118,80,106)
#604056
(96,64,86)
#4A3042
(74,48,66)
#34202E
(52,32,46)
#1E101A
(30,16,26)
#000000
(0,0,0)

Tints of #FAB0E2

#FAB0E2
(250,176,226)
#FAB7E4
(250,183,228)
#FABEE6
(250,190,230)
#FAC5E8
(250,197,232)
#FACCEA
(250,204,234)
#FAD3EC
(250,211,236)
#FADAEE
(250,218,238)
#FAE1F0
(250,225,240)
#FAE8F2
(250,232,242)
#FAEFF4
(250,239,244)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB0E2 color. Also use rgb(250,176,226) instead hex code.

Text Font Color

.myTextColor { color: #FAB0E2; }

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

This text font color is #FAB0E2.


Background Color

.myBgColor { background-color: #FAB0E2; }

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

This div background color is #FAB0E2.


Border color

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

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

This div border color is #FAB0E2.


Opacity

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

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

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

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

This text has shadow with #FAB0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB0E2 on black background.


Color preview on white background

This text has color #FAB0E2 on white background.



Black color preview on #FAB0E2 background

This text has black color on #FAB0E2 background.


White color preview on #FAB0E2 background

This text has white color on #FAB0E2 background.