COLOR #FADDEE

HEX: #FADDEE RGB: (250,221,238)

Color info

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

RGB color model

#FADDEE color RGB value is (250,221,238).

RGB: (250,221,238) (98%, 87%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 221 of 255 = 87%
B 238 of 255 = 93%

250
221
238

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

Portions of RGB colors in percentages

R + G + B = 250 + 221 + 238 = 709 (100%)
R 250 of 709 ~ 35.26%
G 221 of 709 ~ 31.17%
B 238 of 709 ~ 33.57'%

%35.26
%31.17
%33.57

CMYK color model

#FADDEE color CMYK value is (0,12,5,2).

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

CMYK: (0,12,5,2)
C0M12Y5K2 (0%, 12%, 5%, 2%)
(0.00 / 0.12 / 0.05 / 0.02)

CMYK percentages

%0
%11.6
%4.8
%1.96

Codes

Color #FADDEE in popluar color models

FA DD EE
RGB 250 221 238
HSL 325° 74.36% 92.35%
HSB/HSV 325° 11.60% 98.04%
CMYK 0.00% 11.60% 4.80%
1.96%

Color #FADDEE in popluar number systems.

HEX FA DD EE
Decimal 250 221 238
Binary 11111010 11011101 11101110
Octal 372 335 356

Shades and tints

Shades of #FADDEE

#FADDEE
(250,221,238)
#E4C9D9
(228,201,217)
#CEB5C4
(206,181,196)
#B8A1AF
(184,161,175)
#A28D9A
(162,141,154)
#8C7985
(140,121,133)
#766570
(118,101,112)
#60515B
(96,81,91)
#4A3D46
(74,61,70)
#342931
(52,41,49)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #FADDEE

#FADDEE
(250,221,238)
#FAE0EF
(250,224,239)
#FAE3F0
(250,227,240)
#FAE6F1
(250,230,241)
#FAE9F2
(250,233,242)
#FAECF3
(250,236,243)
#FAEFF4
(250,239,244)
#FAF2F5
(250,242,245)
#FAF5F6
(250,245,246)
#FAF8F7
(250,248,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADDEE; }

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

This text font color is #FADDEE.

Background Color

.myBgColor { background-color: #FADDEE; }

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

This div background color is #FADDEE.

Border color

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

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

This div border color is #FADDEE.

Opacity

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

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

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

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

This text has shadow with #FADDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADDEE.

Preview

Color preview on black background

This text has color #FADDEE on black background.


Color preview on white background

This text has color #FADDEE on white background.


Black color preview on #FADDEE background

This text has black color on #FADDEE background.


White color preview on #FADDEE background

This text has white color on #FADDEE background.


Related colors

Complementary color

Complementary color for #hex is #052211.


I love getcolorcode.com

Triadic colors

1 #EEFADD and #DDEEFA with #FADDEE are triadic colors.

2 #EEDDFA and #DDFAEE with #FADDEE are triadic colors.