COLOR #FADEE7

HEX: #FADEE7 RGB: (250,222,231)

Color info

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

RGB color model

#FADEE7 color RGB value is (250,222,231).

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

RGB channels and saturation

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

250
222
231

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

Portions of RGB colors in percentages

R + G + B = 250 + 222 + 231 = 703 (100%)
R 250 of 703 ~ 35.56%
G 222 of 703 ~ 31.58%
B 231 of 703 ~ 32.86'%

%35.56
%31.58
%32.86

CMYK color model

#FADEE7 color CMYK value is (0,11,8,2).

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

CMYK: (0,11,8,2)
C0M11Y8K2 (0%, 11%, 8%, 2%)
(0.00 / 0.11 / 0.08 / 0.02)

CMYK percentages

%0
%11.2
%7.6
%1.96

Codes

Color #FADEE7 in popluar color models

FA DE E7
RGB 250 222 231
HSL 341° 73.68% 92.55%
HSB/HSV 341° 11.20% 98.04%
CMYK 0.00% 11.20% 7.60%
1.96%

Color #FADEE7 in popluar number systems.

HEX FA DE E7
Decimal 250 222 231
Binary 11111010 11011110 11100111
Octal 372 336 347

Shades and tints

Shades of #FADEE7

#FADEE7
(250,222,231)
#E4CAD2
(228,202,210)
#CEB6BD
(206,182,189)
#B8A2A8
(184,162,168)
#A28E93
(162,142,147)
#8C7A7E
(140,122,126)
#766669
(118,102,105)
#605254
(96,82,84)
#4A3E3F
(74,62,63)
#342A2A
(52,42,42)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #FADEE7

#FADEE7
(250,222,231)
#FAE1E9
(250,225,233)
#FAE4EB
(250,228,235)
#FAE7ED
(250,231,237)
#FAEAEF
(250,234,239)
#FAEDF1
(250,237,241)
#FAF0F3
(250,240,243)
#FAF3F5
(250,243,245)
#FAF6F7
(250,246,247)
#FAF9F9
(250,249,249)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADEE7; }

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

This text font color is #FADEE7.

Background Color

.myBgColor { background-color: #FADEE7; }

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

This div background color is #FADEE7.

Border color

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

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

This div border color is #FADEE7.

Opacity

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

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

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

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

This text has shadow with #FADEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADEE7.

Preview

Color preview on black background

This text has color #FADEE7 on black background.


Color preview on white background

This text has color #FADEE7 on white background.


Black color preview on #FADEE7 background

This text has black color on #FADEE7 background.


White color preview on #FADEE7 background

This text has white color on #FADEE7 background.


Related colors

Complementary color

Complementary color for #hex is #052118.


I love getcolorcode.com

Triadic colors

1 #E7FADE and #DEE7FA with #FADEE7 are triadic colors.

2 #E7DEFA and #DEFAE7 with #FADEE7 are triadic colors.