COLOR #FAD6DE

HEX: #FAD6DE RGB: (250,214,222)

Color info

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

RGB color model

#FAD6DE color RGB value is (250,214,222).

RGB: (250,214,222) (98%, 84%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 214 of 255 = 84%
B 222 of 255 = 87%

250
214
222

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

Portions of RGB colors in percentages

R + G + B = 250 + 214 + 222 = 686 (100%)
R 250 of 686 ~ 36.44%
G 214 of 686 ~ 31.2%
B 222 of 686 ~ 32.36'%

%36.44
%31.2
%32.36

CMYK color model

#FAD6DE color CMYK value is (0,14,11,2).

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

CMYK: (0,14,11,2)
C0M14Y11K2 (0%, 14%, 11%, 2%)
(0.00 / 0.14 / 0.11 / 0.02)

CMYK percentages

%0
%14.4
%11.2
%1.96

Codes

Color #FAD6DE in popluar color models

FA D6 DE
RGB 250 214 222
HSL 347° 78.26% 90.98%
HSB/HSV 347° 14.40% 98.04%
CMYK 0.00% 14.40% 11.20%
1.96%

Color #FAD6DE in popluar number systems.

HEX FA D6 DE
Decimal 250 214 222
Binary 11111010 11010110 11011110
Octal 372 326 336

Shades and tints

Shades of #FAD6DE

#FAD6DE
(250,214,222)
#E4C3CA
(228,195,202)
#CEB0B6
(206,176,182)
#B89DA2
(184,157,162)
#A28A8E
(162,138,142)
#8C777A
(140,119,122)
#766466
(118,100,102)
#605152
(96,81,82)
#4A3E3E
(74,62,62)
#342B2A
(52,43,42)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #FAD6DE

#FAD6DE
(250,214,222)
#FAD9E1
(250,217,225)
#FADCE4
(250,220,228)
#FADFE7
(250,223,231)
#FAE2EA
(250,226,234)
#FAE5ED
(250,229,237)
#FAE8F0
(250,232,240)
#FAEBF3
(250,235,243)
#FAEEF6
(250,238,246)
#FAF1F9
(250,241,249)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD6DE; }

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

This text font color is #FAD6DE.

Background Color

.myBgColor { background-color: #FAD6DE; }

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

This div background color is #FAD6DE.

Border color

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

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

This div border color is #FAD6DE.

Opacity

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

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

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

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

This text has shadow with #FAD6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD6DE.

Preview

Color preview on black background

This text has color #FAD6DE on black background.


Color preview on white background

This text has color #FAD6DE on white background.


Black color preview on #FAD6DE background

This text has black color on #FAD6DE background.


White color preview on #FAD6DE background

This text has white color on #FAD6DE background.


Related colors

Complementary color

Complementary color for #hex is #052921.


I love getcolorcode.com

Triadic colors

1 #DEFAD6 and #D6DEFA with #FAD6DE are triadic colors.

2 #DED6FA and #D6FADE with #FAD6DE are triadic colors.