COLOR #FAB8DA

HEX: #FAB8DA RGB: (250,184,218)

Color info

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

RGB color model

#FAB8DA color RGB value is (250,184,218).

RGB: (250,184,218) (98%, 72%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 184 of 255 = 72%
B 218 of 255 = 85%

250
184
218

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

Portions of RGB colors in percentages

R + G + B = 250 + 184 + 218 = 652 (100%)
R 250 of 652 ~ 38.34%
G 184 of 652 ~ 28.22%
B 218 of 652 ~ 33.44'%

%38.34
%28.22
%33.44

CMYK color model

#FAB8DA color CMYK value is (0,26,13,2).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK: (0,26,13,2) C0M26Y13K2 (0%,26%,13%,2%) (0.00/0.26/0.13/0.02) 

CMYK percentages

%0
%26.4
%12.8
%1.96

Codes

Color #FAB8DA in popluar color models

FA B8 DA
RGB 250 184 218
HSL 329° 86.84% 85.10%
HSB/HSV 329° 26.40% 98.04%
CMYK 0.00% 26.40% 12.80%
1.96%

Color #FAB8DA in popluar number systems.

HEX FA B8 DA
Decimal 250 184 218
Binary 11111010 10111000 11011010
Octal 372 270 332

Shades and tints

Shades of #FAB8DA

#FAB8DA
(250,184,218)
#E4A8C7
(228,168,199)
#CE98B4
(206,152,180)
#B888A1
(184,136,161)
#A2788E
(162,120,142)
#8C687B
(140,104,123)
#765868
(118,88,104)
#604855
(96,72,85)
#4A3842
(74,56,66)
#34282F
(52,40,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #FAB8DA

#FAB8DA
(250,184,218)
#FABEDD
(250,190,221)
#FAC4E0
(250,196,224)
#FACAE3
(250,202,227)
#FAD0E6
(250,208,230)
#FAD6E9
(250,214,233)
#FADCEC
(250,220,236)
#FAE2EF
(250,226,239)
#FAE8F2
(250,232,242)
#FAEEF5
(250,238,245)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB8DA color. Also use rgb(250,184,218) instead hex code.

Text Font Color

.myTextColor { color: #FAB8DA; }

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

This text font color is #FAB8DA.

Background Color

.myBgColor { background-color: #FAB8DA; }

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

This div background color is #FAB8DA.

Border color

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

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

This div border color is #FAB8DA.

Opacity

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

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

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

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

This text has shadow with #FAB8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB8DA.

Preview

Color preview on black background

This text has color #FAB8DA on black background.


Color preview on white background

This text has color #FAB8DA on white background.


Black color preview on #FAB8DA background

This text has black color on #FAB8DA background.


White color preview on #FAB8DA background

This text has white color on #FAB8DA background.


Related colors

Complementary color

Complementary color for #hex is #054725.


I love getcolorcode.com

Triadic colors

1 #DAFAB8 and #B8DAFA with #FAB8DA are triadic colors.

2 #DAB8FA and #B8FADA with #FAB8DA are triadic colors.