Color Hex Logo

#faaaef Color Hex

#FAAAEF
(250,170,239)
0 Favorites   0 Comments

Color spaces of #faaaef

RGB 250170239
HSL0.860.890.82
HSV308°32°98°
CMYK 0.000.320.04   0.02
XYZ69.379155.305488.6797
Yxy55.30540.32520.2592
Hunter Lab74.367636.3831-18.6431
CIE-Lab79.216939.7769-22.6077

#faaaef color RGB value is (250,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11101111
Octal 372 252 357
Decimal 250 170 239
Hex FA AA EF

RGB Percentages of Color #faaaef

%37.94
%25.80
%36.27

CMYK Percentages of Color #faaaef

%0
%32
%4
%2

Triadic Colors of #faaaef

#faaaef #effaaa #aaeffa

Analogous Colors of #faaaef

#faaaef #faaac7 #ddaafa

Monochromatic Colors of #faaaef

#faaaef

Complementary Color

#faaaef #aafab5

#faaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaaef Color CSS Codes

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

#faaaef Text Font Color

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

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


#faaaef Background Color

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

This div background color is #faaaef


#faaaef Border Color

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

This div border color is #faaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaaef


Comments

No comments written yet.

Please login to write comment.