Color Hex Logo

#faabbd Color Hex

#FAABBD
(250,171,189)
0 Favorites   0 Comments

Color spaces of #faabbd

RGB 250171189
HSL0.960.890.83
HSV346°32°98°
CMYK 0.000.320.24   0.02
XYZ63.172653.123955.0685
Yxy53.12390.36860.3100
Hunter Lab72.886127.16056.2243
CIE-Lab77.948131.39982.6323

#faabbd color RGB value is (250,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10111101
Octal 372 253 275
Decimal 250 171 189
Hex FA AB BD

RGB Percentages of Color #faabbd

%40.98
%28.03
%30.98

CMYK Percentages of Color #faabbd

%0
%32
%24
%2

Triadic Colors of #faabbd

#faabbd #bdfaab #abbdfa

Analogous Colors of #faabbd

#faabbd #fac1ab #faabe5

Monochromatic Colors of #faabbd

#faabbd

Complementary Color

#faabbd #abfae8

#faabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabbd Color CSS Codes

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

#faabbd Text Font Color

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

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


#faabbd Background Color

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

This div background color is #faabbd


#faabbd Border Color

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

This div border color is #faabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabbd


Comments

No comments written yet.

Please login to write comment.