COLOR #FADBE2

HEX: #FADBE2 RGB: (250,219,226)

Color info

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

RGB color model

#FADBE2 color RGB value is (250,219,226).

RGB: (250,219,226) (98%, 86%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 226 of 255 = 89%

250
219
226

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

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 226 = 695 (100%)
R 250 of 695 ~ 35.97%
G 219 of 695 ~ 31.51%
B 226 of 695 ~ 32.52'%

%35.97
%31.51
%32.52

CMYK color model

#FADBE2 color CMYK value is (0,12,10,2).

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

CMYK: (0,12,10,2)
C0M12Y10K2 (0%, 12%, 10%, 2%)
(0.00 / 0.12 / 0.10 / 0.02)

CMYK percentages

%0
%12.4
%9.6
%1.96

Codes

Color #FADBE2 in popluar color models

FA DB E2
RGB 250 219 226
HSL 346° 75.61% 91.96%
HSB/HSV 346° 12.40% 98.04%
CMYK 0.00% 12.40% 9.60%
1.96%

Color #FADBE2 in popluar number systems.

HEX FA DB E2
Decimal 250 219 226
Binary 11111010 11011011 11100010
Octal 372 333 342

Shades and tints

Shades of #FADBE2

#FADBE2
(250,219,226)
#E4C8CE
(228,200,206)
#CEB5BA
(206,181,186)
#B8A2A6
(184,162,166)
#A28F92
(162,143,146)
#8C7C7E
(140,124,126)
#76696A
(118,105,106)
#605656
(96,86,86)
#4A4342
(74,67,66)
#34302E
(52,48,46)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #FADBE2

#FADBE2
(250,219,226)
#FADEE4
(250,222,228)
#FAE1E6
(250,225,230)
#FAE4E8
(250,228,232)
#FAE7EA
(250,231,234)
#FAEAEC
(250,234,236)
#FAEDEE
(250,237,238)
#FAF0F0
(250,240,240)
#FAF3F2
(250,243,242)
#FAF6F4
(250,246,244)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBE2; }

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

This text font color is #FADBE2.

Background Color

.myBgColor { background-color: #FADBE2; }

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

This div background color is #FADBE2.

Border color

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

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

This div border color is #FADBE2.

Opacity

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

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

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

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

This text has shadow with #FADBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBE2.

Preview

Color preview on black background

This text has color #FADBE2 on black background.


Color preview on white background

This text has color #FADBE2 on white background.


Black color preview on #FADBE2 background

This text has black color on #FADBE2 background.


White color preview on #FADBE2 background

This text has white color on #FADBE2 background.


Related colors

Complementary color

Complementary color for #hex is #05241D.


I love getcolorcode.com

Triadic colors

1 #E2FADB and #DBE2FA with #FADBE2 are triadic colors.

2 #E2DBFA and #DBFAE2 with #FADBE2 are triadic colors.