COLOR #FADDE7

HEX: #FADDE7 RGB: (250,221,231)

Color info

#FADDE7 contains red, green and blue colors in about the same proportion. Web safe color of #FADDE7 is #FFCCFF (or #FCF).

RGB color model

#FADDE7 color RGB value is (250,221,231).

RGB: (250,221,231) (98%, 87%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 221 of 255 = 87%
B 231 of 255 = 91%

250
221
231

R + G + B ~ 92%. #FADDE7 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 221 + 231 = 702 (100%)
R 250 of 702 ~ 35.61%
G 221 of 702 ~ 31.48%
B 231 of 702 ~ 32.91'%

%35.61
%31.48
%32.91

CMYK color model

#FADDE7 color CMYK value is (0,12,8,2).

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

CMYK: (0,12,8,2)
C0M12Y8K2 (0%, 12%, 8%, 2%)
(0.00 / 0.12 / 0.08 / 0.02)

CMYK percentages

%0
%11.6
%7.6
%1.96

Codes

Color #FADDE7 in popluar color models

FA DD E7
RGB 250 221 231
HSL 339° 74.36% 92.35%
HSB/HSV 339° 11.60% 98.04%
CMYK 0.00% 11.60% 7.60%
1.96%

Color #FADDE7 in popluar number systems.

HEX FA DD E7
Decimal 250 221 231
Binary 11111010 11011101 11100111
Octal 372 335 347

Shades and tints

Shades of #FADDE7

#FADDE7
(250,221,231)
#E4C9D2
(228,201,210)
#CEB5BD
(206,181,189)
#B8A1A8
(184,161,168)
#A28D93
(162,141,147)
#8C797E
(140,121,126)
#766569
(118,101,105)
#605154
(96,81,84)
#4A3D3F
(74,61,63)
#34292A
(52,41,42)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #FADDE7

#FADDE7
(250,221,231)
#FAE0E9
(250,224,233)
#FAE3EB
(250,227,235)
#FAE6ED
(250,230,237)
#FAE9EF
(250,233,239)
#FAECF1
(250,236,241)
#FAEFF3
(250,239,243)
#FAF2F5
(250,242,245)
#FAF5F7
(250,245,247)
#FAF8F9
(250,248,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADDE7; }

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

This text font color is #FADDE7.

Background Color

.myBgColor { background-color: #FADDE7; }

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

This div background color is #FADDE7.

Border color

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

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

This div border color is #FADDE7.

Opacity

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

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

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

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

This text has shadow with #FADDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADDE7.

Preview

Color preview on black background

This text has color #FADDE7 on black background.


Color preview on white background

This text has color #FADDE7 on white background.


Black color preview on #FADDE7 background

This text has black color on #FADDE7 background.


White color preview on #FADDE7 background

This text has white color on #FADDE7 background.


Related colors

Complementary color

Complementary color for #hex is #052218.


I love getcolorcode.com

Triadic colors

1 #E7FADD and #DDE7FA with #FADDE7 are triadic colors.

2 #E7DDFA and #DDFAE7 with #FADDE7 are triadic colors.