COLOR #FABDCD

HEX: #FABDCD RGB: (250,189,205)

Color info

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

RGB color model

#FABDCD color RGB value is (250,189,205).

RGB: (250,189,205) (98%, 74%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 189 of 255 = 74%
B 205 of 255 = 80%

250
189
205

R + G + B ~ 84%. #FABDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 189 + 205 = 644 (100%)
R 250 of 644 ~ 38.82%
G 189 of 644 ~ 29.35%
B 205 of 644 ~ 31.83'%

%38.82
%29.35
%31.83

CMYK color model

#FABDCD color CMYK value is (0,24,18,2).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 18.00%
  • key color value is 1.96%

CMYK: (0,24,18,2)
C0M24Y18K2 (0%, 24%, 18%, 2%)
(0.00 / 0.24 / 0.18 / 0.02)

CMYK percentages

%0
%24.4
%18
%1.96

Codes

Color #FABDCD in popluar color models

FA BD CD
RGB 250 189 205
HSL 344° 85.92% 86.08%
HSB/HSV 344° 24.40% 98.04%
CMYK 0.00% 24.40% 18.00%
1.96%

Color #FABDCD in popluar number systems.

HEX FA BD CD
Decimal 250 189 205
Binary 11111010 10111101 11001101
Octal 372 275 315

Shades and tints

Shades of #FABDCD

#FABDCD
(250,189,205)
#E4ACBB
(228,172,187)
#CE9BA9
(206,155,169)
#B88A97
(184,138,151)
#A27985
(162,121,133)
#8C6873
(140,104,115)
#765761
(118,87,97)
#60464F
(96,70,79)
#4A353D
(74,53,61)
#34242B
(52,36,43)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #FABDCD

#FABDCD
(250,189,205)
#FAC3D1
(250,195,209)
#FAC9D5
(250,201,213)
#FACFD9
(250,207,217)
#FAD5DD
(250,213,221)
#FADBE1
(250,219,225)
#FAE1E5
(250,225,229)
#FAE7E9
(250,231,233)
#FAEDED
(250,237,237)
#FAF3F1
(250,243,241)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABDCD color. Also use rgb(250,189,205) instead hex code.

Text Font Color

.myTextColor { color: #FABDCD; }

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

This text font color is #FABDCD.

Background Color

.myBgColor { background-color: #FABDCD; }

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

This div background color is #FABDCD.

Border color

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

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

This div border color is #FABDCD.

Opacity

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

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

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

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

This text has shadow with #FABDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABDCD.

Preview

Color preview on black background

This text has color #FABDCD on black background.


Color preview on white background

This text has color #FABDCD on white background.


Black color preview on #FABDCD background

This text has black color on #FABDCD background.


White color preview on #FABDCD background

This text has white color on #FABDCD background.


Related colors

Complementary color

Complementary color for #hex is #054232.


I love getcolorcode.com

Triadic colors

1 #CDFABD and #BDCDFA with #FABDCD are triadic colors.

2 #CDBDFA and #BDFACD with #FABDCD are triadic colors.