COLOR #FADBDA

HEX: #FADBDA RGB: (250,219,218)

Color info

#FADBDA contains red, green and blue colors in about the same proportion. Web safe color of #FADBDA is #FFCCCC (or #FCC).

RGB color model

#FADBDA color RGB value is (250,219,218).

RGB: (250,219,218) (98%, 86%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 218 of 255 = 85%

250
219
218

R + G + B ~ 90%. #FADBDA is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 218 = 687 (100%)
R 250 of 687 ~ 36.39%
G 219 of 687 ~ 31.88%
B 218 of 687 ~ 31.73'%

%36.39
%31.88
%31.73

CMYK color model

#FADBDA color CMYK value is (0,12,13,2).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 12.80%
  • key color value is 1.96%

CMYK: (0,12,13,2)
C0M12Y13K2 (0%, 12%, 13%, 2%)
(0.00 / 0.12 / 0.13 / 0.02)

CMYK percentages

%0
%12.4
%12.8
%1.96

Codes

Color #FADBDA in popluar color models

FA DB DA
RGB 250 219 218
HSL 76.19% 91.76%
HSB/HSV 12.80% 98.04%
CMYK 0.00% 12.40% 12.80%
1.96%

Color #FADBDA in popluar number systems.

HEX FA DB DA
Decimal 250 219 218
Binary 11111010 11011011 11011010
Octal 372 333 332

Shades and tints

Shades of #FADBDA

#FADBDA
(250,219,218)
#E4C8C7
(228,200,199)
#CEB5B4
(206,181,180)
#B8A2A1
(184,162,161)
#A28F8E
(162,143,142)
#8C7C7B
(140,124,123)
#766968
(118,105,104)
#605655
(96,86,85)
#4A4342
(74,67,66)
#34302F
(52,48,47)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #FADBDA

#FADBDA
(250,219,218)
#FADEDD
(250,222,221)
#FAE1E0
(250,225,224)
#FAE4E3
(250,228,227)
#FAE7E6
(250,231,230)
#FAEAE9
(250,234,233)
#FAEDEC
(250,237,236)
#FAF0EF
(250,240,239)
#FAF3F2
(250,243,242)
#FAF6F5
(250,246,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBDA; }

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

This text font color is #FADBDA.

Background Color

.myBgColor { background-color: #FADBDA; }

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

This div background color is #FADBDA.

Border color

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

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

This div border color is #FADBDA.

Opacity

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

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

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

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

This text has shadow with #FADBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBDA.

Preview

Color preview on black background

This text has color #FADBDA on black background.


Color preview on white background

This text has color #FADBDA on white background.


Black color preview on #FADBDA background

This text has black color on #FADBDA background.


White color preview on #FADBDA background

This text has white color on #FADBDA background.


Related colors

Complementary color

Complementary color for #hex is #052425.


I love getcolorcode.com

Triadic colors

1 #DAFADB and #DBDAFA with #FADBDA are triadic colors.

2 #DADBFA and #DBFADA with #FADBDA are triadic colors.