COLOR #FADEEF

HEX: #FADEEF RGB: (250,222,239)

Color info

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

RGB color model

#FADEEF color RGB value is (250,222,239).

RGB: (250,222,239) (98%, 87%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 222 of 255 = 87%
B 239 of 255 = 94%

250
222
239

R + G + B ~ 93%. #FADEEF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 222 + 239 = 711 (100%)
R 250 of 711 ~ 35.16%
G 222 of 711 ~ 31.22%
B 239 of 711 ~ 33.61'%

%35.16
%31.22
%33.61

CMYK color model

#FADEEF color CMYK value is (0,11,4,2).

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

CMYK: (0,11,4,2)
C0M11Y4K2 (0%, 11%, 4%, 2%)
(0.00 / 0.11 / 0.04 / 0.02)

CMYK percentages

%0
%11.2
%4.4
%1.96

Codes

Color #FADEEF in popluar color models

FA DE EF
RGB 250 222 239
HSL 324° 73.68% 92.55%
HSB/HSV 324° 11.20% 98.04%
CMYK 0.00% 11.20% 4.40%
1.96%

Color #FADEEF in popluar number systems.

HEX FA DE EF
Decimal 250 222 239
Binary 11111010 11011110 11101111
Octal 372 336 357

Shades and tints

Shades of #FADEEF

#FADEEF
(250,222,239)
#E4CADA
(228,202,218)
#CEB6C5
(206,182,197)
#B8A2B0
(184,162,176)
#A28E9B
(162,142,155)
#8C7A86
(140,122,134)
#766671
(118,102,113)
#60525C
(96,82,92)
#4A3E47
(74,62,71)
#342A32
(52,42,50)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #FADEEF

#FADEEF
(250,222,239)
#FAE1F0
(250,225,240)
#FAE4F1
(250,228,241)
#FAE7F2
(250,231,242)
#FAEAF3
(250,234,243)
#FAEDF4
(250,237,244)
#FAF0F5
(250,240,245)
#FAF3F6
(250,243,246)
#FAF6F7
(250,246,247)
#FAF9F8
(250,249,248)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADEEF; }

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

This text font color is #FADEEF.

Background Color

.myBgColor { background-color: #FADEEF; }

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

This div background color is #FADEEF.

Border color

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

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

This div border color is #FADEEF.

Opacity

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

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

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

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

This text has shadow with #FADEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADEEF.

Preview

Color preview on black background

This text has color #FADEEF on black background.


Color preview on white background

This text has color #FADEEF on white background.


Black color preview on #FADEEF background

This text has black color on #FADEEF background.


White color preview on #FADEEF background

This text has white color on #FADEEF background.


Related colors

Complementary color

Complementary color for #hex is #052110.


I love getcolorcode.com

Triadic colors

1 #EFFADE and #DEEFFA with #FADEEF are triadic colors.

2 #EFDEFA and #DEFAEF with #FADEEF are triadic colors.