COLOR #FAD9DA

HEX: #FAD9DA RGB: (250,217,218)

Color info

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

RGB color model

#FAD9DA color RGB value is (250,217,218).

RGB: (250,217,218) (98%, 85%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 217 of 255 = 85%
B 218 of 255 = 85%

250
217
218

R + G + B ~ 89%. #FAD9DA is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 217 + 218 = 685 (100%)
R 250 of 685 ~ 36.5%
G 217 of 685 ~ 31.68%
B 218 of 685 ~ 31.82'%

%36.5
%31.68
%31.82

CMYK color model

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

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

CMYK: (0,13,13,2)
C0M13Y13K2 (0%, 13%, 13%, 2%)
(0.00 / 0.13 / 0.13 / 0.02)

CMYK percentages

%0
%13.2
%12.8
%1.96

Codes

Color #FAD9DA in popluar color models

FA D9 DA
RGB 250 217 218
HSL 358° 76.74% 91.57%
HSB/HSV 358° 13.20% 98.04%
CMYK 0.00% 13.20% 12.80%
1.96%

Color #FAD9DA in popluar number systems.

HEX FA D9 DA
Decimal 250 217 218
Binary 11111010 11011001 11011010
Octal 372 331 332

Shades and tints

Shades of #FAD9DA

#FAD9DA
(250,217,218)
#E4C6C7
(228,198,199)
#CEB3B4
(206,179,180)
#B8A0A1
(184,160,161)
#A28D8E
(162,141,142)
#8C7A7B
(140,122,123)
#766768
(118,103,104)
#605455
(96,84,85)
#4A4142
(74,65,66)
#342E2F
(52,46,47)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAD9DA

#FAD9DA
(250,217,218)
#FADCDD
(250,220,221)
#FADFE0
(250,223,224)
#FAE2E3
(250,226,227)
#FAE5E6
(250,229,230)
#FAE8E9
(250,232,233)
#FAEBEC
(250,235,236)
#FAEEEF
(250,238,239)
#FAF1F2
(250,241,242)
#FAF4F5
(250,244,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD9DA; }

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

This text font color is #FAD9DA.

Background Color

.myBgColor { background-color: #FAD9DA; }

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

This div background color is #FAD9DA.

Border color

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

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

This div border color is #FAD9DA.

Opacity

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

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

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

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

This text has shadow with #FAD9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD9DA.

Preview

Color preview on black background

This text has color #FAD9DA on black background.


Color preview on white background

This text has color #FAD9DA on white background.


Black color preview on #FAD9DA background

This text has black color on #FAD9DA background.


White color preview on #FAD9DA background

This text has white color on #FAD9DA background.


Related colors

Complementary color

Complementary color for #hex is #052625.


I love getcolorcode.com

Triadic colors

1 #DAFAD9 and #D9DAFA with #FAD9DA are triadic colors.

2 #DAD9FA and #D9FADA with #FAD9DA are triadic colors.