COLOR #FADBE5

HEX: #FADBE5 RGB: (250,219,229)

Color info

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

RGB color model

#FADBE5 color RGB value is (250,219,229).

RGB: (250,219,229) (98%, 86%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 229 of 255 = 90%

250
219
229

R + G + B ~ 91%. #FADBE5 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 229 = 698 (100%)
R 250 of 698 ~ 35.82%
G 219 of 698 ~ 31.38%
B 229 of 698 ~ 32.81'%

%35.82
%31.38
%32.81

CMYK color model

#FADBE5 color CMYK value is (0,12,8,2).

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

CMYK: (0,12,8,2)
C0M12Y8K2 (0%, 12%, 8%, 2%)
(0.00 / 0.12 / 0.08 / 0.02)

CMYK percentages

%0
%12.4
%8.4
%1.96

Codes

Color #FADBE5 in popluar color models

FA DB E5
RGB 250 219 229
HSL 341° 75.61% 91.96%
HSB/HSV 341° 12.40% 98.04%
CMYK 0.00% 12.40% 8.40%
1.96%

Color #FADBE5 in popluar number systems.

HEX FA DB E5
Decimal 250 219 229
Binary 11111010 11011011 11100101
Octal 372 333 345

Shades and tints

Shades of #FADBE5

#FADBE5
(250,219,229)
#E4C8D1
(228,200,209)
#CEB5BD
(206,181,189)
#B8A2A9
(184,162,169)
#A28F95
(162,143,149)
#8C7C81
(140,124,129)
#76696D
(118,105,109)
#605659
(96,86,89)
#4A4345
(74,67,69)
#343031
(52,48,49)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #FADBE5

#FADBE5
(250,219,229)
#FADEE7
(250,222,231)
#FAE1E9
(250,225,233)
#FAE4EB
(250,228,235)
#FAE7ED
(250,231,237)
#FAEAEF
(250,234,239)
#FAEDF1
(250,237,241)
#FAF0F3
(250,240,243)
#FAF3F5
(250,243,245)
#FAF6F7
(250,246,247)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBE5; }

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

This text font color is #FADBE5.

Background Color

.myBgColor { background-color: #FADBE5; }

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

This div background color is #FADBE5.

Border color

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

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

This div border color is #FADBE5.

Opacity

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

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

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

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

This text has shadow with #FADBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBE5.

Preview

Color preview on black background

This text has color #FADBE5 on black background.


Color preview on white background

This text has color #FADBE5 on white background.


Black color preview on #FADBE5 background

This text has black color on #FADBE5 background.


White color preview on #FADBE5 background

This text has white color on #FADBE5 background.


Related colors

Complementary color

Complementary color for #hex is #05241A.


I love getcolorcode.com

Triadic colors

1 #E5FADB and #DBE5FA with #FADBE5 are triadic colors.

2 #E5DBFA and #DBFAE5 with #FADBE5 are triadic colors.