Color Hex Logo

#faa0df Color Hex

#FAA0DF
(250,160,223)
0 Favorites   0 Comments

Color spaces of #faa0df

RGB 250160223
HSL0.880.900.80
HSV318°36°98°
CMYK 0.000.360.11   0.02
XYZ65.314450.793376.1737
Yxy50.79330.33970.2642
Hunter Lab71.269438.8637-13.4813
CIE-Lab76.553642.2870-17.9711

#faa0df color RGB value is (250,160,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 11011111
Octal 372 240 337
Decimal 250 160 223
Hex FA A0 DF

RGB Percentages of Color #faa0df

%39.49
%25.28
%35.23

CMYK Percentages of Color #faa0df

%0
%36
%11
%2

Triadic Colors of #faa0df

#faa0df #dffaa0 #a0dffa

Analogous Colors of #faa0df

#faa0df #faa0b2 #e8a0fa

Monochromatic Colors of #faa0df

#faa0df

Complementary Color

#faa0df #a0fabb

#faa0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa0df Color CSS Codes

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

#faa0df Text Font Color

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

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


#faa0df Background Color

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

This div background color is #faa0df


#faa0df Border Color

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

This div border color is #faa0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa0df


Comments

No comments written yet.

Please login to write comment.