Color Hex Logo

#faadde Color Hex

#FAADDE
(250,173,222)
0 Favorites   0 Comments

Color spaces of #faadde

RGB 250173222
HSL0.890.890.83
HSV322°31°98°
CMYK 0.000.310.11   0.02
XYZ67.552755.485176.2565
Yxy55.48510.33900.2784
Hunter Lab74.488331.5253-8.5556
CIE-Lab79.319935.3473-13.2660

#faadde color RGB value is (250,173,222).

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

The process color (four color CMYK) of #faadde color hex is 0.00, 0.31, 0.11, 0.02. Web safe color of #faadde is #ff99cc. Color #faadde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11011110
Octal 372 255 336
Decimal 250 173 222
Hex FA AD DE

RGB Percentages of Color #faadde

%38.76
%26.82
%34.42

CMYK Percentages of Color #faadde

%0
%31
%11
%2

Triadic Colors of #faadde

#faadde #defaad #addefa

Analogous Colors of #faadde

#faadde #faadb8 #f0adfa

Monochromatic Colors of #faadde

#faadde

Complementary Color

#faadde #adfac9

#faadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadde Color CSS Codes

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

#faadde Text Font Color

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

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


#faadde Background Color

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

This div background color is #faadde


#faadde Border Color

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

This div border color is #faadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadde


Comments

No comments written yet.

Please login to write comment.