Color Hex Logo

#faa9de Color Hex

#FAA9DE
(250,169,222)
0 Favorites   0 Comments

Color spaces of #faa9de

RGB 250169222
HSL0.890.890.82
HSV321°32°98°
CMYK 0.000.320.11   0.02
XYZ66.797153.973976.0046
Yxy53.97390.33950.2743
Hunter Lab73.466933.7274-9.9111
CIE-Lab78.446537.4418-14.5760

#faa9de color RGB value is (250,169,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 11011110
Octal 372 251 336
Decimal 250 169 222
Hex FA A9 DE

RGB Percentages of Color #faa9de

%39.00
%26.37
%34.63

CMYK Percentages of Color #faa9de

%0
%32
%11
%2

Triadic Colors of #faa9de

#faa9de #defaa9 #a9defa

Analogous Colors of #faa9de

#faa9de #faa9b6 #eea9fa

Monochromatic Colors of #faa9de

#faa9de

Complementary Color

#faa9de #a9fac5

#faa9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa9de Color CSS Codes

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

#faa9de Text Font Color

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

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


#faa9de Background Color

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

This div background color is #faa9de


#faa9de Border Color

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

This div border color is #faa9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa9de


Comments

No comments written yet.

Please login to write comment.