COLOR #FADEDB

HEX: #FADEDB RGB: (250,222,219)

Color info

#FADEDB contains red, green and blue colors in about the same proportion. Web safe color of #FADEDB is #FFCCCC (or #FCC).

RGB color model

#FADEDB color RGB value is (250,222,219).

RGB: (250,222,219) (98%, 87%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 222 of 255 = 87%
B 219 of 255 = 86%

250
222
219

R + G + B ~ 90%. #FADEDB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 222 + 219 = 691 (100%)
R 250 of 691 ~ 36.18%
G 222 of 691 ~ 32.13%
B 219 of 691 ~ 31.69'%

%36.18
%32.13
%31.69

CMYK color model

#FADEDB color CMYK value is (0,11,12,2).

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

CMYK: (0,11,12,2)
C0M11Y12K2 (0%, 11%, 12%, 2%)
(0.00 / 0.11 / 0.12 / 0.02)

CMYK percentages

%0
%11.2
%12.4
%1.96

Codes

Color #FADEDB in popluar color models

FA DE DB
RGB 250 222 219
HSL 75.61% 91.96%
HSB/HSV 12.40% 98.04%
CMYK 0.00% 11.20% 12.40%
1.96%

Color #FADEDB in popluar number systems.

HEX FA DE DB
Decimal 250 222 219
Binary 11111010 11011110 11011011
Octal 372 336 333

Shades and tints

Shades of #FADEDB

#FADEDB
(250,222,219)
#E4CAC8
(228,202,200)
#CEB6B5
(206,182,181)
#B8A2A2
(184,162,162)
#A28E8F
(162,142,143)
#8C7A7C
(140,122,124)
#766669
(118,102,105)
#605256
(96,82,86)
#4A3E43
(74,62,67)
#342A30
(52,42,48)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #FADEDB

#FADEDB
(250,222,219)
#FAE1DE
(250,225,222)
#FAE4E1
(250,228,225)
#FAE7E4
(250,231,228)
#FAEAE7
(250,234,231)
#FAEDEA
(250,237,234)
#FAF0ED
(250,240,237)
#FAF3F0
(250,243,240)
#FAF6F3
(250,246,243)
#FAF9F6
(250,249,246)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADEDB; }

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

This text font color is #FADEDB.

Background Color

.myBgColor { background-color: #FADEDB; }

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

This div background color is #FADEDB.

Border color

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

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

This div border color is #FADEDB.

Opacity

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

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

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

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

This text has shadow with #FADEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADEDB.

Preview

Color preview on black background

This text has color #FADEDB on black background.


Color preview on white background

This text has color #FADEDB on white background.


Black color preview on #FADEDB background

This text has black color on #FADEDB background.


White color preview on #FADEDB background

This text has white color on #FADEDB background.


Related colors

Complementary color

Complementary color for #hex is #052124.


I love getcolorcode.com

Triadic colors

1 #DBFADE and #DEDBFA with #FADEDB are triadic colors.

2 #DBDEFA and #DEFADB with #FADEDB are triadic colors.