COLOR #FAB9EE

HEX: #FAB9EE
RGB: (250,185,238)

Color info

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

RGB color model

#FAB9EE color RGB value is (250,185,238).

  • red value is 250;
  • green value is 185;
  • blue value is 238.
RGB:
(250,185,238)
(98%,73%,93%)

RGB channels and saturation

R 250 of 255 = 98%
G 185 of 255 = 73%
B 238 of 255 = 93%

250
185
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 185 + 238 = 673 (100%)
R 250 of 673 ~ 37.15%
G 185 of 673 ~ 27.49%
B 238 of 673 ~ 35.36%

%37.15
%27.49
%35.36

CMYK color model

#FAB9EE color CMYK value is (0,26,5,2).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,26,5,2)
C0M26Y5K2 
(0%,26%,5%,2%)
(0.00/0.26/0.05/0.02)	

CMYK percentages

%0
%26
%4.8
%1.96

Codes

Color #FAB9EE in popluar color models

FAB9EE
RGB250185238
HSL311°86.67%85.29%
HSB/HSV311°26.00%98.04%
CMYK0.00%26.00%4.80%
1.96%

Color #FAB9EE in popluar number systems.

HEXFAB9EE
Decimal250185238
Binary111110101011100111101110
Octal372271356

Shades and tints

Shades of #FAB9EE

#FAB9EE
(250,185,238)
#E4A9D9
(228,169,217)
#CE99C4
(206,153,196)
#B889AF
(184,137,175)
#A2799A
(162,121,154)
#8C6985
(140,105,133)
#765970
(118,89,112)
#60495B
(96,73,91)
#4A3946
(74,57,70)
#342931
(52,41,49)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #FAB9EE

#FAB9EE
(250,185,238)
#FABFEF
(250,191,239)
#FAC5F0
(250,197,240)
#FACBF1
(250,203,241)
#FAD1F2
(250,209,242)
#FAD7F3
(250,215,243)
#FADDF4
(250,221,244)
#FAE3F5
(250,227,245)
#FAE9F6
(250,233,246)
#FAEFF7
(250,239,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB9EE color. Also use rgb(250,185,238) instead hex code.

Text Font Color

.myTextColor { color: #FAB9EE; }

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

This text font color is #FAB9EE.


Background Color

.myBgColor { background-color: #FAB9EE; }

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

This div background color is #FAB9EE.


Border color

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

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

This div border color is #FAB9EE.


Opacity

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

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

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

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

This text has shadow with #FAB9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB9EE on black background.


Color preview on white background

This text has color #FAB9EE on white background.



Black color preview on #FAB9EE background

This text has black color on #FAB9EE background.


White color preview on #FAB9EE background

This text has white color on #FAB9EE background.