Color Hex Logo

#fadbe1 Color Hex

#FADBE1
(250,219,225)
0 Favorites   0 Comments

Color spaces of #fadbe1

RGB 250219225
HSL0.970.760.92
HSV348°12°98°
CMYK 0.000.120.10   0.02
XYZ78.346576.423381.8560
Yxy76.42330.33110.3230
Hunter Lab87.42046.98665.6782
CIE-Lab90.055511.67440.9987

#fadbe1 color RGB value is (250,219,225).

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

The process color (four color CMYK) of #fadbe1 color hex is 0.00, 0.12, 0.10, 0.02. Web safe color of #fadbe1 is #ffcccc. Color #fadbe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11100001
Octal 372 333 341
Decimal 250 219 225
Hex FA DB E1

RGB Percentages of Color #fadbe1

%36.02
%31.56
%32.42

CMYK Percentages of Color #fadbe1

%0
%12
%10
%2

Triadic Colors of #fadbe1

#fadbe1 #e1fadb #dbe1fa

Analogous Colors of #fadbe1

#fadbe1 #fae5db #fadbf1

Monochromatic Colors of #fadbe1

#fadbe1

Complementary Color

#fadbe1 #dbfaf4

#fadbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbe1 Color CSS Codes

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

#fadbe1 Text Font Color

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

This sample text font color is #fadbe1
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.


#fadbe1 Background Color

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

This div background color is #fadbe1


#fadbe1 Border Color

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

This div border color is #fadbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbe1


Comments

No comments written yet.

Please login to write comment.