COLOR #FAD3DE

HEX: #FAD3DE RGB: (250,211,222)

Color info

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

RGB color model

#FAD3DE color RGB value is (250,211,222).

RGB: (250,211,222) (98%, 83%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 222 of 255 = 87%

250
211
222

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

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 222 = 683 (100%)
R 250 of 683 ~ 36.6%
G 211 of 683 ~ 30.89%
B 222 of 683 ~ 32.5'%

%36.6
%30.89
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • 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
%15.6
%11.2
%1.96

Codes

Color #FAD3DE in popluar color models

FA D3 DE
RGB 250 211 222
HSL 343° 79.59% 90.39%
HSB/HSV 343° 15.60% 98.04%
CMYK 0.00% 15.60% 11.20%
1.96%

Color #FAD3DE in popluar number systems.

HEX FA D3 DE
Decimal 250 211 222
Binary 11111010 11010011 11011110
Octal 372 323 336

Shades and tints

Shades of #FAD3DE

#FAD3DE
(250,211,222)
#E4C0CA
(228,192,202)
#CEADB6
(206,173,182)
#B89AA2
(184,154,162)
#A2878E
(162,135,142)
#8C747A
(140,116,122)
#766166
(118,97,102)
#604E52
(96,78,82)
#4A3B3E
(74,59,62)
#34282A
(52,40,42)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #FAD3DE

#FAD3DE
(250,211,222)
#FAD7E1
(250,215,225)
#FADBE4
(250,219,228)
#FADFE7
(250,223,231)
#FAE3EA
(250,227,234)
#FAE7ED
(250,231,237)
#FAEBF0
(250,235,240)
#FAEFF3
(250,239,243)
#FAF3F6
(250,243,246)
#FAF7F9
(250,247,249)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD3DE; }

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

This text font color is #FAD3DE.

Background Color

.myBgColor { background-color: #FAD3DE; }

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

This div background color is #FAD3DE.

Border color

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

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

This div border color is #FAD3DE.

Opacity

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

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

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

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

This text has shadow with #FAD3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3DE.

Preview

Color preview on black background

This text has color #FAD3DE on black background.


Color preview on white background

This text has color #FAD3DE on white background.


Black color preview on #FAD3DE background

This text has black color on #FAD3DE background.


White color preview on #FAD3DE background

This text has white color on #FAD3DE background.


Related colors

Complementary color

Complementary color for #hex is #052C21.


I love getcolorcode.com

Triadic colors

1 #DEFAD3 and #D3DEFA with #FAD3DE are triadic colors.

2 #DED3FA and #D3FADE with #FAD3DE are triadic colors.