Color Hex Logo

#faaced Color Hex

#FAACED
(250,172,237)
0 Favorites   0 Comments

Color spaces of #faaced

RGB 250172237
HSL0.860.890.83
HSV310°31°98°
CMYK 0.000.310.05   0.02
XYZ69.462955.943587.2578
Yxy55.94350.32660.2631
Hunter Lab74.795434.8820-16.8121
CIE-Lab79.581738.3857-20.9751

#faaced color RGB value is (250,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11101101
Octal 372 254 355
Decimal 250 172 237
Hex FA AC ED

RGB Percentages of Color #faaced

%37.94
%26.10
%35.96

CMYK Percentages of Color #faaced

%0
%31
%5
%2

Triadic Colors of #faaced

#faaced #edfaac #acedfa

Analogous Colors of #faaced

#faaced #faacc6 #e0acfa

Monochromatic Colors of #faaced

#faaced

Complementary Color

#faaced #acfab9

#faaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaced Color CSS Codes

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

#faaced Text Font Color

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

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


#faaced Background Color

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

This div background color is #faaced


#faaced Border Color

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

This div border color is #faaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaced

#faaced Color Palettes


Comments

No comments written yet.

Please login to write comment.