Color Hex Logo

#fa9deb Color Hex

#FA9DEB
(250,157,235)
0 Favorites   0 Comments

Color spaces of #fa9deb

RGB 250157235
HSL0.860.900.80
HSV310°37°98°
CMYK 0.000.370.06   0.02
XYZ66.476750.436184.8287
Yxy50.43610.32950.2500
Hunter Lab71.018442.8026-21.1067
CIE-Lab76.336245.8263-24.8307

#fa9deb color RGB value is (250,157,235).

#fa9deb hex color red value is 250, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa9deb hue: 0.86 , saturation: 0.90 and the lightness value of fa9deb is 0.80.

The process color (four color CMYK) of #fa9deb color hex is 0.00, 0.37, 0.06, 0.02. Web safe color of #fa9deb is #ff99ff. Color #fa9deb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 11101011
Octal 372 235 353
Decimal 250 157 235
Hex FA 9D EB

RGB Percentages of Color #fa9deb

%38.94
%24.45
%36.60

CMYK Percentages of Color #fa9deb

%0
%37
%6
%2

Triadic Colors of #fa9deb

#fa9deb #ebfa9d #9debfa

Analogous Colors of #fa9deb

#fa9deb #fa9dbd #db9dfa

Monochromatic Colors of #fa9deb

#fa9deb

Complementary Color

#fa9deb #9dfaac

#fa9deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9deb Color CSS Codes

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

#fa9deb Text Font Color

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

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


#fa9deb Background Color

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

This div background color is #fa9deb


#fa9deb Border Color

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

This div border color is #fa9deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9deb


Comments

No comments written yet.

Please login to write comment.