Color Hex Logo

#faadae Color Hex

#FAADAE
(250,173,174)
0 Favorites   0 Comments

Color spaces of #faadae

RGB 250173174
HSL1.000.890.83
HSV359°31°98°
CMYK 0.000.310.30   0.02
XYZ62.007953.267147.0578
Yxy53.26710.38200.3281
Hunter Lab72.984323.932112.8608
CIE-Lab78.032428.338010.9126

#faadae color RGB value is (250,173,174).

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

The process color (four color CMYK) of #faadae color hex is 0.00, 0.31, 0.30, 0.02. Web safe color of #faadae is #ff9999. Color #faadae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10101110
Octal 372 255 256
Decimal 250 173 174
Hex FA AD AE

RGB Percentages of Color #faadae

%41.88
%28.98
%29.15

CMYK Percentages of Color #faadae

%0
%31
%30
%2

Triadic Colors of #faadae

#faadae #aefaad #adaefa

Analogous Colors of #faadae

#faadae #fad3ad #faadd5

Monochromatic Colors of #faadae

#faadae

Complementary Color

#faadae #adfaf9

#faadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadae Color CSS Codes

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

#faadae Text Font Color

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

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


#faadae Background Color

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

This div background color is #faadae


#faadae Border Color

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

This div border color is #faadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadae

Related Colors


Comments

No comments written yet.

Please login to write comment.