Color Hex Logo

#fadbe5 Color Hex

#FADBE5
(250,219,229)
0 Favorites   0 Comments

Color spaces of #fadbe5

RGB 250219229
HSL0.950.760.92
HSV341°12°98°
CMYK 0.000.120.08   0.02
XYZ78.898776.644284.7641
Yxy76.64420.32830.3189
Hunter Lab87.54677.66093.8771
CIE-Lab90.157612.3332-0.9539

#fadbe5 color RGB value is (250,219,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11100101
Octal 372 333 345
Decimal 250 219 229
Hex FA DB E5

RGB Percentages of Color #fadbe5

%35.82
%31.38
%32.81

CMYK Percentages of Color #fadbe5

%0
%12
%8
%2

Triadic Colors of #fadbe5

#fadbe5 #e5fadb #dbe5fa

Analogous Colors of #fadbe5

#fadbe5 #fae1db #fadbf5

Monochromatic Colors of #fadbe5

#fadbe5

Complementary Color

#fadbe5 #dbfaf0

#fadbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbe5 Color CSS Codes

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

#fadbe5 Text Font Color

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

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


#fadbe5 Background Color

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

This div background color is #fadbe5


#fadbe5 Border Color

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

This div border color is #fadbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbe5

#fadbe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.