COLOR #FADDEB

HEX: #FADDEB RGB: (250,221,235)

Color info

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

RGB color model

#FADDEB color RGB value is (250,221,235).

RGB: (250,221,235) (98%, 87%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 221 of 255 = 87%
B 235 of 255 = 92%

250
221
235

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

Portions of RGB colors in percentages

R + G + B = 250 + 221 + 235 = 706 (100%)
R 250 of 706 ~ 35.41%
G 221 of 706 ~ 31.3%
B 235 of 706 ~ 33.29'%

%35.41
%31.3
%33.29

CMYK color model

#FADDEB color CMYK value is (0,12,6,2).

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

CMYK: (0,12,6,2)
C0M12Y6K2 (0%, 12%, 6%, 2%)
(0.00 / 0.12 / 0.06 / 0.02)

CMYK percentages

%0
%11.6
%6
%1.96

Codes

Color #FADDEB in popluar color models

FA DD EB
RGB 250 221 235
HSL 331° 74.36% 92.35%
HSB/HSV 331° 11.60% 98.04%
CMYK 0.00% 11.60% 6.00%
1.96%

Color #FADDEB in popluar number systems.

HEX FA DD EB
Decimal 250 221 235
Binary 11111010 11011101 11101011
Octal 372 335 353

Shades and tints

Shades of #FADDEB

#FADDEB
(250,221,235)
#E4C9D6
(228,201,214)
#CEB5C1
(206,181,193)
#B8A1AC
(184,161,172)
#A28D97
(162,141,151)
#8C7982
(140,121,130)
#76656D
(118,101,109)
#605158
(96,81,88)
#4A3D43
(74,61,67)
#34292E
(52,41,46)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FADDEB

#FADDEB
(250,221,235)
#FAE0EC
(250,224,236)
#FAE3ED
(250,227,237)
#FAE6EE
(250,230,238)
#FAE9EF
(250,233,239)
#FAECF0
(250,236,240)
#FAEFF1
(250,239,241)
#FAF2F2
(250,242,242)
#FAF5F3
(250,245,243)
#FAF8F4
(250,248,244)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADDEB; }

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

This text font color is #FADDEB.

Background Color

.myBgColor { background-color: #FADDEB; }

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

This div background color is #FADDEB.

Border color

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

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

This div border color is #FADDEB.

Opacity

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

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

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

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

This text has shadow with #FADDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADDEB.

Preview

Color preview on black background

This text has color #FADDEB on black background.


Color preview on white background

This text has color #FADDEB on white background.


Black color preview on #FADDEB background

This text has black color on #FADDEB background.


White color preview on #FADDEB background

This text has white color on #FADDEB background.


Related colors

Complementary color

Complementary color for #hex is #052214.


I love getcolorcode.com

Triadic colors

1 #EBFADD and #DDEBFA with #FADDEB are triadic colors.

2 #EBDDFA and #DDFAEB with #FADDEB are triadic colors.