Color Hex Logo

#faa4ef Color Hex

#FAA4EF
(250,164,239)
0 Favorites   0 Comments

Color spaces of #faa4ef

RGB 250164239
HSL0.850.900.81
HSV308°34°98°
CMYK 0.000.340.04   0.02
XYZ68.279853.106988.3133
Yxy53.10690.32560.2533
Hunter Lab72.874539.7154-20.8387
CIE-Lab77.938142.8985-24.5549

#faa4ef color RGB value is (250,164,239).

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

The process color (four color CMYK) of #faa4ef color hex is 0.00, 0.34, 0.04, 0.02. Web safe color of #faa4ef is #ff99ff. Color #faa4ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 11101111
Octal 372 244 357
Decimal 250 164 239
Hex FA A4 EF

RGB Percentages of Color #faa4ef

%38.28
%25.11
%36.60

CMYK Percentages of Color #faa4ef

%0
%34
%4
%2

Triadic Colors of #faa4ef

#faa4ef #effaa4 #a4effa

Analogous Colors of #faa4ef

#faa4ef #faa4c4 #daa4fa

Monochromatic Colors of #faa4ef

#faa4ef

Complementary Color

#faa4ef #a4faaf

#faa4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa4ef Color CSS Codes

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

#faa4ef Text Font Color

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

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


#faa4ef Background Color

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

This div background color is #faa4ef


#faa4ef Border Color

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

This div border color is #faa4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa4ef

Related Colors


Comments

No comments written yet.

Please login to write comment.