Color Hex Logo

#faadee Color Hex

#FAADEE
(250,173,238)
0 Favorites   0 Comments

Color spaces of #faadee

RGB 250173238
HSL0.860.890.83
HSV309°31°98°
CMYK 0.000.310.05   0.02
XYZ69.800556.384288.0933
Yxy56.38420.32570.2631
Hunter Lab75.089434.5209-16.9952
CIE-Lab79.832038.0352-21.1345

#faadee color RGB value is (250,173,238).

#faadee hex color red value is 250, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #faadee hue: 0.86 , saturation: 0.89 and the lightness value of faadee is 0.83.

The process color (four color CMYK) of #faadee color hex is 0.00, 0.31, 0.05, 0.02. Web safe color of #faadee is #ff99ff. Color #faadee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11101110
Octal 372 255 356
Decimal 250 173 238
Hex FA AD EE

RGB Percentages of Color #faadee

%37.82
%26.17
%36.01

CMYK Percentages of Color #faadee

%0
%31
%5
%2

Triadic Colors of #faadee

#faadee #eefaad #adeefa

Analogous Colors of #faadee

#faadee #faadc8 #e0adfa

Monochromatic Colors of #faadee

#faadee

Complementary Color

#faadee #adfab9

#faadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadee Color CSS Codes

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

#faadee Text Font Color

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

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


#faadee Background Color

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

This div background color is #faadee


#faadee Border Color

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

This div border color is #faadee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,173,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 #faadee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadee


Comments

No comments written yet.

Please login to write comment.