Color Hex Logo

#faabc8 Color Hex

#FAABC8
(250,171,200)
0 Favorites   0 Comments

Color spaces of #faabc8

RGB 250171200
HSL0.940.890.83
HSV338°32°98°
CMYK 0.000.320.20   0.02
XYZ64.412653.619961.5984
Yxy53.61990.35860.2985
Hunter Lab73.225628.87201.3824
CIE-Lab78.239632.9799-2.9298

#faabc8 color RGB value is (250,171,200).

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

The process color (four color CMYK) of #faabc8 color hex is 0.00, 0.32, 0.20, 0.02. Web safe color of #faabc8 is #ff99cc. Color #faabc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11001000
Octal 372 253 310
Decimal 250 171 200
Hex FA AB C8

RGB Percentages of Color #faabc8

%40.26
%27.54
%32.21

CMYK Percentages of Color #faabc8

%0
%32
%20
%2

Triadic Colors of #faabc8

#faabc8 #c8faab #abc8fa

Analogous Colors of #faabc8

#faabc8 #fab6ab #faabf0

Monochromatic Colors of #faabc8

#faabc8

Complementary Color

#faabc8 #abfadd

#faabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabc8 Color CSS Codes

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

#faabc8 Text Font Color

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

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


#faabc8 Background Color

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

This div background color is #faabc8


#faabc8 Border Color

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

This div border color is #faabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabc8

Related Colors


Comments

No comments written yet.

Please login to write comment.