COLOR #FAD9DD

HEX: #FAD9DD RGB: (250,217,221)

Color info

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

RGB color model

#FAD9DD color RGB value is (250,217,221).

RGB: (250,217,221) (98%, 85%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 217 of 255 = 85%
B 221 of 255 = 87%

250
217
221

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

Portions of RGB colors in percentages

R + G + B = 250 + 217 + 221 = 688 (100%)
R 250 of 688 ~ 36.34%
G 217 of 688 ~ 31.54%
B 221 of 688 ~ 32.12'%

%36.34
%31.54
%32.12

CMYK color model

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

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

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

CMYK percentages

%0
%13.2
%11.6
%1.96

Codes

Color #FAD9DD in popluar color models

FA D9 DD
RGB 250 217 221
HSL 353° 76.74% 91.57%
HSB/HSV 353° 13.20% 98.04%
CMYK 0.00% 13.20% 11.60%
1.96%

Color #FAD9DD in popluar number systems.

HEX FA D9 DD
Decimal 250 217 221
Binary 11111010 11011001 11011101
Octal 372 331 335

Shades and tints

Shades of #FAD9DD

#FAD9DD
(250,217,221)
#E4C6C9
(228,198,201)
#CEB3B5
(206,179,181)
#B8A0A1
(184,160,161)
#A28D8D
(162,141,141)
#8C7A79
(140,122,121)
#766765
(118,103,101)
#605451
(96,84,81)
#4A413D
(74,65,61)
#342E29
(52,46,41)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #FAD9DD

#FAD9DD
(250,217,221)
#FADCE0
(250,220,224)
#FADFE3
(250,223,227)
#FAE2E6
(250,226,230)
#FAE5E9
(250,229,233)
#FAE8EC
(250,232,236)
#FAEBEF
(250,235,239)
#FAEEF2
(250,238,242)
#FAF1F5
(250,241,245)
#FAF4F8
(250,244,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD9DD; }

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

This text font color is #FAD9DD.

Background Color

.myBgColor { background-color: #FAD9DD; }

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

This div background color is #FAD9DD.

Border color

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

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

This div border color is #FAD9DD.

Opacity

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

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

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

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

This text has shadow with #FAD9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD9DD.

Preview

Color preview on black background

This text has color #FAD9DD on black background.


Color preview on white background

This text has color #FAD9DD on white background.


Black color preview on #FAD9DD background

This text has black color on #FAD9DD background.


White color preview on #FAD9DD background

This text has white color on #FAD9DD background.


Related colors

Complementary color

Complementary color for #hex is #052622.


I love getcolorcode.com

Triadic colors

1 #DDFAD9 and #D9DDFA with #FAD9DD are triadic colors.

2 #DDD9FA and #D9FADD with #FAD9DD are triadic colors.