COLOR #FAD1DE

HEX: #FAD1DE RGB: (250,209,222)

Color info

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

RGB color model

#FAD1DE color RGB value is (250,209,222).

RGB: (250,209,222) (98%, 82%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 209 of 255 = 82%
B 222 of 255 = 87%

250
209
222

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

Portions of RGB colors in percentages

R + G + B = 250 + 209 + 222 = 681 (100%)
R 250 of 681 ~ 36.71%
G 209 of 681 ~ 30.69%
B 222 of 681 ~ 32.6'%

%36.71
%30.69
%32.6

CMYK color model

#FAD1DE color CMYK value is (0,16,11,2).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 11.20%
  • key color value is 1.96%

CMYK: (0,16,11,2)
C0M16Y11K2 (0%, 16%, 11%, 2%)
(0.00 / 0.16 / 0.11 / 0.02)

CMYK percentages

%0
%16.4
%11.2
%1.96

Codes

Color #FAD1DE in popluar color models

FA D1 DE
RGB 250 209 222
HSL 341° 80.39% 90.00%
HSB/HSV 341° 16.40% 98.04%
CMYK 0.00% 16.40% 11.20%
1.96%

Color #FAD1DE in popluar number systems.

HEX FA D1 DE
Decimal 250 209 222
Binary 11111010 11010001 11011110
Octal 372 321 336

Shades and tints

Shades of #FAD1DE

#FAD1DE
(250,209,222)
#E4BECA
(228,190,202)
#CEABB6
(206,171,182)
#B898A2
(184,152,162)
#A2858E
(162,133,142)
#8C727A
(140,114,122)
#765F66
(118,95,102)
#604C52
(96,76,82)
#4A393E
(74,57,62)
#34262A
(52,38,42)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #FAD1DE

#FAD1DE
(250,209,222)
#FAD5E1
(250,213,225)
#FAD9E4
(250,217,228)
#FADDE7
(250,221,231)
#FAE1EA
(250,225,234)
#FAE5ED
(250,229,237)
#FAE9F0
(250,233,240)
#FAEDF3
(250,237,243)
#FAF1F6
(250,241,246)
#FAF5F9
(250,245,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD1DE color. Also use rgb(250,209,222) instead hex code.

Text Font Color

.myTextColor { color: #FAD1DE; }

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

This text font color is #FAD1DE.

Background Color

.myBgColor { background-color: #FAD1DE; }

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

This div background color is #FAD1DE.

Border color

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

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

This div border color is #FAD1DE.

Opacity

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

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

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

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

This text has shadow with #FAD1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD1DE.

Preview

Color preview on black background

This text has color #FAD1DE on black background.


Color preview on white background

This text has color #FAD1DE on white background.


Black color preview on #FAD1DE background

This text has black color on #FAD1DE background.


White color preview on #FAD1DE background

This text has white color on #FAD1DE background.


Related colors

Complementary color

Complementary color for #hex is #052E21.


I love getcolorcode.com

Triadic colors

1 #DEFAD1 and #D1DEFA with #FAD1DE are triadic colors.

2 #DED1FA and #D1FADE with #FAD1DE are triadic colors.