COLOR #FADBE9

HEX: #FADBE9 RGB: (250,219,233)

Color info

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

RGB color model

#FADBE9 color RGB value is (250,219,233).

RGB: (250,219,233) (98%, 86%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 233 of 255 = 91%

250
219
233

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

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 233 = 702 (100%)
R 250 of 702 ~ 35.61%
G 219 of 702 ~ 31.2%
B 233 of 702 ~ 33.19'%

%35.61
%31.2
%33.19

CMYK color model

#FADBE9 color CMYK value is (0,12,7,2).

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

CMYK: (0,12,7,2)
C0M12Y7K2 (0%, 12%, 7%, 2%)
(0.00 / 0.12 / 0.07 / 0.02)

CMYK percentages

%0
%12.4
%6.8
%1.96

Codes

Color #FADBE9 in popluar color models

FA DB E9
RGB 250 219 233
HSL 333° 75.61% 91.96%
HSB/HSV 333° 12.40% 98.04%
CMYK 0.00% 12.40% 6.80%
1.96%

Color #FADBE9 in popluar number systems.

HEX FA DB E9
Decimal 250 219 233
Binary 11111010 11011011 11101001
Octal 372 333 351

Shades and tints

Shades of #FADBE9

#FADBE9
(250,219,233)
#E4C8D4
(228,200,212)
#CEB5BF
(206,181,191)
#B8A2AA
(184,162,170)
#A28F95
(162,143,149)
#8C7C80
(140,124,128)
#76696B
(118,105,107)
#605656
(96,86,86)
#4A4341
(74,67,65)
#34302C
(52,48,44)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #FADBE9

#FADBE9
(250,219,233)
#FADEEB
(250,222,235)
#FAE1ED
(250,225,237)
#FAE4EF
(250,228,239)
#FAE7F1
(250,231,241)
#FAEAF3
(250,234,243)
#FAEDF5
(250,237,245)
#FAF0F7
(250,240,247)
#FAF3F9
(250,243,249)
#FAF6FB
(250,246,251)
#FAF9FD
(250,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBE9; }

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

This text font color is #FADBE9.

Background Color

.myBgColor { background-color: #FADBE9; }

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

This div background color is #FADBE9.

Border color

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

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

This div border color is #FADBE9.

Opacity

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

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

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

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

This text has shadow with #FADBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBE9.

Preview

Color preview on black background

This text has color #FADBE9 on black background.


Color preview on white background

This text has color #FADBE9 on white background.


Black color preview on #FADBE9 background

This text has black color on #FADBE9 background.


White color preview on #FADBE9 background

This text has white color on #FADBE9 background.


Related colors

Complementary color

Complementary color for #hex is #052416.


I love getcolorcode.com

Triadic colors

1 #E9FADB and #DBE9FA with #FADBE9 are triadic colors.

2 #E9DBFA and #DBFAE9 with #FADBE9 are triadic colors.