COLOR #FAB0DF

HEX: #FAB0DF RGB: (250,176,223)

Color info

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

RGB color model

#FAB0DF color RGB value is (250,176,223).

RGB: (250,176,223) (98%, 69%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 176 of 255 = 69%
B 223 of 255 = 87%

250
176
223

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

Portions of RGB colors in percentages

R + G + B = 250 + 176 + 223 = 649 (100%)
R 250 of 649 ~ 38.52%
G 176 of 649 ~ 27.12%
B 223 of 649 ~ 34.36'%

%38.52
%27.12
%34.36

CMYK color model

#FAB0DF color CMYK value is (0,30,11,2).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK: (0,30,11,2) C0M30Y11K2 (0%,30%,11%,2%) (0.00/0.30/0.11/0.02) 

CMYK percentages

%0
%29.6
%10.8
%1.96

Codes

Color #FAB0DF in popluar color models

FA B0 DF
RGB 250 176 223
HSL 322° 88.10% 83.53%
HSB/HSV 322° 29.60% 98.04%
CMYK 0.00% 29.60% 10.80%
1.96%

Color #FAB0DF in popluar number systems.

HEX FA B0 DF
Decimal 250 176 223
Binary 11111010 10110000 11011111
Octal 372 260 337

Shades and tints

Shades of #FAB0DF

#FAB0DF
(250,176,223)
#E4A0CB
(228,160,203)
#CE90B7
(206,144,183)
#B880A3
(184,128,163)
#A2708F
(162,112,143)
#8C607B
(140,96,123)
#765067
(118,80,103)
#604053
(96,64,83)
#4A303F
(74,48,63)
#34202B
(52,32,43)
#1E1017
(30,16,23)
#000000
(0,0,0)

Tints of #FAB0DF

#FAB0DF
(250,176,223)
#FAB7E1
(250,183,225)
#FABEE3
(250,190,227)
#FAC5E5
(250,197,229)
#FACCE7
(250,204,231)
#FAD3E9
(250,211,233)
#FADAEB
(250,218,235)
#FAE1ED
(250,225,237)
#FAE8EF
(250,232,239)
#FAEFF1
(250,239,241)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB0DF; }

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

This text font color is #FAB0DF.

Background Color

.myBgColor { background-color: #FAB0DF; }

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

This div background color is #FAB0DF.

Border color

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

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

This div border color is #FAB0DF.

Opacity

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

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

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

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

This text has shadow with #FAB0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB0DF.

Preview

Color preview on black background

This text has color #FAB0DF on black background.


Color preview on white background

This text has color #FAB0DF on white background.


Black color preview on #FAB0DF background

This text has black color on #FAB0DF background.


White color preview on #FAB0DF background

This text has white color on #FAB0DF background.


Related colors

Complementary color

Complementary color for #hex is #054F20.


I love getcolorcode.com

Triadic colors

1 #DFFAB0 and #B0DFFA with #FAB0DF are triadic colors.

2 #DFB0FA and #B0FADF with #FAB0DF are triadic colors.