Color Hex Logo

#faabee Color Hex

#FAABEE
(250,171,238)
0 Favorites   0 Comments

Color spaces of #faabee

RGB 250171238
HSL0.860.890.83
HSV309°32°98°
CMYK 0.000.320.05   0.02
XYZ69.419955.622987.9664
Yxy55.62290.32590.2611
Hunter Lab74.580835.6318-17.7247
CIE-Lab79.398739.0813-21.7920

#faabee color RGB value is (250,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11101110
Octal 372 253 356
Decimal 250 171 238
Hex FA AB EE

RGB Percentages of Color #faabee

%37.94
%25.95
%36.12

CMYK Percentages of Color #faabee

%0
%32
%5
%2

Triadic Colors of #faabee

#faabee #eefaab #abeefa

Analogous Colors of #faabee

#faabee #faabc7 #dfabfa

Monochromatic Colors of #faabee

#faabee

Complementary Color

#faabee #abfab7

#faabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabee Color CSS Codes

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

#faabee Text Font Color

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

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


#faabee Background Color

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

This div background color is #faabee


#faabee Border Color

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

This div border color is #faabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabee

Related Colors


Comments

No comments written yet.

Please login to write comment.