COLOR #FADBEF

HEX: #FADBEF RGB: (250,219,239)

Color info

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

RGB color model

#FADBEF color RGB value is (250,219,239).

RGB: (250,219,239) (98%, 86%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 239 of 255 = 94%

250
219
239

R + G + B ~ 93%. #FADBEF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 239 = 708 (100%)
R 250 of 708 ~ 35.31%
G 219 of 708 ~ 30.93%
B 239 of 708 ~ 33.76'%

%35.31
%30.93
%33.76

CMYK color model

#FADBEF color CMYK value is (0,12,4,2).

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

CMYK: (0,12,4,2)
C0M12Y4K2 (0%, 12%, 4%, 2%)
(0.00 / 0.12 / 0.04 / 0.02)

CMYK percentages

%0
%12.4
%4.4
%1.96

Codes

Color #FADBEF in popluar color models

FA DB EF
RGB 250 219 239
HSL 321° 75.61% 91.96%
HSB/HSV 321° 12.40% 98.04%
CMYK 0.00% 12.40% 4.40%
1.96%

Color #FADBEF in popluar number systems.

HEX FA DB EF
Decimal 250 219 239
Binary 11111010 11011011 11101111
Octal 372 333 357

Shades and tints

Shades of #FADBEF

#FADBEF
(250,219,239)
#E4C8DA
(228,200,218)
#CEB5C5
(206,181,197)
#B8A2B0
(184,162,176)
#A28F9B
(162,143,155)
#8C7C86
(140,124,134)
#766971
(118,105,113)
#60565C
(96,86,92)
#4A4347
(74,67,71)
#343032
(52,48,50)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #FADBEF

#FADBEF
(250,219,239)
#FADEF0
(250,222,240)
#FAE1F1
(250,225,241)
#FAE4F2
(250,228,242)
#FAE7F3
(250,231,243)
#FAEAF4
(250,234,244)
#FAEDF5
(250,237,245)
#FAF0F6
(250,240,246)
#FAF3F7
(250,243,247)
#FAF6F8
(250,246,248)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBEF; }

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

This text font color is #FADBEF.

Background Color

.myBgColor { background-color: #FADBEF; }

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

This div background color is #FADBEF.

Border color

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

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

This div border color is #FADBEF.

Opacity

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

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

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

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

This text has shadow with #FADBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBEF.

Preview

Color preview on black background

This text has color #FADBEF on black background.


Color preview on white background

This text has color #FADBEF on white background.


Black color preview on #FADBEF background

This text has black color on #FADBEF background.


White color preview on #FADBEF background

This text has white color on #FADBEF background.


Related colors

Complementary color

Complementary color for #hex is #052410.


I love getcolorcode.com

Triadic colors

1 #EFFADB and #DBEFFA with #FADBEF are triadic colors.

2 #EFDBFA and #DBFAEF with #FADBEF are triadic colors.