Color Hex Logo

#fadbee Color Hex

#FADBEE
(250,219,238)
0 Favorites   0 Comments

Color spaces of #fadbee

RGB 250219238
HSL0.900.760.92
HSV323°12°98°
CMYK 0.000.120.05   0.02
XYZ80.188577.160191.5559
Yxy77.16010.32220.3100
Hunter Lab87.84089.2284-0.3090
CIE-Lab90.395313.8556-5.3324

#fadbee color RGB value is (250,219,238).

#fadbee hex color red value is 250, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fadbee hue: 0.90 , saturation: 0.76 and the lightness value of fadbee is 0.92.

The process color (four color CMYK) of #fadbee color hex is 0.00, 0.12, 0.05, 0.02. Web safe color of #fadbee is #ffccff. Color #fadbee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11101110
Octal 372 333 356
Decimal 250 219 238
Hex FA DB EE

RGB Percentages of Color #fadbee

%35.36
%30.98
%33.66

CMYK Percentages of Color #fadbee

%0
%12
%5
%2

Triadic Colors of #fadbee

#fadbee #eefadb #dbeefa

Analogous Colors of #fadbee

#fadbee #fadbdf #f7dbfa

Monochromatic Colors of #fadbee

#fadbee

Complementary Color

#fadbee #dbfae7

#fadbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbee Color CSS Codes

.mybgcolor {background-color:#fadbee; } 
.myforecolor {color:#fadbee; }
.mybordercolor {border:3px solid #fadbee; }

#fadbee Text Font Color

<p style="color:#fadbee">Text here</p>

This sample text font color is #fadbee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fadbee Background Color

<div style="background-color:#fadbee">
Div content here</div>

This div background color is #fadbee


#fadbee Border Color

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

This div border color is #fadbee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,219,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fadbee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fadbee;
  -webkit-box-shadow: 1px 1px 3px 2px #fadbee;
  box-shadow:         1px 1px 3px 2px #fadbee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,219,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fadbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fadbee;
  -webkit-box-shadow: 1px 1px 3px 2px #fadbee;
  box-shadow:         1px 1px 3px 2px #fadbee;">
Div content here</div>

This div box has shadow with color #fadbee

Related Colors


Comments

No comments written yet.

Please login to write comment.