COLOR #FAB9E6

HEX: #FAB9E6
RGB: (250,185,230)

Color info

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

RGB color model

#FAB9E6 color RGB value is (250,185,230).

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

RGB channels and saturation

R 250 of 255 = 98%
G 185 of 255 = 73%
B 230 of 255 = 90%

250
185
230

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

Portions of RGB colors in percentages

R + G + B =
250 + 185 + 230 = 665 (100%)
R 250 of 665 ~ 37.59%
G 185 of 665 ~ 27.82%
B 230 of 665 ~ 34.59%

%37.59
%27.82
%34.59

CMYK color model

#FAB9E6 color CMYK value is (0,26,8,2).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(0,26,8,2)
C0M26Y8K2 
(0%,26%,8%,2%)
(0.00/0.26/0.08/0.02)	

CMYK percentages

%0
%26
%8
%1.96

Codes

Color #FAB9E6 in popluar color models

FAB9E6
RGB250185230
HSL318°86.67%85.29%
HSB/HSV318°26.00%98.04%
CMYK0.00%26.00%8.00%
1.96%

Color #FAB9E6 in popluar number systems.

HEXFAB9E6
Decimal250185230
Binary111110101011100111100110
Octal372271346

Shades and tints

Shades of #FAB9E6

#FAB9E6
(250,185,230)
#E4A9D2
(228,169,210)
#CE99BE
(206,153,190)
#B889AA
(184,137,170)
#A27996
(162,121,150)
#8C6982
(140,105,130)
#76596E
(118,89,110)
#60495A
(96,73,90)
#4A3946
(74,57,70)
#342932
(52,41,50)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #FAB9E6

#FAB9E6
(250,185,230)
#FABFE8
(250,191,232)
#FAC5EA
(250,197,234)
#FACBEC
(250,203,236)
#FAD1EE
(250,209,238)
#FAD7F0
(250,215,240)
#FADDF2
(250,221,242)
#FAE3F4
(250,227,244)
#FAE9F6
(250,233,246)
#FAEFF8
(250,239,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB9E6; }

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

This text font color is #FAB9E6.


Background Color

.myBgColor { background-color: #FAB9E6; }

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

This div background color is #FAB9E6.


Border color

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

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

This div border color is #FAB9E6.


Opacity

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

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

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

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

This text has shadow with #FAB9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB9E6 on black background.


Color preview on white background

This text has color #FAB9E6 on white background.



Black color preview on #FAB9E6 background

This text has black color on #FAB9E6 background.


White color preview on #FAB9E6 background

This text has white color on #FAB9E6 background.