Color Hex Logo

#faa1da Color Hex

#FAA1DA
(250,161,218)
0 Favorites   0 Comments

Color spaces of #faa1da

RGB 250161218
HSL0.890.900.81
HSV322°36°98°
CMYK 0.000.360.13   0.02
XYZ64.824150.875772.7331
Yxy50.87570.34400.2700
Hunter Lab71.327237.4030-10.5296
CIE-Lab76.603740.9646-15.1704

#faa1da color RGB value is (250,161,218).

#faa1da hex color red value is 250, green value is 161 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #faa1da hue: 0.89 , saturation: 0.90 and the lightness value of faa1da is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 11011010
Octal 372 241 332
Decimal 250 161 218
Hex FA A1 DA

RGB Percentages of Color #faa1da

%39.75
%25.60
%34.66

CMYK Percentages of Color #faa1da

%0
%36
%13
%2

Triadic Colors of #faa1da

#faa1da #dafaa1 #a1dafa

Analogous Colors of #faa1da

#faa1da #faa1ae #eea1fa

Monochromatic Colors of #faa1da

#faa1da

Complementary Color

#faa1da #a1fac1

#faa1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa1da Color CSS Codes

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

#faa1da Text Font Color

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

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


#faa1da Background Color

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

This div background color is #faa1da


#faa1da Border Color

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

This div border color is #faa1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa1da


Comments

No comments written yet.

Please login to write comment.