Color Hex Logo

#faabef Color Hex

#FAABEF
(250,171,239)
0 Favorites   0 Comments

Color spaces of #faabef

RGB 250171239
HSL0.860.890.83
HSV308°32°98°
CMYK 0.000.320.04   0.02
XYZ69.567255.681888.7424
Yxy55.68180.32510.2602
Hunter Lab74.620235.8271-18.2767
CIE-Lab79.432439.2544-22.2801

#faabef color RGB value is (250,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11101111
Octal 372 253 357
Decimal 250 171 239
Hex FA AB EF

RGB Percentages of Color #faabef

%37.88
%25.91
%36.21

CMYK Percentages of Color #faabef

%0
%32
%4
%2

Triadic Colors of #faabef

#faabef #effaab #abeffa

Analogous Colors of #faabef

#faabef #faabc8 #deabfa

Monochromatic Colors of #faabef

#faabef

Complementary Color

#faabef #abfab6

#faabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabef Color CSS Codes

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

#faabef Text Font Color

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

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


#faabef Background Color

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

This div background color is #faabef


#faabef Border Color

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

This div border color is #faabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabef


Comments

No comments written yet.

Please login to write comment.