Color Hex Logo

#faa1de Color Hex

#FAA1DE
(250,161,222)
0 Favorites   0 Comments

Color spaces of #faa1de

RGB 250161222
HSL0.890.900.81
HSV319°36°98°
CMYK 0.000.360.11   0.02
XYZ65.354051.087775.5236
Yxy51.08770.34040.2661
Hunter Lab71.475738.1296-12.6149
CIE-Lab76.732141.6069-17.1568

#faa1de color RGB value is (250,161,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 11011110
Octal 372 241 336
Decimal 250 161 222
Hex FA A1 DE

RGB Percentages of Color #faa1de

%39.49
%25.43
%35.07

CMYK Percentages of Color #faa1de

%0
%36
%11
%2

Triadic Colors of #faa1de

#faa1de #defaa1 #a1defa

Analogous Colors of #faa1de

#faa1de #faa1b2 #eaa1fa

Monochromatic Colors of #faa1de

#faa1de

Complementary Color

#faa1de #a1fabd

#faa1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa1de Color CSS Codes

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

#faa1de Text Font Color

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

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


#faa1de Background Color

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

This div background color is #faa1de


#faa1de Border Color

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

This div border color is #faa1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa1de

Related Colors


Comments

No comments written yet.

Please login to write comment.