COLOR #FABCD8

HEX: #FABCD8 RGB: (250,188,216)

Color info

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

RGB color model

#FABCD8 color RGB value is (250,188,216).

RGB: (250,188,216) (98%, 74%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 188 of 255 = 74%
B 216 of 255 = 85%

250
188
216

R + G + B ~ 86%. #FABCD8 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 188 + 216 = 654 (100%)
R 250 of 654 ~ 38.23%
G 188 of 654 ~ 28.75%
B 216 of 654 ~ 33.03'%

%38.23
%28.75
%33.03

CMYK color model

#FABCD8 color CMYK value is (0,25,14,2).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 13.60%
  • key color value is 1.96%

CMYK: (0,25,14,2)
C0M25Y14K2 (0%, 25%, 14%, 2%)
(0.00 / 0.25 / 0.14 / 0.02)

CMYK percentages

%0
%24.8
%13.6
%1.96

Codes

Color #FABCD8 in popluar color models

FA BC D8
RGB 250 188 216
HSL 333° 86.11% 85.88%
HSB/HSV 333° 24.80% 98.04%
CMYK 0.00% 24.80% 13.60%
1.96%

Color #FABCD8 in popluar number systems.

HEX FA BC D8
Decimal 250 188 216
Binary 11111010 10111100 11011000
Octal 372 274 330

Shades and tints

Shades of #FABCD8

#FABCD8
(250,188,216)
#E4ABC5
(228,171,197)
#CE9AB2
(206,154,178)
#B8899F
(184,137,159)
#A2788C
(162,120,140)
#8C6779
(140,103,121)
#765666
(118,86,102)
#604553
(96,69,83)
#4A3440
(74,52,64)
#34232D
(52,35,45)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #FABCD8

#FABCD8
(250,188,216)
#FAC2DB
(250,194,219)
#FAC8DE
(250,200,222)
#FACEE1
(250,206,225)
#FAD4E4
(250,212,228)
#FADAE7
(250,218,231)
#FAE0EA
(250,224,234)
#FAE6ED
(250,230,237)
#FAECF0
(250,236,240)
#FAF2F3
(250,242,243)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABCD8 color. Also use rgb(250,188,216) instead hex code.

Text Font Color

.myTextColor { color: #FABCD8; }

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

This text font color is #FABCD8.

Background Color

.myBgColor { background-color: #FABCD8; }

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

This div background color is #FABCD8.

Border color

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

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

This div border color is #FABCD8.

Opacity

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

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

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

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

This text has shadow with #FABCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABCD8.

Preview

Color preview on black background

This text has color #FABCD8 on black background.


Color preview on white background

This text has color #FABCD8 on white background.


Black color preview on #FABCD8 background

This text has black color on #FABCD8 background.


White color preview on #FABCD8 background

This text has white color on #FABCD8 background.


Related colors

Complementary color

Complementary color for #hex is #054327.


I love getcolorcode.com

Triadic colors

1 #D8FABC and #BCD8FA with #FABCD8 are triadic colors.

2 #D8BCFA and #BCFAD8 with #FABCD8 are triadic colors.