COLOR #FADAEF

HEX: #FADAEF RGB: (250,218,239)

Color info

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

RGB color model

#FADAEF color RGB value is (250,218,239).

RGB: (250,218,239) (98%, 85%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 218 of 255 = 85%
B 239 of 255 = 94%

250
218
239

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

Portions of RGB colors in percentages

R + G + B = 250 + 218 + 239 = 707 (100%)
R 250 of 707 ~ 35.36%
G 218 of 707 ~ 30.83%
B 239 of 707 ~ 33.8'%

%35.36
%30.83
%33.8

CMYK color model

#FADAEF color CMYK value is (0,13,4,2).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK: (0,13,4,2) C0M13Y4K2 (0%,13%,4%,2%) (0.00/0.13/0.04/0.02) 

CMYK percentages

%0
%12.8
%4.4
%1.96

Codes

Color #FADAEF in popluar color models

FA DA EF
RGB 250 218 239
HSL 321° 76.19% 91.76%
HSB/HSV 321° 12.80% 98.04%
CMYK 0.00% 12.80% 4.40%
1.96%

Color #FADAEF in popluar number systems.

HEX FA DA EF
Decimal 250 218 239
Binary 11111010 11011010 11101111
Octal 372 332 357

Shades and tints

Shades of #FADAEF

#FADAEF
(250,218,239)
#E4C7DA
(228,199,218)
#CEB4C5
(206,180,197)
#B8A1B0
(184,161,176)
#A28E9B
(162,142,155)
#8C7B86
(140,123,134)
#766871
(118,104,113)
#60555C
(96,85,92)
#4A4247
(74,66,71)
#342F32
(52,47,50)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #FADAEF

#FADAEF
(250,218,239)
#FADDF0
(250,221,240)
#FAE0F1
(250,224,241)
#FAE3F2
(250,227,242)
#FAE6F3
(250,230,243)
#FAE9F4
(250,233,244)
#FAECF5
(250,236,245)
#FAEFF6
(250,239,246)
#FAF2F7
(250,242,247)
#FAF5F8
(250,245,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADAEF; }

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

This text font color is #FADAEF.

Background Color

.myBgColor { background-color: #FADAEF; }

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

This div background color is #FADAEF.

Border color

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

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

This div border color is #FADAEF.

Opacity

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

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

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

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

This text has shadow with #FADAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADAEF.

Preview

Color preview on black background

This text has color #FADAEF on black background.


Color preview on white background

This text has color #FADAEF on white background.


Black color preview on #FADAEF background

This text has black color on #FADAEF background.


White color preview on #FADAEF background

This text has white color on #FADAEF background.


Related colors

Complementary color

Complementary color for #hex is #052510.


I love getcolorcode.com

Triadic colors

1 #EFFADA and #DAEFFA with #FADAEF are triadic colors.

2 #EFDAFA and #DAFAEF with #FADAEF are triadic colors.