Color Hex Logo

#faa6da Color Hex

#FAA6DA
(250,166,218)
0 Favorites   0 Comments

Color spaces of #faa6da

RGB 250166218
HSL0.900.890.82
HSV323°34°98°
CMYK 0.000.340.13   0.02
XYZ65.715452.658473.0302
Yxy52.65840.34330.2751
Hunter Lab72.566134.6578-8.8729
CIE-Lab77.672938.3638-13.5647

#faa6da color RGB value is (250,166,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 11011010
Octal 372 246 332
Decimal 250 166 218
Hex FA A6 DA

RGB Percentages of Color #faa6da

%39.43
%26.18
%34.38

CMYK Percentages of Color #faa6da

%0
%34
%13
%2

Triadic Colors of #faa6da

#faa6da #dafaa6 #a6dafa

Analogous Colors of #faa6da

#faa6da #faa6b0 #f0a6fa

Monochromatic Colors of #faa6da

#faa6da

Complementary Color

#faa6da #a6fac6

#faa6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa6da Color CSS Codes

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

#faa6da Text Font Color

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

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


#faa6da Background Color

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

This div background color is #faa6da


#faa6da Border Color

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

This div border color is #faa6da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,166,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 #faa6da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa6da


Comments

No comments written yet.

Please login to write comment.